COLOR #DBEAE2

HEX: #DBEAE2
RGB: (219,234,226)

Color info

#DBEAE2 contains red, green and blue colors in about the same proportion. Web safe color of #DBEAE2 is #CCFFCC (or #CFC).

RGB color model

#DBEAE2 color RGB value is (219,234,226).

  • red value is 219;
  • green value is 234;
  • blue value is 226.
RGB:
(219,234,226)
(86%,92%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 226 of 255 = 89%

219
234
226

R + G + B ~ 89%. #DBEAE2 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 234 + 226 = 679 (100%)
R 219 of 679 ~ 32.25%
G 234 of 679 ~ 34.46%
B 226 of 679 ~ 33.28%

%32.25
%34.46
%33.28

CMYK color model

#DBEAE2 color CMYK value is (6,0,3,8).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 8.24%
CMYK:
(6,0,3,8)
C6M0Y3K8 
(6%,0%,3%,8%)
(0.06/0.00/0.03/0.08)	

CMYK percentages

%6.41
%0
%3.42
%8.24

Codes

Color #DBEAE2 in popluar color models

DBEAE2
RGB219234226
HSL148°26.32%88.82%
HSB/HSV148°6.41%91.76%
CMYK6.41%0.00%3.42%
8.24%

Color #DBEAE2 in popluar number systems.

HEXDBEAE2
Decimal219234226
Binary110110111110101011100010
Octal333352342

Shades and tints

Shades of #DBEAE2

#DBEAE2
(219,234,226)
#C8D5CE
(200,213,206)
#B5C0BA
(181,192,186)
#A2ABA6
(162,171,166)
#8F9692
(143,150,146)
#7C817E
(124,129,126)
#696C6A
(105,108,106)
#565756
(86,87,86)
#434242
(67,66,66)
#302D2E
(48,45,46)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #DBEAE2

#DBEAE2
(219,234,226)
#DEEBE4
(222,235,228)
#E1ECE6
(225,236,230)
#E4EDE8
(228,237,232)
#E7EEEA
(231,238,234)
#EAEFEC
(234,239,236)
#EDF0EE
(237,240,238)
#F0F1F0
(240,241,240)
#F3F2F2
(243,242,242)
#F6F3F4
(246,243,244)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAE2; }

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

This text font color is #DBEAE2.


Background Color

.myBgColor { background-color: #DBEAE2; }

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

This div background color is #DBEAE2.


Border color

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

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

This div border color is #DBEAE2.


Opacity

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

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

Text with #DBEAE2 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 #DBEAE2;}

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

This text has shadow with #DBEAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEAE2 on black background.


Color preview on white background

This text has color #DBEAE2 on white background.



Black color preview on #DBEAE2 background

This text has black color on #DBEAE2 background.


White color preview on #DBEAE2 background

This text has white color on #DBEAE2 background.