COLOR #D7E6CB

HEX: #D7E6CB
RGB: (215,230,203)

Color info

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

RGB color model

#D7E6CB color RGB value is (215,230,203).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 203 of 255 = 80%

215
230
203

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

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 203 = 648 (100%)
R 215 of 648 ~ 33.18%
G 230 of 648 ~ 35.49%
B 203 of 648 ~ 31.33%

%33.18
%35.49
%31.33

CMYK color model

#D7E6CB color CMYK value is (7,0,12,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(7,0,12,10)
C7M0Y12K10 
(7%,0%,12%,10%)
(0.07/0.00/0.12/0.10)	

CMYK percentages

%6.52
%0
%11.74
%9.8

Codes

Color #D7E6CB in popluar color models

D7E6CB
RGB215230203
HSL93°35.06%84.90%
HSB/HSV93°11.74%90.20%
CMYK6.52%0.00%11.74%
9.80%

Color #D7E6CB in popluar number systems.

HEXD7E6CB
Decimal215230203
Binary110101111110011011001011
Octal327346313

Shades and tints

Shades of #D7E6CB

#D7E6CB
(215,230,203)
#C4D2B9
(196,210,185)
#B1BEA7
(177,190,167)
#9EAA95
(158,170,149)
#8B9683
(139,150,131)
#788271
(120,130,113)
#656E5F
(101,110,95)
#525A4D
(82,90,77)
#3F463B
(63,70,59)
#2C3229
(44,50,41)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #D7E6CB

#D7E6CB
(215,230,203)
#DAE8CF
(218,232,207)
#DDEAD3
(221,234,211)
#E0ECD7
(224,236,215)
#E3EEDB
(227,238,219)
#E6F0DF
(230,240,223)
#E9F2E3
(233,242,227)
#ECF4E7
(236,244,231)
#EFF6EB
(239,246,235)
#F2F8EF
(242,248,239)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6CB; }

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

This text font color is #D7E6CB.


Background Color

.myBgColor { background-color: #D7E6CB; }

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

This div background color is #D7E6CB.


Border color

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

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

This div border color is #D7E6CB.


Opacity

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

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

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

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

This text has shadow with #D7E6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6CB on black background.


Color preview on white background

This text has color #D7E6CB on white background.



Black color preview on #D7E6CB background

This text has black color on #D7E6CB background.


White color preview on #D7E6CB background

This text has white color on #D7E6CB background.