COLOR #D9BBCA

HEX: #D9BBCA
RGB: (217,187,202)

Color info

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

RGB color model

#D9BBCA color RGB value is (217,187,202).

  • red value is 217;
  • green value is 187;
  • blue value is 202.
RGB:
(217,187,202)
(85%,73%,79%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 202 of 255 = 79%

217
187
202

R + G + B ~ 79%. #D9BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 187 + 202 = 606 (100%)
R 217 of 606 ~ 35.81%
G 187 of 606 ~ 30.86%
B 202 of 606 ~ 33.33%

%35.81
%30.86
%33.33

CMYK color model

#D9BBCA color CMYK value is (0,14,7,15).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(0,14,7,15)
C0M14Y7K15 
(0%,14%,7%,15%)
(0.00/0.14/0.07/0.15)	

CMYK percentages

%0
%13.82
%6.91
%14.9

Codes

Color #D9BBCA in popluar color models

D9BBCA
RGB217187202
HSL330°28.30%79.22%
HSB/HSV330°13.82%85.10%
CMYK0.00%13.82%6.91%
14.90%

Color #D9BBCA in popluar number systems.

HEXD9BBCA
Decimal217187202
Binary110110011011101111001010
Octal331273312

Shades and tints

Shades of #D9BBCA

#D9BBCA
(217,187,202)
#C6AAB8
(198,170,184)
#B399A6
(179,153,166)
#A08894
(160,136,148)
#8D7782
(141,119,130)
#7A6670
(122,102,112)
#67555E
(103,85,94)
#54444C
(84,68,76)
#41333A
(65,51,58)
#2E2228
(46,34,40)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #D9BBCA

#D9BBCA
(217,187,202)
#DCC1CE
(220,193,206)
#DFC7D2
(223,199,210)
#E2CDD6
(226,205,214)
#E5D3DA
(229,211,218)
#E8D9DE
(232,217,222)
#EBDFE2
(235,223,226)
#EEE5E6
(238,229,230)
#F1EBEA
(241,235,234)
#F4F1EE
(244,241,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BBCA color. Also use rgb(217,187,202) instead hex code.

Text Font Color

.myTextColor { color: #D9BBCA; }

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

This text font color is #D9BBCA.


Background Color

.myBgColor { background-color: #D9BBCA; }

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

This div background color is #D9BBCA.


Border color

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

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

This div border color is #D9BBCA.


Opacity

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

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

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

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

This text has shadow with #D9BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BBCA on black background.


Color preview on white background

This text has color #D9BBCA on white background.



Black color preview on #D9BBCA background

This text has black color on #D9BBCA background.


White color preview on #D9BBCA background

This text has white color on #D9BBCA background.