COLOR #D5C8CC

HEX: #D5C8CC
RGB: (213,200,204)

Color info

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

RGB color model

#D5C8CC color RGB value is (213,200,204).

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

RGB channels and saturation

R 213 of 255 = 84%
G 200 of 255 = 78%
B 204 of 255 = 80%

213
200
204

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

Portions of RGB colors in percentages

R + G + B =
213 + 200 + 204 = 617 (100%)
R 213 of 617 ~ 34.52%
G 200 of 617 ~ 32.41%
B 204 of 617 ~ 33.06%

%34.52
%32.41
%33.06

CMYK color model

#D5C8CC color CMYK value is (0,6,4,16).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(0,6,4,16)
C0M6Y4K16 
(0%,6%,4%,16%)
(0.00/0.06/0.04/0.16)	

CMYK percentages

%0
%6.1
%4.23
%16.47

Codes

Color #D5C8CC in popluar color models

D5C8CC
RGB213200204
HSL342°13.40%80.98%
HSB/HSV342°6.10%83.53%
CMYK0.00%6.10%4.23%
16.47%

Color #D5C8CC in popluar number systems.

HEXD5C8CC
Decimal213200204
Binary110101011100100011001100
Octal325310314

Shades and tints

Shades of #D5C8CC

#D5C8CC
(213,200,204)
#C2B6BA
(194,182,186)
#AFA4A8
(175,164,168)
#9C9296
(156,146,150)
#898084
(137,128,132)
#766E72
(118,110,114)
#635C60
(99,92,96)
#504A4E
(80,74,78)
#3D383C
(61,56,60)
#2A262A
(42,38,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #D5C8CC

#D5C8CC
(213,200,204)
#D8CDD0
(216,205,208)
#DBD2D4
(219,210,212)
#DED7D8
(222,215,216)
#E1DCDC
(225,220,220)
#E4E1E0
(228,225,224)
#E7E6E4
(231,230,228)
#EAEBE8
(234,235,232)
#EDF0EC
(237,240,236)
#F0F5F0
(240,245,240)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C8CC; }

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

This text font color is #D5C8CC.


Background Color

.myBgColor { background-color: #D5C8CC; }

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

This div background color is #D5C8CC.


Border color

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

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

This div border color is #D5C8CC.


Opacity

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

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

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

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

This text has shadow with #D5C8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C8CC on black background.


Color preview on white background

This text has color #D5C8CC on white background.



Black color preview on #D5C8CC background

This text has black color on #D5C8CC background.


White color preview on #D5C8CC background

This text has white color on #D5C8CC background.