COLOR #D7CEC4

HEX: #D7CEC4 RGB: (215,206,196)

Color info

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

RGB color model

#D7CEC4 color RGB value is (215,206,196).

RGB: (215,206,196) (84%, 81%, 77%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 196 of 255 = 77%

215
206
196

R + G + B ~ 81%. #D7CEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 196 = 617 (100%)
R 215 of 617 ~ 34.85%
G 206 of 617 ~ 33.39%
B 196 of 617 ~ 31.77'%

%34.85
%33.39
%31.77

CMYK color model

#D7CEC4 color CMYK value is (0,4,9,16).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 8.84%
  • key color value is 15.69%
CMYK: (0,4,9,16) C0M4Y9K16 (0%,4%,9%,16%) (0.00/0.04/0.09/0.16) 

CMYK percentages

%0
%4.19
%8.84
%15.69

Codes

Color #D7CEC4 in popluar color models

D7 CE C4
RGB 215 206 196
HSL 32° 19.19% 80.59%
HSB/HSV 32° 8.84% 84.31%
CMYK 0.00% 4.19% 8.84%
15.69%

Color #D7CEC4 in popluar number systems.

HEX D7 CE C4
Decimal 215 206 196
Binary 11010111 11001110 11000100
Octal 327 316 304

Shades and tints

Shades of #D7CEC4

#D7CEC4
(215,206,196)
#C4BCB3
(196,188,179)
#B1AAA2
(177,170,162)
#9E9891
(158,152,145)
#8B8680
(139,134,128)
#78746F
(120,116,111)
#65625E
(101,98,94)
#52504D
(82,80,77)
#3F3E3C
(63,62,60)
#2C2C2B
(44,44,43)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #D7CEC4

#D7CEC4
(215,206,196)
#DAD2C9
(218,210,201)
#DDD6CE
(221,214,206)
#E0DAD3
(224,218,211)
#E3DED8
(227,222,216)
#E6E2DD
(230,226,221)
#E9E6E2
(233,230,226)
#ECEAE7
(236,234,231)
#EFEEEC
(239,238,236)
#F2F2F1
(242,242,241)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CEC4 color. Also use rgb(215,206,196) instead hex code.

Text Font Color

.myTextColor { color: #D7CEC4; }

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

This text font color is #D7CEC4.

Background Color

.myBgColor { background-color: #D7CEC4; }

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

This div background color is #D7CEC4.

Border color

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

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

This div border color is #D7CEC4.

Opacity

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

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

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

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

This text has shadow with #D7CEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEC4.

Preview

Color preview on black background

This text has color #D7CEC4 on black background.


Color preview on white background

This text has color #D7CEC4 on white background.


Black color preview on #D7CEC4 background

This text has black color on #D7CEC4 background.


White color preview on #D7CEC4 background

This text has white color on #D7CEC4 background.


Related colors

Complementary color

Complementary color for #hex is #28313B.


I love getcolorcode.com

Triadic colors

1 #C4D7CE and #CEC4D7 with #D7CEC4 are triadic colors.

2 #C4CED7 and #CED7C4 with #D7CEC4 are triadic colors.