COLOR #D9C0CB

HEX: #D9C0CB RGB: (217,192,203)

Color info

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

RGB color model

#D9C0CB color RGB value is (217,192,203).

RGB: (217,192,203) (85%, 75%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 203 of 255 = 80%

217
192
203

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

Portions of RGB colors in percentages

R + G + B = 217 + 192 + 203 = 612 (100%)
R 217 of 612 ~ 35.46%
G 192 of 612 ~ 31.37%
B 203 of 612 ~ 33.17'%

%35.46
%31.37
%33.17

CMYK color model

#D9C0CB color CMYK value is (0,12,6,15).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (0,12,6,15)
C0M12Y6K15 (0%, 12%, 6%, 15%)
(0.00 / 0.12 / 0.06 / 0.15)

CMYK percentages

%0
%11.52
%6.45
%14.9

Codes

Color #D9C0CB in popluar color models

D9 C0 CB
RGB 217 192 203
HSL 334° 24.75% 80.20%
HSB/HSV 334° 11.52% 85.10%
CMYK 0.00% 11.52% 6.45%
14.90%

Color #D9C0CB in popluar number systems.

HEX D9 C0 CB
Decimal 217 192 203
Binary 11011001 11000000 11001011
Octal 331 300 313

Shades and tints

Shades of #D9C0CB

#D9C0CB
(217,192,203)
#C6AFB9
(198,175,185)
#B39EA7
(179,158,167)
#A08D95
(160,141,149)
#8D7C83
(141,124,131)
#7A6B71
(122,107,113)
#675A5F
(103,90,95)
#54494D
(84,73,77)
#41383B
(65,56,59)
#2E2729
(46,39,41)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #D9C0CB

#D9C0CB
(217,192,203)
#DCC5CF
(220,197,207)
#DFCAD3
(223,202,211)
#E2CFD7
(226,207,215)
#E5D4DB
(229,212,219)
#E8D9DF
(232,217,223)
#EBDEE3
(235,222,227)
#EEE3E7
(238,227,231)
#F1E8EB
(241,232,235)
#F4EDEF
(244,237,239)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C0CB color. Also use rgb(217,192,203) instead hex code.

Text Font Color

.myTextColor { color: #D9C0CB; }

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

This text font color is #D9C0CB.

Background Color

.myBgColor { background-color: #D9C0CB; }

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

This div background color is #D9C0CB.

Border color

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

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

This div border color is #D9C0CB.

Opacity

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

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

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

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

This text has shadow with #D9C0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C0CB.

Preview

Color preview on black background

This text has color #D9C0CB on black background.


Color preview on white background

This text has color #D9C0CB on white background.


Black color preview on #D9C0CB background

This text has black color on #D9C0CB background.


White color preview on #D9C0CB background

This text has white color on #D9C0CB background.


Related colors

Complementary color

Complementary color for #hex is #263F34.


I love getcolorcode.com

Triadic colors

1 #CBD9C0 and #C0CBD9 with #D9C0CB are triadic colors.

2 #CBC0D9 and #C0D9CB with #D9C0CB are triadic colors.