COLOR #D7E0CB

HEX: #D7E0CB RGB: (215,224,203)

Color info

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

RGB color model

#D7E0CB color RGB value is (215,224,203).

RGB: (215,224,203) (84%, 88%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 224 of 255 = 88%
B 203 of 255 = 80%

215
224
203

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

Portions of RGB colors in percentages

R + G + B = 215 + 224 + 203 = 642 (100%)
R 215 of 642 ~ 33.49%
G 224 of 642 ~ 34.89%
B 203 of 642 ~ 31.62'%

%33.49
%34.89
%31.62

CMYK color model

#D7E0CB color CMYK value is (4,0,9,12).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 12.16%

CMYK: (4,0,9,12)
C4M0Y9K12 (4%, 0%, 9%, 12%)
(0.04 / 0.00 / 0.09 / 0.12)

CMYK percentages

%4.02
%0
%9.38
%12.16

Codes

Color #D7E0CB in popluar color models

D7 E0 CB
RGB 215 224 203
HSL 86° 25.30% 83.73%
HSB/HSV 86° 9.38% 87.84%
CMYK 4.02% 0.00% 9.38%
12.16%

Color #D7E0CB in popluar number systems.

HEX D7 E0 CB
Decimal 215 224 203
Binary 11010111 11100000 11001011
Octal 327 340 313

Shades and tints

Shades of #D7E0CB

#D7E0CB
(215,224,203)
#C4CCB9
(196,204,185)
#B1B8A7
(177,184,167)
#9EA495
(158,164,149)
#8B9083
(139,144,131)
#787C71
(120,124,113)
#65685F
(101,104,95)
#52544D
(82,84,77)
#3F403B
(63,64,59)
#2C2C29
(44,44,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7E0CB

#D7E0CB
(215,224,203)
#DAE2CF
(218,226,207)
#DDE4D3
(221,228,211)
#E0E6D7
(224,230,215)
#E3E8DB
(227,232,219)
#E6EADF
(230,234,223)
#E9ECE3
(233,236,227)
#ECEEE7
(236,238,231)
#EFF0EB
(239,240,235)
#F2F2EF
(242,242,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E0CB; }

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

This text font color is #D7E0CB.

Background Color

.myBgColor { background-color: #D7E0CB; }

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

This div background color is #D7E0CB.

Border color

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

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

This div border color is #D7E0CB.

Opacity

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

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

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

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

This text has shadow with #D7E0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E0CB.

Preview

Color preview on black background

This text has color #D7E0CB on black background.


Color preview on white background

This text has color #D7E0CB on white background.


Black color preview on #D7E0CB background

This text has black color on #D7E0CB background.


White color preview on #D7E0CB background

This text has white color on #D7E0CB background.


Related colors

Complementary color

Complementary color for #hex is #281F34.


I love getcolorcode.com

Triadic colors

1 #CBD7E0 and #E0CBD7 with #D7E0CB are triadic colors.

2 #CBE0D7 and #E0D7CB with #D7E0CB are triadic colors.