COLOR #D5E4C5

HEX: #D5E4C5
RGB: (213,228,197)

Color info

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

RGB color model

#D5E4C5 color RGB value is (213,228,197).

  • red value is 213;
  • green value is 228;
  • blue value is 197.
RGB:
(213,228,197)
(84%,89%,77%)

RGB channels and saturation

R 213 of 255 = 84%
G 228 of 255 = 89%
B 197 of 255 = 77%

213
228
197

R + G + B ~ 83%. #D5E4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 228 + 197 = 638 (100%)
R 213 of 638 ~ 33.39%
G 228 of 638 ~ 35.74%
B 197 of 638 ~ 30.88%

%33.39
%35.74
%30.88

CMYK color model

#D5E4C5 color CMYK value is (7,0,14,11).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 10.59%
CMYK:
(7,0,14,11)
C7M0Y14K11 
(7%,0%,14%,11%)
(0.07/0.00/0.14/0.11)	

CMYK percentages

%6.58
%0
%13.6
%10.59

Codes

Color #D5E4C5 in popluar color models

D5E4C5
RGB213228197
HSL89°36.47%83.33%
HSB/HSV89°13.60%89.41%
CMYK6.58%0.00%13.60%
10.59%

Color #D5E4C5 in popluar number systems.

HEXD5E4C5
Decimal213228197
Binary110101011110010011000101
Octal325344305

Shades and tints

Shades of #D5E4C5

#D5E4C5
(213,228,197)
#C2D0B4
(194,208,180)
#AFBCA3
(175,188,163)
#9CA892
(156,168,146)
#899481
(137,148,129)
#768070
(118,128,112)
#636C5F
(99,108,95)
#50584E
(80,88,78)
#3D443D
(61,68,61)
#2A302C
(42,48,44)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #D5E4C5

#D5E4C5
(213,228,197)
#D8E6CA
(216,230,202)
#DBE8CF
(219,232,207)
#DEEAD4
(222,234,212)
#E1ECD9
(225,236,217)
#E4EEDE
(228,238,222)
#E7F0E3
(231,240,227)
#EAF2E8
(234,242,232)
#EDF4ED
(237,244,237)
#F0F6F2
(240,246,242)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E4C5 color. Also use rgb(213,228,197) instead hex code.

Text Font Color

.myTextColor { color: #D5E4C5; }

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

This text font color is #D5E4C5.


Background Color

.myBgColor { background-color: #D5E4C5; }

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

This div background color is #D5E4C5.


Border color

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

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

This div border color is #D5E4C5.


Opacity

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

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

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

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

This text has shadow with #D5E4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4C5 on black background.


Color preview on white background

This text has color #D5E4C5 on white background.



Black color preview on #D5E4C5 background

This text has black color on #D5E4C5 background.


White color preview on #D5E4C5 background

This text has white color on #D5E4C5 background.