COLOR #DBF7EA

HEX: #DBF7EA RGB: (219,247,234)

Color info

#DBF7EA contains red, green and blue colors in about the same proportion. Web safe color of #DBF7EA is #CCFFFF (or #CFF).

RGB color model

#DBF7EA color RGB value is (219,247,234).

RGB: (219,247,234) (86%, 97%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 234 of 255 = 92%

219
247
234

R + G + B ~ 92%. #DBF7EA is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 247 + 234 = 700 (100%)
R 219 of 700 ~ 31.29%
G 247 of 700 ~ 35.29%
B 234 of 700 ~ 33.43'%

%31.29
%35.29
%33.43

CMYK color model

#DBF7EA color CMYK value is (11,0,5,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 3.14%

CMYK: (11,0,5,3)
C11M0Y5K3 (11%, 0%, 5%, 3%)
(0.11 / 0.00 / 0.05 / 0.03)

CMYK percentages

%11.34
%0
%5.26
%3.14

Codes

Color #DBF7EA in popluar color models

DB F7 EA
RGB 219 247 234
HSL 152° 63.64% 91.37%
HSB/HSV 152° 11.34% 96.86%
CMYK 11.34% 0.00% 5.26%
3.14%

Color #DBF7EA in popluar number systems.

HEX DB F7 EA
Decimal 219 247 234
Binary 11011011 11110111 11101010
Octal 333 367 352

Shades and tints

Shades of #DBF7EA

#DBF7EA
(219,247,234)
#C8E1D5
(200,225,213)
#B5CBC0
(181,203,192)
#A2B5AB
(162,181,171)
#8F9F96
(143,159,150)
#7C8981
(124,137,129)
#69736C
(105,115,108)
#565D57
(86,93,87)
#434742
(67,71,66)
#30312D
(48,49,45)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #DBF7EA

#DBF7EA
(219,247,234)
#DEF7EB
(222,247,235)
#E1F7EC
(225,247,236)
#E4F7ED
(228,247,237)
#E7F7EE
(231,247,238)
#EAF7EF
(234,247,239)
#EDF7F0
(237,247,240)
#F0F7F1
(240,247,241)
#F3F7F2
(243,247,242)
#F6F7F3
(246,247,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF7EA color. Also use rgb(219,247,234) instead hex code.

Text Font Color

.myTextColor { color: #DBF7EA; }

<p style="color:#DBF7EA">This sample text font color is #DBF7EA.</p>

This text font color is #DBF7EA.

Background Color

.myBgColor { background-color: #DBF7EA; }

<div style="background-color:#DBF7EA">Inner text</div>

This div background color is #DBF7EA.

Border color

.myBorderColor { border: 1px solid #DBF7EA; }

<div style="border:3px solid #DBF7EA">Div</div>

This div border color is #DBF7EA.

Opacity

.myOpacity80 { color: #DBF7EA; opacity: 0.8; }

<p style="color:#DBF7EA;opacity:0.8;">80%</p>

Text with #DBF7EA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DBF7EA;}

<p style="text-shadow: 3px 3px 1px #DBF7EA">Text here.</p>

This text has shadow with #DBF7EA color.


.textShadow {text-shadow: 3px 3px 1px #DBF7EA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DBF7EA, 5px 5px 20px red">Text here.</p>

This text has shadow with #DBF7EA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DBF7EA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DBF7EA, Direction=45, Strength=4)">Text</p>

This text has shadow with #DBF7EA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DBF7EA;
-webkit-box-shadow: 1px 1px 3px 2px #DBF7EA;
box-shadow: 1px 1px 3px 2px #DBF7EA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DBF7EA; -webkit-box-shadow: 1px 1px 3px 2px #DBF7EA; box-shadow:1px 1px 3px 2px #DBF7EA;">
Div content here
</div>

This div box has shadow with color #DBF7EA.

Preview

Color preview on black background

This text has color #DBF7EA on black background.


Color preview on white background

This text has color #DBF7EA on white background.


Black color preview on #DBF7EA background

This text has black color on #DBF7EA background.


White color preview on #DBF7EA background

This text has white color on #DBF7EA background.


Related colors

Complementary color

Complementary color for #hex is #240815.


I love getcolorcode.com

Triadic colors

1 #EADBF7 and #F7EADB with #DBF7EA are triadic colors.

2 #EAF7DB and #F7DBEA with #DBF7EA are triadic colors.