COLOR #DBEAE9

HEX: #DBEAE9 RGB: (219,234,233)

Color info

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

RGB color model

#DBEAE9 color RGB value is (219,234,233).

RGB: (219,234,233) (86%, 92%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 233 of 255 = 91%

219
234
233

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

Portions of RGB colors in percentages

R + G + B = 219 + 234 + 233 = 686 (100%)
R 219 of 686 ~ 31.92%
G 234 of 686 ~ 34.11%
B 233 of 686 ~ 33.97'%

%31.92
%34.11
%33.97

CMYK color model

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

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%

CMYK: (6,0,0,8)
C6M0Y0K8 (6%, 0%, 0%, 8%)
(0.06 / 0.00 / 0.00 / 0.08)

CMYK percentages

%6.41
%0
%0.43
%8.24

Codes

Color #DBEAE9 in popluar color models

DB EA E9
RGB 219 234 233
HSL 176° 26.32% 88.82%
HSB/HSV 176° 6.41% 91.76%
CMYK 6.41% 0.00% 0.43%
8.24%

Color #DBEAE9 in popluar number systems.

HEX DB EA E9
Decimal 219 234 233
Binary 11011011 11101010 11101001
Octal 333 352 351

Shades and tints

Shades of #DBEAE9

#DBEAE9
(219,234,233)
#C8D5D4
(200,213,212)
#B5C0BF
(181,192,191)
#A2ABAA
(162,171,170)
#8F9695
(143,150,149)
#7C8180
(124,129,128)
#696C6B
(105,108,107)
#565756
(86,87,86)
#434241
(67,66,65)
#302D2C
(48,45,44)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #DBEAE9

#DBEAE9
(219,234,233)
#DEEBEB
(222,235,235)
#E1ECED
(225,236,237)
#E4EDEF
(228,237,239)
#E7EEF1
(231,238,241)
#EAEFF3
(234,239,243)
#EDF0F5
(237,240,245)
#F0F1F7
(240,241,247)
#F3F2F9
(243,242,249)
#F6F3FB
(246,243,251)
#F9F4FD
(249,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAE9; }

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

This text font color is #DBEAE9.

Background Color

.myBgColor { background-color: #DBEAE9; }

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

This div background color is #DBEAE9.

Border color

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

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

This div border color is #DBEAE9.

Opacity

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

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

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

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

This text has shadow with #DBEAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEAE9.

Preview

Color preview on black background

This text has color #DBEAE9 on black background.


Color preview on white background

This text has color #DBEAE9 on white background.


Black color preview on #DBEAE9 background

This text has black color on #DBEAE9 background.


White color preview on #DBEAE9 background

This text has white color on #DBEAE9 background.


Related colors

Complementary color

Complementary color for #hex is #241516.


I love getcolorcode.com

Triadic colors

1 #E9DBEA and #EAE9DB with #DBEAE9 are triadic colors.

2 #E9EADB and #EADBE9 with #DBEAE9 are triadic colors.