COLOR #DBE8CE

HEX: #DBE8CE RGB: (219,232,206)

Color info

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

RGB color model

#DBE8CE color RGB value is (219,232,206).

RGB: (219,232,206) (86%, 91%, 81%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 206 of 255 = 81%

219
232
206

R + G + B ~ 86%. #DBE8CE is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 232 + 206 = 657 (100%)
R 219 of 657 ~ 33.33%
G 232 of 657 ~ 35.31%
B 206 of 657 ~ 31.35'%

%33.33
%35.31
%31.35

CMYK color model

#DBE8CE color CMYK value is (6,0,11,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 9.02%

CMYK: (6,0,11,9)
C6M0Y11K9 (6%, 0%, 11%, 9%)
(0.06 / 0.00 / 0.11 / 0.09)

CMYK percentages

%5.6
%0
%11.21
%9.02

Codes

Color #DBE8CE in popluar color models

DB E8 CE
RGB 219 232 206
HSL 90° 36.11% 85.88%
HSB/HSV 90° 11.21% 90.98%
CMYK 5.60% 0.00% 11.21%
9.02%

Color #DBE8CE in popluar number systems.

HEX DB E8 CE
Decimal 219 232 206
Binary 11011011 11101000 11001110
Octal 333 350 316

Shades and tints

Shades of #DBE8CE

#DBE8CE
(219,232,206)
#C8D3BC
(200,211,188)
#B5BEAA
(181,190,170)
#A2A998
(162,169,152)
#8F9486
(143,148,134)
#7C7F74
(124,127,116)
#696A62
(105,106,98)
#565550
(86,85,80)
#43403E
(67,64,62)
#302B2C
(48,43,44)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #DBE8CE

#DBE8CE
(219,232,206)
#DEEAD2
(222,234,210)
#E1ECD6
(225,236,214)
#E4EEDA
(228,238,218)
#E7F0DE
(231,240,222)
#EAF2E2
(234,242,226)
#EDF4E6
(237,244,230)
#F0F6EA
(240,246,234)
#F3F8EE
(243,248,238)
#F6FAF2
(246,250,242)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE8CE color. Also use rgb(219,232,206) instead hex code.

Text Font Color

.myTextColor { color: #DBE8CE; }

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

This text font color is #DBE8CE.

Background Color

.myBgColor { background-color: #DBE8CE; }

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

This div background color is #DBE8CE.

Border color

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

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

This div border color is #DBE8CE.

Opacity

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

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

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

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

This text has shadow with #DBE8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE8CE.

Preview

Color preview on black background

This text has color #DBE8CE on black background.


Color preview on white background

This text has color #DBE8CE on white background.


Black color preview on #DBE8CE background

This text has black color on #DBE8CE background.


White color preview on #DBE8CE background

This text has white color on #DBE8CE background.


Related colors

Complementary color

Complementary color for #hex is #241731.


I love getcolorcode.com

Triadic colors

1 #CEDBE8 and #E8CEDB with #DBE8CE are triadic colors.

2 #CEE8DB and #E8DBCE with #DBE8CE are triadic colors.