COLOR #DBEAED

HEX: #DBEAED
RGB: (219,234,237)

Color info

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

RGB color model

#DBEAED color RGB value is (219,234,237).

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

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 237 of 255 = 93%

219
234
237

R + G + B ~ 90%. #DBEAED is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 234 + 237 = 690 (100%)
R 219 of 690 ~ 31.74%
G 234 of 690 ~ 33.91%
B 237 of 690 ~ 34.35%

%31.74
%33.91
%34.35

CMYK color model

#DBEAED color CMYK value is (8,1,0,7).

  • cyan value is 7.59%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,1,0,7)
C8M1Y0K7 
(8%,1%,0%,7%)
(0.08/0.01/0.00/0.07)	

CMYK percentages

%7.59
%1.27
%0
%7.06

Codes

Color #DBEAED in popluar color models

DBEAED
RGB219234237
HSL190°33.33%89.41%
HSB/HSV190°7.59%92.94%
CMYK7.59%1.27%0.00%
7.06%

Color #DBEAED in popluar number systems.

HEXDBEAED
Decimal219234237
Binary110110111110101011101101
Octal333352355

Shades and tints

Shades of #DBEAED

#DBEAED
(219,234,237)
#C8D5D8
(200,213,216)
#B5C0C3
(181,192,195)
#A2ABAE
(162,171,174)
#8F9699
(143,150,153)
#7C8184
(124,129,132)
#696C6F
(105,108,111)
#56575A
(86,87,90)
#434245
(67,66,69)
#302D30
(48,45,48)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBEAED

#DBEAED
(219,234,237)
#DEEBEE
(222,235,238)
#E1ECEF
(225,236,239)
#E4EDF0
(228,237,240)
#E7EEF1
(231,238,241)
#EAEFF2
(234,239,242)
#EDF0F3
(237,240,243)
#F0F1F4
(240,241,244)
#F3F2F5
(243,242,245)
#F6F3F6
(246,243,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAED; }

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

This text font color is #DBEAED.


Background Color

.myBgColor { background-color: #DBEAED; }

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

This div background color is #DBEAED.


Border color

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

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

This div border color is #DBEAED.


Opacity

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

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

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

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

This text has shadow with #DBEAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEAED on black background.


Color preview on white background

This text has color #DBEAED on white background.



Black color preview on #DBEAED background

This text has black color on #DBEAED background.


White color preview on #DBEAED background

This text has white color on #DBEAED background.