COLOR #D7CCCA

HEX: #D7CCCA
RGB: (215,204,202)

Color info

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

RGB color model

#D7CCCA color RGB value is (215,204,202).

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

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 202 of 255 = 79%

215
204
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 202 = 621 (100%)
R 215 of 621 ~ 34.62%
G 204 of 621 ~ 32.85%
B 202 of 621 ~ 32.53%

%34.62
%32.85
%32.53

CMYK color model

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

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

CMYK percentages

%0
%5.12
%6.05
%15.69

Codes

Color #D7CCCA in popluar color models

D7CCCA
RGB215204202
HSL13.98%81.76%
HSB/HSV6.05%84.31%
CMYK0.00%5.12%6.05%
15.69%

Color #D7CCCA in popluar number systems.

HEXD7CCCA
Decimal215204202
Binary110101111100110011001010
Octal327314312

Shades and tints

Shades of #D7CCCA

#D7CCCA
(215,204,202)
#C4BAB8
(196,186,184)
#B1A8A6
(177,168,166)
#9E9694
(158,150,148)
#8B8482
(139,132,130)
#787270
(120,114,112)
#65605E
(101,96,94)
#524E4C
(82,78,76)
#3F3C3A
(63,60,58)
#2C2A28
(44,42,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #D7CCCA

#D7CCCA
(215,204,202)
#DAD0CE
(218,208,206)
#DDD4D2
(221,212,210)
#E0D8D6
(224,216,214)
#E3DCDA
(227,220,218)
#E6E0DE
(230,224,222)
#E9E4E2
(233,228,226)
#ECE8E6
(236,232,230)
#EFECEA
(239,236,234)
#F2F0EE
(242,240,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCCA; }

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

This text font color is #D7CCCA.


Background Color

.myBgColor { background-color: #D7CCCA; }

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

This div background color is #D7CCCA.


Border color

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

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

This div border color is #D7CCCA.


Opacity

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

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

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

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

This text has shadow with #D7CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCCA on black background.


Color preview on white background

This text has color #D7CCCA on white background.



Black color preview on #D7CCCA background

This text has black color on #D7CCCA background.


White color preview on #D7CCCA background

This text has white color on #D7CCCA background.