COLOR #D7EAC5

HEX: #D7EAC5
RGB: (215,234,197)

Color info

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

RGB color model

#D7EAC5 color RGB value is (215,234,197).

  • red value is 215;
  • green value is 234;
  • blue value is 197.
RGB:
(215,234,197)
(84%,92%,77%)

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 197 of 255 = 77%

215
234
197

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

Portions of RGB colors in percentages

R + G + B =
215 + 234 + 197 = 646 (100%)
R 215 of 646 ~ 33.28%
G 234 of 646 ~ 36.22%
B 197 of 646 ~ 30.5%

%33.28
%36.22
%30.5

CMYK color model

#D7EAC5 color CMYK value is (8,0,16,8).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 8.24%
CMYK:
(8,0,16,8)
C8M0Y16K8 
(8%,0%,16%,8%)
(0.08/0.00/0.16/0.08)	

CMYK percentages

%8.12
%0
%15.81
%8.24

Codes

Color #D7EAC5 in popluar color models

D7EAC5
RGB215234197
HSL91°46.84%84.51%
HSB/HSV91°15.81%91.76%
CMYK8.12%0.00%15.81%
8.24%

Color #D7EAC5 in popluar number systems.

HEXD7EAC5
Decimal215234197
Binary110101111110101011000101
Octal327352305

Shades and tints

Shades of #D7EAC5

#D7EAC5
(215,234,197)
#C4D5B4
(196,213,180)
#B1C0A3
(177,192,163)
#9EAB92
(158,171,146)
#8B9681
(139,150,129)
#788170
(120,129,112)
#656C5F
(101,108,95)
#52574E
(82,87,78)
#3F423D
(63,66,61)
#2C2D2C
(44,45,44)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #D7EAC5

#D7EAC5
(215,234,197)
#DAEBCA
(218,235,202)
#DDECCF
(221,236,207)
#E0EDD4
(224,237,212)
#E3EED9
(227,238,217)
#E6EFDE
(230,239,222)
#E9F0E3
(233,240,227)
#ECF1E8
(236,241,232)
#EFF2ED
(239,242,237)
#F2F3F2
(242,243,242)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EAC5 color. Also use rgb(215,234,197) instead hex code.

Text Font Color

.myTextColor { color: #D7EAC5; }

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

This text font color is #D7EAC5.


Background Color

.myBgColor { background-color: #D7EAC5; }

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

This div background color is #D7EAC5.


Border color

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

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

This div border color is #D7EAC5.


Opacity

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

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

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

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

This text has shadow with #D7EAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EAC5 on black background.


Color preview on white background

This text has color #D7EAC5 on white background.



Black color preview on #D7EAC5 background

This text has black color on #D7EAC5 background.


White color preview on #D7EAC5 background

This text has white color on #D7EAC5 background.