COLOR #D5E2CE

HEX: #D5E2CE
RGB: (213,226,206)

Color info

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

RGB color model

#D5E2CE color RGB value is (213,226,206).

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

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 206 of 255 = 81%

213
226
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 226 + 206 = 645 (100%)
R 213 of 645 ~ 33.02%
G 226 of 645 ~ 35.04%
B 206 of 645 ~ 31.94%

%33.02
%35.04
%31.94

CMYK color model

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

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%
CMYK:
(6,0,9,11)
C6M0Y9K11 
(6%,0%,9%,11%)
(0.06/0.00/0.09/0.11)	

CMYK percentages

%5.75
%0
%8.85
%11.37

Codes

Color #D5E2CE in popluar color models

D5E2CE
RGB213226206
HSL99°25.64%84.71%
HSB/HSV99°8.85%88.63%
CMYK5.75%0.00%8.85%
11.37%

Color #D5E2CE in popluar number systems.

HEXD5E2CE
Decimal213226206
Binary110101011110001011001110
Octal325342316

Shades and tints

Shades of #D5E2CE

#D5E2CE
(213,226,206)
#C2CEBC
(194,206,188)
#AFBAAA
(175,186,170)
#9CA698
(156,166,152)
#899286
(137,146,134)
#767E74
(118,126,116)
#636A62
(99,106,98)
#505650
(80,86,80)
#3D423E
(61,66,62)
#2A2E2C
(42,46,44)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #D5E2CE

#D5E2CE
(213,226,206)
#D8E4D2
(216,228,210)
#DBE6D6
(219,230,214)
#DEE8DA
(222,232,218)
#E1EADE
(225,234,222)
#E4ECE2
(228,236,226)
#E7EEE6
(231,238,230)
#EAF0EA
(234,240,234)
#EDF2EE
(237,242,238)
#F0F4F2
(240,244,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E2CE; }

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

This text font color is #D5E2CE.


Background Color

.myBgColor { background-color: #D5E2CE; }

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

This div background color is #D5E2CE.


Border color

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

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

This div border color is #D5E2CE.


Opacity

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

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

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

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

This text has shadow with #D5E2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E2CE on black background.


Color preview on white background

This text has color #D5E2CE on white background.



Black color preview on #D5E2CE background

This text has black color on #D5E2CE background.


White color preview on #D5E2CE background

This text has white color on #D5E2CE background.