COLOR #D7EBC9

HEX: #D7EBC9
RGB: (215,235,201)

Color info

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

RGB color model

#D7EBC9 color RGB value is (215,235,201).

  • red value is 215;
  • green value is 235;
  • blue value is 201.
RGB:
(215,235,201)
(84%,92%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 201 of 255 = 79%

215
235
201

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

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 201 = 651 (100%)
R 215 of 651 ~ 33.03%
G 235 of 651 ~ 36.1%
B 201 of 651 ~ 30.88%

%33.03
%36.1
%30.88

CMYK color model

#D7EBC9 color CMYK value is (9,0,14,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(9,0,14,8)
C9M0Y14K8 
(9%,0%,14%,8%)
(0.09/0.00/0.14/0.08)	

CMYK percentages

%8.51
%0
%14.47
%7.84

Codes

Color #D7EBC9 in popluar color models

D7EBC9
RGB215235201
HSL95°45.95%85.49%
HSB/HSV95°14.47%92.16%
CMYK8.51%0.00%14.47%
7.84%

Color #D7EBC9 in popluar number systems.

HEXD7EBC9
Decimal215235201
Binary110101111110101111001001
Octal327353311

Shades and tints

Shades of #D7EBC9

#D7EBC9
(215,235,201)
#C4D6B7
(196,214,183)
#B1C1A5
(177,193,165)
#9EAC93
(158,172,147)
#8B9781
(139,151,129)
#78826F
(120,130,111)
#656D5D
(101,109,93)
#52584B
(82,88,75)
#3F4339
(63,67,57)
#2C2E27
(44,46,39)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7EBC9

#D7EBC9
(215,235,201)
#DAECCD
(218,236,205)
#DDEDD1
(221,237,209)
#E0EED5
(224,238,213)
#E3EFD9
(227,239,217)
#E6F0DD
(230,240,221)
#E9F1E1
(233,241,225)
#ECF2E5
(236,242,229)
#EFF3E9
(239,243,233)
#F2F4ED
(242,244,237)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EBC9 color. Also use rgb(215,235,201) instead hex code.

Text Font Color

.myTextColor { color: #D7EBC9; }

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

This text font color is #D7EBC9.


Background Color

.myBgColor { background-color: #D7EBC9; }

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

This div background color is #D7EBC9.


Border color

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

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

This div border color is #D7EBC9.


Opacity

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

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

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

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

This text has shadow with #D7EBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBC9 on black background.


Color preview on white background

This text has color #D7EBC9 on white background.



Black color preview on #D7EBC9 background

This text has black color on #D7EBC9 background.


White color preview on #D7EBC9 background

This text has white color on #D7EBC9 background.