COLOR #D9BCCD

HEX: #D9BCCD
RGB: (217,188,205)

Color info

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

RGB color model

#D9BCCD color RGB value is (217,188,205).

  • red value is 217;
  • green value is 188;
  • blue value is 205.
RGB:
(217,188,205)
(85%,74%,80%)

RGB channels and saturation

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

217
188
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 188 + 205 = 610 (100%)
R 217 of 610 ~ 35.57%
G 188 of 610 ~ 30.82%
B 205 of 610 ~ 33.61%

%35.57
%30.82
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 5.53%
  • 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.53
%14.9

Codes

Color #D9BCCD in popluar color models

D9BCCD
RGB217188205
HSL325°27.62%79.41%
HSB/HSV325°13.36%85.10%
CMYK0.00%13.36%5.53%
14.90%

Color #D9BCCD in popluar number systems.

HEXD9BCCD
Decimal217188205
Binary110110011011110011001101
Octal331274315

Shades and tints

Shades of #D9BCCD

#D9BCCD
(217,188,205)
#C6ABBB
(198,171,187)
#B39AA9
(179,154,169)
#A08997
(160,137,151)
#8D7885
(141,120,133)
#7A6773
(122,103,115)
#675661
(103,86,97)
#54454F
(84,69,79)
#41343D
(65,52,61)
#2E232B
(46,35,43)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #D9BCCD

#D9BCCD
(217,188,205)
#DCC2D1
(220,194,209)
#DFC8D5
(223,200,213)
#E2CED9
(226,206,217)
#E5D4DD
(229,212,221)
#E8DAE1
(232,218,225)
#EBE0E5
(235,224,229)
#EEE6E9
(238,230,233)
#F1ECED
(241,236,237)
#F4F2F1
(244,242,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BCCD; }

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

This text font color is #D9BCCD.


Background Color

.myBgColor { background-color: #D9BCCD; }

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

This div background color is #D9BCCD.


Border color

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

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

This div border color is #D9BCCD.


Opacity

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

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

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

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

This text has shadow with #D9BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BCCD on black background.


Color preview on white background

This text has color #D9BCCD on white background.



Black color preview on #D9BCCD background

This text has black color on #D9BCCD background.


White color preview on #D9BCCD background

This text has white color on #D9BCCD background.