COLOR #D9BCCC

HEX: #D9BCCC RGB: (217,188,204)

Color info

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

RGB color model

#D9BCCC color RGB value is (217,188,204).

RGB: (217,188,204) (85%, 74%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 188 of 255 = 74%
B 204 of 255 = 80%

217
188
204

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

Portions of RGB colors in percentages

R + G + B = 217 + 188 + 204 = 609 (100%)
R 217 of 609 ~ 35.63%
G 188 of 609 ~ 30.87%
B 204 of 609 ~ 33.5'%

%35.63
%30.87
%33.5

CMYK color model

#D9BCCC color CMYK value is (0,13,6,15).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 5.99%
  • key color value is 14.90%

CMYK: (0,13,6,15)
C0M13Y6K15 (0%, 13%, 6%, 15%)
(0.00 / 0.13 / 0.06 / 0.15)

CMYK percentages

%0
%13.36
%5.99
%14.9

Codes

Color #D9BCCC in popluar color models

D9 BC CC
RGB 217 188 204
HSL 327° 27.62% 79.41%
HSB/HSV 327° 13.36% 85.10%
CMYK 0.00% 13.36% 5.99%
14.90%

Color #D9BCCC in popluar number systems.

HEX D9 BC CC
Decimal 217 188 204
Binary 11011001 10111100 11001100
Octal 331 274 314

Shades and tints

Shades of #D9BCCC

#D9BCCC
(217,188,204)
#C6ABBA
(198,171,186)
#B39AA8
(179,154,168)
#A08996
(160,137,150)
#8D7884
(141,120,132)
#7A6772
(122,103,114)
#675660
(103,86,96)
#54454E
(84,69,78)
#41343C
(65,52,60)
#2E232A
(46,35,42)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #D9BCCC

#D9BCCC
(217,188,204)
#DCC2D0
(220,194,208)
#DFC8D4
(223,200,212)
#E2CED8
(226,206,216)
#E5D4DC
(229,212,220)
#E8DAE0
(232,218,224)
#EBE0E4
(235,224,228)
#EEE6E8
(238,230,232)
#F1ECEC
(241,236,236)
#F4F2F0
(244,242,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BCCC color. Also use rgb(217,188,204) instead hex code.

Text Font Color

.myTextColor { color: #D9BCCC; }

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

This text font color is #D9BCCC.

Background Color

.myBgColor { background-color: #D9BCCC; }

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

This div background color is #D9BCCC.

Border color

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

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

This div border color is #D9BCCC.

Opacity

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

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

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

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

This text has shadow with #D9BCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BCCC.

Preview

Color preview on black background

This text has color #D9BCCC on black background.


Color preview on white background

This text has color #D9BCCC on white background.


Black color preview on #D9BCCC background

This text has black color on #D9BCCC background.


White color preview on #D9BCCC background

This text has white color on #D9BCCC background.


Related colors

Complementary color

Complementary color for #hex is #264333.


I love getcolorcode.com

Triadic colors

1 #CCD9BC and #BCCCD9 with #D9BCCC are triadic colors.

2 #CCBCD9 and #BCD9CC with #D9BCCC are triadic colors.