COLOR #D5E0CE

HEX: #D5E0CE
RGB: (213,224,206)

Color info

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

RGB color model

#D5E0CE color RGB value is (213,224,206).

  • red value is 213;
  • green value is 224;
  • blue value is 206.
RGB:
(213,224,206)
(84%,88%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 206 of 255 = 81%

213
224
206

R + G + B ~ 84%. #D5E0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 224 + 206 = 643 (100%)
R 213 of 643 ~ 33.13%
G 224 of 643 ~ 34.84%
B 206 of 643 ~ 32.04%

%33.13
%34.84
%32.04

CMYK color model

#D5E0CE color CMYK value is (5,0,8,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(5,0,8,12)
C5M0Y8K12 
(5%,0%,8%,12%)
(0.05/0.00/0.08/0.12)	

CMYK percentages

%4.91
%0
%8.04
%12.16

Codes

Color #D5E0CE in popluar color models

D5E0CE
RGB213224206
HSL97°22.50%84.31%
HSB/HSV97°8.04%87.84%
CMYK4.91%0.00%8.04%
12.16%

Color #D5E0CE in popluar number systems.

HEXD5E0CE
Decimal213224206
Binary110101011110000011001110
Octal325340316

Shades and tints

Shades of #D5E0CE

#D5E0CE
(213,224,206)
#C2CCBC
(194,204,188)
#AFB8AA
(175,184,170)
#9CA498
(156,164,152)
#899086
(137,144,134)
#767C74
(118,124,116)
#636862
(99,104,98)
#505450
(80,84,80)
#3D403E
(61,64,62)
#2A2C2C
(42,44,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5E0CE

#D5E0CE
(213,224,206)
#D8E2D2
(216,226,210)
#DBE4D6
(219,228,214)
#DEE6DA
(222,230,218)
#E1E8DE
(225,232,222)
#E4EAE2
(228,234,226)
#E7ECE6
(231,236,230)
#EAEEEA
(234,238,234)
#EDF0EE
(237,240,238)
#F0F2F2
(240,242,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E0CE color. Also use rgb(213,224,206) instead hex code.

Text Font Color

.myTextColor { color: #D5E0CE; }

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

This text font color is #D5E0CE.


Background Color

.myBgColor { background-color: #D5E0CE; }

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

This div background color is #D5E0CE.


Border color

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

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

This div border color is #D5E0CE.


Opacity

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

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

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

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

This text has shadow with #D5E0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E0CE on black background.


Color preview on white background

This text has color #D5E0CE on white background.



Black color preview on #D5E0CE background

This text has black color on #D5E0CE background.


White color preview on #D5E0CE background

This text has white color on #D5E0CE background.