COLOR #D5CCCE

HEX: #D5CCCE
RGB: (213,204,206)

Color info

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

RGB color model

#D5CCCE color RGB value is (213,204,206).

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

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 206 of 255 = 81%

213
204
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 206 = 623 (100%)
R 213 of 623 ~ 34.19%
G 204 of 623 ~ 32.74%
B 206 of 623 ~ 33.07%

%34.19
%32.74
%33.07

CMYK color model

#D5CCCE color CMYK value is (0,4,3,16).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,4,3,16)
C0M4Y3K16 
(0%,4%,3%,16%)
(0.00/0.04/0.03/0.16)	

CMYK percentages

%0
%4.23
%3.29
%16.47

Codes

Color #D5CCCE in popluar color models

D5CCCE
RGB213204206
HSL347°9.68%81.76%
HSB/HSV347°4.23%83.53%
CMYK0.00%4.23%3.29%
16.47%

Color #D5CCCE in popluar number systems.

HEXD5CCCE
Decimal213204206
Binary110101011100110011001110
Octal325314316

Shades and tints

Shades of #D5CCCE

#D5CCCE
(213,204,206)
#C2BABC
(194,186,188)
#AFA8AA
(175,168,170)
#9C9698
(156,150,152)
#898486
(137,132,134)
#767274
(118,114,116)
#636062
(99,96,98)
#504E50
(80,78,80)
#3D3C3E
(61,60,62)
#2A2A2C
(42,42,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5CCCE

#D5CCCE
(213,204,206)
#D8D0D2
(216,208,210)
#DBD4D6
(219,212,214)
#DED8DA
(222,216,218)
#E1DCDE
(225,220,222)
#E4E0E2
(228,224,226)
#E7E4E6
(231,228,230)
#EAE8EA
(234,232,234)
#EDECEE
(237,236,238)
#F0F0F2
(240,240,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CCCE; }

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

This text font color is #D5CCCE.


Background Color

.myBgColor { background-color: #D5CCCE; }

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

This div background color is #D5CCCE.


Border color

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

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

This div border color is #D5CCCE.


Opacity

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

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

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

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

This text has shadow with #D5CCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCCE on black background.


Color preview on white background

This text has color #D5CCCE on white background.



Black color preview on #D5CCCE background

This text has black color on #D5CCCE background.


White color preview on #D5CCCE background

This text has white color on #D5CCCE background.