COLOR #D5C2CB

HEX: #D5C2CB RGB: (213,194,203)

Color info

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

RGB color model

#D5C2CB color RGB value is (213,194,203).

RGB: (213,194,203) (84%, 76%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 203 of 255 = 80%

213
194
203

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

Portions of RGB colors in percentages

R + G + B = 213 + 194 + 203 = 610 (100%)
R 213 of 610 ~ 34.92%
G 194 of 610 ~ 31.8%
B 203 of 610 ~ 33.28'%

%34.92
%31.8
%33.28

CMYK color model

#D5C2CB color CMYK value is (0,9,5,16).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK: (0,9,5,16) C0M9Y5K16 (0%,9%,5%,16%) (0.00/0.09/0.05/0.16) 

CMYK percentages

%0
%8.92
%4.69
%16.47

Codes

Color #D5C2CB in popluar color models

D5 C2 CB
RGB 213 194 203
HSL 332° 18.45% 79.80%
HSB/HSV 332° 8.92% 83.53%
CMYK 0.00% 8.92% 4.69%
16.47%

Color #D5C2CB in popluar number systems.

HEX D5 C2 CB
Decimal 213 194 203
Binary 11010101 11000010 11001011
Octal 325 302 313

Shades and tints

Shades of #D5C2CB

#D5C2CB
(213,194,203)
#C2B1B9
(194,177,185)
#AFA0A7
(175,160,167)
#9C8F95
(156,143,149)
#897E83
(137,126,131)
#766D71
(118,109,113)
#635C5F
(99,92,95)
#504B4D
(80,75,77)
#3D3A3B
(61,58,59)
#2A2929
(42,41,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5C2CB

#D5C2CB
(213,194,203)
#D8C7CF
(216,199,207)
#DBCCD3
(219,204,211)
#DED1D7
(222,209,215)
#E1D6DB
(225,214,219)
#E4DBDF
(228,219,223)
#E7E0E3
(231,224,227)
#EAE5E7
(234,229,231)
#EDEAEB
(237,234,235)
#F0EFEF
(240,239,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C2CB color. Also use rgb(213,194,203) instead hex code.

Text Font Color

.myTextColor { color: #D5C2CB; }

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

This text font color is #D5C2CB.

Background Color

.myBgColor { background-color: #D5C2CB; }

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

This div background color is #D5C2CB.

Border color

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

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

This div border color is #D5C2CB.

Opacity

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

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

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

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

This text has shadow with #D5C2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C2CB.

Preview

Color preview on black background

This text has color #D5C2CB on black background.


Color preview on white background

This text has color #D5C2CB on white background.


Black color preview on #D5C2CB background

This text has black color on #D5C2CB background.


White color preview on #D5C2CB background

This text has white color on #D5C2CB background.


Related colors

Complementary color

Complementary color for #hex is #2A3D34.


I love getcolorcode.com

Triadic colors

1 #CBD5C2 and #C2CBD5 with #D5C2CB are triadic colors.

2 #CBC2D5 and #C2D5CB with #D5C2CB are triadic colors.