COLOR #D7CBCC

HEX: #D7CBCC
RGB: (215,203,204)

Color info

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

RGB color model

#D7CBCC color RGB value is (215,203,204).

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

RGB channels and saturation

R 215 of 255 = 84%
G 203 of 255 = 80%
B 204 of 255 = 80%

215
203
204

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

Portions of RGB colors in percentages

R + G + B =
215 + 203 + 204 = 622 (100%)
R 215 of 622 ~ 34.57%
G 203 of 622 ~ 32.64%
B 204 of 622 ~ 32.8%

%34.57
%32.64
%32.8

CMYK color model

#D7CBCC color CMYK value is (0,6,5,16).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(0,6,5,16)
C0M6Y5K16 
(0%,6%,5%,16%)
(0.00/0.06/0.05/0.16)	

CMYK percentages

%0
%5.58
%5.12
%15.69

Codes

Color #D7CBCC in popluar color models

D7CBCC
RGB215203204
HSL355°13.04%81.96%
HSB/HSV355°5.58%84.31%
CMYK0.00%5.58%5.12%
15.69%

Color #D7CBCC in popluar number systems.

HEXD7CBCC
Decimal215203204
Binary110101111100101111001100
Octal327313314

Shades and tints

Shades of #D7CBCC

#D7CBCC
(215,203,204)
#C4B9BA
(196,185,186)
#B1A7A8
(177,167,168)
#9E9596
(158,149,150)
#8B8384
(139,131,132)
#787172
(120,113,114)
#655F60
(101,95,96)
#524D4E
(82,77,78)
#3F3B3C
(63,59,60)
#2C292A
(44,41,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7CBCC

#D7CBCC
(215,203,204)
#DACFD0
(218,207,208)
#DDD3D4
(221,211,212)
#E0D7D8
(224,215,216)
#E3DBDC
(227,219,220)
#E6DFE0
(230,223,224)
#E9E3E4
(233,227,228)
#ECE7E8
(236,231,232)
#EFEBEC
(239,235,236)
#F2EFF0
(242,239,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CBCC; }

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

This text font color is #D7CBCC.


Background Color

.myBgColor { background-color: #D7CBCC; }

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

This div background color is #D7CBCC.


Border color

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

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

This div border color is #D7CBCC.


Opacity

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

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

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

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

This text has shadow with #D7CBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CBCC on black background.


Color preview on white background

This text has color #D7CBCC on white background.



Black color preview on #D7CBCC background

This text has black color on #D7CBCC background.


White color preview on #D7CBCC background

This text has white color on #D7CBCC background.