COLOR #D9B0CB

HEX: #D9B0CB RGB: (217,176,203)

Color info

#D9B0CB contains red, green and blue colors in about the same proportion. Web safe color of #D9B0CB is #CC99CC (or #C9C).

RGB color model

#D9B0CB color RGB value is (217,176,203).

RGB: (217,176,203) (85%, 69%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 176 of 255 = 69%
B 203 of 255 = 80%

217
176
203

R + G + B ~ 78%. #D9B0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 176 + 203 = 596 (100%)
R 217 of 596 ~ 36.41%
G 176 of 596 ~ 29.53%
B 203 of 596 ~ 34.06'%

%36.41
%29.53
%34.06

CMYK color model

#D9B0CB color CMYK value is (0,19,6,15).

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

CMYK: (0,19,6,15)
C0M19Y6K15 (0%, 19%, 6%, 15%)
(0.00 / 0.19 / 0.06 / 0.15)

CMYK percentages

%0
%18.89
%6.45
%14.9

Codes

Color #D9B0CB in popluar color models

D9 B0 CB
RGB 217 176 203
HSL 320° 35.04% 77.06%
HSB/HSV 320° 18.89% 85.10%
CMYK 0.00% 18.89% 6.45%
14.90%

Color #D9B0CB in popluar number systems.

HEX D9 B0 CB
Decimal 217 176 203
Binary 11011001 10110000 11001011
Octal 331 260 313

Shades and tints

Shades of #D9B0CB

#D9B0CB
(217,176,203)
#C6A0B9
(198,160,185)
#B390A7
(179,144,167)
#A08095
(160,128,149)
#8D7083
(141,112,131)
#7A6071
(122,96,113)
#67505F
(103,80,95)
#54404D
(84,64,77)
#41303B
(65,48,59)
#2E2029
(46,32,41)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #D9B0CB

#D9B0CB
(217,176,203)
#DCB7CF
(220,183,207)
#DFBED3
(223,190,211)
#E2C5D7
(226,197,215)
#E5CCDB
(229,204,219)
#E8D3DF
(232,211,223)
#EBDAE3
(235,218,227)
#EEE1E7
(238,225,231)
#F1E8EB
(241,232,235)
#F4EFEF
(244,239,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B0CB; }

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

This text font color is #D9B0CB.

Background Color

.myBgColor { background-color: #D9B0CB; }

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

This div background color is #D9B0CB.

Border color

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

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

This div border color is #D9B0CB.

Opacity

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

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

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

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

This text has shadow with #D9B0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B0CB.

Preview

Color preview on black background

This text has color #D9B0CB on black background.


Color preview on white background

This text has color #D9B0CB on white background.


Black color preview on #D9B0CB background

This text has black color on #D9B0CB background.


White color preview on #D9B0CB background

This text has white color on #D9B0CB background.


Related colors

Complementary color

Complementary color for #hex is #264F34.


I love getcolorcode.com

Triadic colors

1 #CBD9B0 and #B0CBD9 with #D9B0CB are triadic colors.

2 #CBB0D9 and #B0D9CB with #D9B0CB are triadic colors.