COLOR #DBE4CE

HEX: #DBE4CE RGB: (219,228,206)

Color info

#DBE4CE contains red, green and blue colors in about the same proportion. Web safe color of #DBE4CE is #CCCCCC (or #CCC).

RGB color model

#DBE4CE color RGB value is (219,228,206).

RGB: (219,228,206) (86%, 89%, 81%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 206 of 255 = 81%

219
228
206

R + G + B ~ 85%. #DBE4CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 228 + 206 = 653 (100%)
R 219 of 653 ~ 33.54%
G 228 of 653 ~ 34.92%
B 206 of 653 ~ 31.55'%

%33.54
%34.92
%31.55

CMYK color model

#DBE4CE color CMYK value is (4,0,10,11).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 10.59%

CMYK: (4,0,10,11)
C4M0Y10K11 (4%, 0%, 10%, 11%)
(0.04 / 0.00 / 0.10 / 0.11)

CMYK percentages

%3.95
%0
%9.65
%10.59

Codes

Color #DBE4CE in popluar color models

DB E4 CE
RGB 219 228 206
HSL 85° 28.95% 85.10%
HSB/HSV 85° 9.65% 89.41%
CMYK 3.95% 0.00% 9.65%
10.59%

Color #DBE4CE in popluar number systems.

HEX DB E4 CE
Decimal 219 228 206
Binary 11011011 11100100 11001110
Octal 333 344 316

Shades and tints

Shades of #DBE4CE

#DBE4CE
(219,228,206)
#C8D0BC
(200,208,188)
#B5BCAA
(181,188,170)
#A2A898
(162,168,152)
#8F9486
(143,148,134)
#7C8074
(124,128,116)
#696C62
(105,108,98)
#565850
(86,88,80)
#43443E
(67,68,62)
#30302C
(48,48,44)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #DBE4CE

#DBE4CE
(219,228,206)
#DEE6D2
(222,230,210)
#E1E8D6
(225,232,214)
#E4EADA
(228,234,218)
#E7ECDE
(231,236,222)
#EAEEE2
(234,238,226)
#EDF0E6
(237,240,230)
#F0F2EA
(240,242,234)
#F3F4EE
(243,244,238)
#F6F6F2
(246,246,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4CE; }

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

This text font color is #DBE4CE.

Background Color

.myBgColor { background-color: #DBE4CE; }

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

This div background color is #DBE4CE.

Border color

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

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

This div border color is #DBE4CE.

Opacity

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

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

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

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

This text has shadow with #DBE4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE4CE.

Preview

Color preview on black background

This text has color #DBE4CE on black background.


Color preview on white background

This text has color #DBE4CE on white background.


Black color preview on #DBE4CE background

This text has black color on #DBE4CE background.


White color preview on #DBE4CE background

This text has white color on #DBE4CE background.


Related colors

Complementary color

Complementary color for #hex is #241B31.


I love getcolorcode.com

Triadic colors

1 #CEDBE4 and #E4CEDB with #DBE4CE are triadic colors.

2 #CEE4DB and #E4DBCE with #DBE4CE are triadic colors.