COLOR #D5EAC8

HEX: #D5EAC8
RGB: (213,234,200)

Color info

#D5EAC8 contains red, green and blue colors in about the same proportion. Web safe color of #D5EAC8 is #CCFFCC (or #CFC).

RGB color model

#D5EAC8 color RGB value is (213,234,200).

  • red value is 213;
  • green value is 234;
  • blue value is 200.
RGB:
(213,234,200)
(84%,92%,78%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 200 of 255 = 78%

213
234
200

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 200 = 647 (100%)
R 213 of 647 ~ 32.92%
G 234 of 647 ~ 36.17%
B 200 of 647 ~ 30.91%

%32.92
%36.17
%30.91

CMYK color model

#D5EAC8 color CMYK value is (9,0,15,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(9,0,15,8)
C9M0Y15K8 
(9%,0%,15%,8%)
(0.09/0.00/0.15/0.08)	

CMYK percentages

%8.97
%0
%14.53
%8.24

Codes

Color #D5EAC8 in popluar color models

D5EAC8
RGB213234200
HSL97°44.74%85.10%
HSB/HSV97°14.53%91.76%
CMYK8.97%0.00%14.53%
8.24%

Color #D5EAC8 in popluar number systems.

HEXD5EAC8
Decimal213234200
Binary110101011110101011001000
Octal325352310

Shades and tints

Shades of #D5EAC8

#D5EAC8
(213,234,200)
#C2D5B6
(194,213,182)
#AFC0A4
(175,192,164)
#9CAB92
(156,171,146)
#899680
(137,150,128)
#76816E
(118,129,110)
#636C5C
(99,108,92)
#50574A
(80,87,74)
#3D4238
(61,66,56)
#2A2D26
(42,45,38)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5EAC8

#D5EAC8
(213,234,200)
#D8EBCD
(216,235,205)
#DBECD2
(219,236,210)
#DEEDD7
(222,237,215)
#E1EEDC
(225,238,220)
#E4EFE1
(228,239,225)
#E7F0E6
(231,240,230)
#EAF1EB
(234,241,235)
#EDF2F0
(237,242,240)
#F0F3F5
(240,243,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EAC8 color. Also use rgb(213,234,200) instead hex code.

Text Font Color

.myTextColor { color: #D5EAC8; }

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

This text font color is #D5EAC8.


Background Color

.myBgColor { background-color: #D5EAC8; }

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

This div background color is #D5EAC8.


Border color

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

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

This div border color is #D5EAC8.


Opacity

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

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

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

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

This text has shadow with #D5EAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAC8 on black background.


Color preview on white background

This text has color #D5EAC8 on white background.



Black color preview on #D5EAC8 background

This text has black color on #D5EAC8 background.


White color preview on #D5EAC8 background

This text has white color on #D5EAC8 background.