COLOR #D7CFCC

HEX: #D7CFCC
RGB: (215,207,204)

Color info

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

RGB color model

#D7CFCC color RGB value is (215,207,204).

  • red value is 215;
  • green value is 207;
  • blue value is 204.
RGB:
(215,207,204)
(84%,81%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 207 of 255 = 81%
B 204 of 255 = 80%

215
207
204

R + G + B ~ 82%. #D7CFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 207 + 204 = 626 (100%)
R 215 of 626 ~ 34.35%
G 207 of 626 ~ 33.07%
B 204 of 626 ~ 32.59%

%34.35
%33.07
%32.59

CMYK color model

#D7CFCC color CMYK value is (0,4,5,16).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(0,4,5,16)
C0M4Y5K16 
(0%,4%,5%,16%)
(0.00/0.04/0.05/0.16)	

CMYK percentages

%0
%3.72
%5.12
%15.69

Codes

Color #D7CFCC in popluar color models

D7CFCC
RGB215207204
HSL16°12.09%82.16%
HSB/HSV16°5.12%84.31%
CMYK0.00%3.72%5.12%
15.69%

Color #D7CFCC in popluar number systems.

HEXD7CFCC
Decimal215207204
Binary110101111100111111001100
Octal327317314

Shades and tints

Shades of #D7CFCC

#D7CFCC
(215,207,204)
#C4BDBA
(196,189,186)
#B1ABA8
(177,171,168)
#9E9996
(158,153,150)
#8B8784
(139,135,132)
#787572
(120,117,114)
#656360
(101,99,96)
#52514E
(82,81,78)
#3F3F3C
(63,63,60)
#2C2D2A
(44,45,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #D7CFCC

#D7CFCC
(215,207,204)
#DAD3D0
(218,211,208)
#DDD7D4
(221,215,212)
#E0DBD8
(224,219,216)
#E3DFDC
(227,223,220)
#E6E3E0
(230,227,224)
#E9E7E4
(233,231,228)
#ECEBE8
(236,235,232)
#EFEFEC
(239,239,236)
#F2F3F0
(242,243,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CFCC color. Also use rgb(215,207,204) instead hex code.

Text Font Color

.myTextColor { color: #D7CFCC; }

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

This text font color is #D7CFCC.


Background Color

.myBgColor { background-color: #D7CFCC; }

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

This div background color is #D7CFCC.


Border color

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

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

This div border color is #D7CFCC.


Opacity

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

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

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

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

This text has shadow with #D7CFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CFCC on black background.


Color preview on white background

This text has color #D7CFCC on white background.



Black color preview on #D7CFCC background

This text has black color on #D7CFCC background.


White color preview on #D7CFCC background

This text has white color on #D7CFCC background.