COLOR #DBE5CE

HEX: #DBE5CE RGB: (219,229,206)

Color info

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

RGB color model

#DBE5CE color RGB value is (219,229,206).

RGB: (219,229,206) (86%, 90%, 81%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 206 of 255 = 81%

219
229
206

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

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 206 = 654 (100%)
R 219 of 654 ~ 33.49%
G 229 of 654 ~ 35.02%
B 206 of 654 ~ 31.5'%

%33.49
%35.02
%31.5

CMYK color model

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

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK: (4,0,10,10) C4M0Y10K10 (4%,0%,10%,10%) (0.04/0.00/0.10/0.10) 

CMYK percentages

%4.37
%0
%10.04
%10.2

Codes

Color #DBE5CE in popluar color models

DB E5 CE
RGB 219 229 206
HSL 86° 30.67% 85.29%
HSB/HSV 86° 10.04% 89.80%
CMYK 4.37% 0.00% 10.04%
10.20%

Color #DBE5CE in popluar number systems.

HEX DB E5 CE
Decimal 219 229 206
Binary 11011011 11100101 11001110
Octal 333 345 316

Shades and tints

Shades of #DBE5CE

#DBE5CE
(219,229,206)
#C8D1BC
(200,209,188)
#B5BDAA
(181,189,170)
#A2A998
(162,169,152)
#8F9586
(143,149,134)
#7C8174
(124,129,116)
#696D62
(105,109,98)
#565950
(86,89,80)
#43453E
(67,69,62)
#30312C
(48,49,44)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBE5CE

#DBE5CE
(219,229,206)
#DEE7D2
(222,231,210)
#E1E9D6
(225,233,214)
#E4EBDA
(228,235,218)
#E7EDDE
(231,237,222)
#EAEFE2
(234,239,226)
#EDF1E6
(237,241,230)
#F0F3EA
(240,243,234)
#F3F5EE
(243,245,238)
#F6F7F2
(246,247,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5CE; }

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

This text font color is #DBE5CE.

Background Color

.myBgColor { background-color: #DBE5CE; }

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

This div background color is #DBE5CE.

Border color

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

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

This div border color is #DBE5CE.

Opacity

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

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

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

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

This text has shadow with #DBE5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5CE.

Preview

Color preview on black background

This text has color #DBE5CE on black background.


Color preview on white background

This text has color #DBE5CE on white background.


Black color preview on #DBE5CE background

This text has black color on #DBE5CE background.


White color preview on #DBE5CE background

This text has white color on #DBE5CE background.


Related colors

Complementary color

Complementary color for #hex is #241A31.


I love getcolorcode.com

Triadic colors

1 #CEDBE5 and #E5CEDB with #DBE5CE are triadic colors.

2 #CEE5DB and #E5DBCE with #DBE5CE are triadic colors.