COLOR #D5CCCA

HEX: #D5CCCA
RGB: (213,204,202)

Color info

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

RGB color model

#D5CCCA color RGB value is (213,204,202).

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

RGB channels and saturation

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

213
204
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 202 = 619 (100%)
R 213 of 619 ~ 34.41%
G 204 of 619 ~ 32.96%
B 202 of 619 ~ 32.63%

%34.41
%32.96
%32.63

CMYK color model

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

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

CMYK percentages

%0
%4.23
%5.16
%16.47

Codes

Color #D5CCCA in popluar color models

D5CCCA
RGB213204202
HSL11°11.58%81.37%
HSB/HSV11°5.16%83.53%
CMYK0.00%4.23%5.16%
16.47%

Color #D5CCCA in popluar number systems.

HEXD5CCCA
Decimal213204202
Binary110101011100110011001010
Octal325314312

Shades and tints

Shades of #D5CCCA

#D5CCCA
(213,204,202)
#C2BAB8
(194,186,184)
#AFA8A6
(175,168,166)
#9C9694
(156,150,148)
#898482
(137,132,130)
#767270
(118,114,112)
#63605E
(99,96,94)
#504E4C
(80,78,76)
#3D3C3A
(61,60,58)
#2A2A28
(42,42,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5CCCA

#D5CCCA
(213,204,202)
#D8D0CE
(216,208,206)
#DBD4D2
(219,212,210)
#DED8D6
(222,216,214)
#E1DCDA
(225,220,218)
#E4E0DE
(228,224,222)
#E7E4E2
(231,228,226)
#EAE8E6
(234,232,230)
#EDECEA
(237,236,234)
#F0F0EE
(240,240,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CCCA; }

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

This text font color is #D5CCCA.


Background Color

.myBgColor { background-color: #D5CCCA; }

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

This div background color is #D5CCCA.


Border color

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

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

This div border color is #D5CCCA.


Opacity

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

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

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

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

This text has shadow with #D5CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCCA on black background.


Color preview on white background

This text has color #D5CCCA on white background.



Black color preview on #D5CCCA background

This text has black color on #D5CCCA background.


White color preview on #D5CCCA background

This text has white color on #D5CCCA background.