COLOR #D5C1CC

HEX: #D5C1CC RGB: (213,193,204)

Color info

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

RGB color model

#D5C1CC color RGB value is (213,193,204).

RGB: (213,193,204) (84%, 76%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 193 of 255 = 76%
B 204 of 255 = 80%

213
193
204

R + G + B ~ 80%. #D5C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 193 + 204 = 610 (100%)
R 213 of 610 ~ 34.92%
G 193 of 610 ~ 31.64%
B 204 of 610 ~ 33.44'%

%34.92
%31.64
%33.44

CMYK color model

#D5C1CC color CMYK value is (0,9,4,16).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK: (0,9,4,16) C0M9Y4K16 (0%,9%,4%,16%) (0.00/0.09/0.04/0.16) 

CMYK percentages

%0
%9.39
%4.23
%16.47

Codes

Color #D5C1CC in popluar color models

D5 C1 CC
RGB 213 193 204
HSL 327° 19.23% 79.61%
HSB/HSV 327° 9.39% 83.53%
CMYK 0.00% 9.39% 4.23%
16.47%

Color #D5C1CC in popluar number systems.

HEX D5 C1 CC
Decimal 213 193 204
Binary 11010101 11000001 11001100
Octal 325 301 314

Shades and tints

Shades of #D5C1CC

#D5C1CC
(213,193,204)
#C2B0BA
(194,176,186)
#AF9FA8
(175,159,168)
#9C8E96
(156,142,150)
#897D84
(137,125,132)
#766C72
(118,108,114)
#635B60
(99,91,96)
#504A4E
(80,74,78)
#3D393C
(61,57,60)
#2A282A
(42,40,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5C1CC

#D5C1CC
(213,193,204)
#D8C6D0
(216,198,208)
#DBCBD4
(219,203,212)
#DED0D8
(222,208,216)
#E1D5DC
(225,213,220)
#E4DAE0
(228,218,224)
#E7DFE4
(231,223,228)
#EAE4E8
(234,228,232)
#EDE9EC
(237,233,236)
#F0EEF0
(240,238,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C1CC; }

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

This text font color is #D5C1CC.

Background Color

.myBgColor { background-color: #D5C1CC; }

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

This div background color is #D5C1CC.

Border color

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

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

This div border color is #D5C1CC.

Opacity

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

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

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

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

This text has shadow with #D5C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C1CC.

Preview

Color preview on black background

This text has color #D5C1CC on black background.


Color preview on white background

This text has color #D5C1CC on white background.


Black color preview on #D5C1CC background

This text has black color on #D5C1CC background.


White color preview on #D5C1CC background

This text has white color on #D5C1CC background.


Related colors

Complementary color

Complementary color for #hex is #2A3E33.


I love getcolorcode.com

Triadic colors

1 #CCD5C1 and #C1CCD5 with #D5C1CC are triadic colors.

2 #CCC1D5 and #C1D5CC with #D5C1CC are triadic colors.