COLOR #D7EACB

HEX: #D7EACB
RGB: (215,234,203)

Color info

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

RGB color model

#D7EACB color RGB value is (215,234,203).

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

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 203 of 255 = 80%

215
234
203

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

Portions of RGB colors in percentages

R + G + B =
215 + 234 + 203 = 652 (100%)
R 215 of 652 ~ 32.98%
G 234 of 652 ~ 35.89%
B 203 of 652 ~ 31.13%

%32.98
%35.89
%31.13

CMYK color model

#D7EACB color CMYK value is (8,0,13,8).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 8.24%
CMYK:
(8,0,13,8)
C8M0Y13K8 
(8%,0%,13%,8%)
(0.08/0.00/0.13/0.08)	

CMYK percentages

%8.12
%0
%13.25
%8.24

Codes

Color #D7EACB in popluar color models

D7EACB
RGB215234203
HSL97°42.47%85.69%
HSB/HSV97°13.25%91.76%
CMYK8.12%0.00%13.25%
8.24%

Color #D7EACB in popluar number systems.

HEXD7EACB
Decimal215234203
Binary110101111110101011001011
Octal327352313

Shades and tints

Shades of #D7EACB

#D7EACB
(215,234,203)
#C4D5B9
(196,213,185)
#B1C0A7
(177,192,167)
#9EAB95
(158,171,149)
#8B9683
(139,150,131)
#788171
(120,129,113)
#656C5F
(101,108,95)
#52574D
(82,87,77)
#3F423B
(63,66,59)
#2C2D29
(44,45,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7EACB

#D7EACB
(215,234,203)
#DAEBCF
(218,235,207)
#DDECD3
(221,236,211)
#E0EDD7
(224,237,215)
#E3EEDB
(227,238,219)
#E6EFDF
(230,239,223)
#E9F0E3
(233,240,227)
#ECF1E7
(236,241,231)
#EFF2EB
(239,242,235)
#F2F3EF
(242,243,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EACB; }

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

This text font color is #D7EACB.


Background Color

.myBgColor { background-color: #D7EACB; }

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

This div background color is #D7EACB.


Border color

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

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

This div border color is #D7EACB.


Opacity

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

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

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

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

This text has shadow with #D7EACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EACB on black background.


Color preview on white background

This text has color #D7EACB on white background.



Black color preview on #D7EACB background

This text has black color on #D7EACB background.


White color preview on #D7EACB background

This text has white color on #D7EACB background.