COLOR #D9BBEC

HEX: #D9BBEC RGB: (217,187,236)

Color info

#D9BBEC contains red, green and blue colors in about the same proportion. Web safe color of #D9BBEC is #CCCCFF (or #CCF).

RGB color model

#D9BBEC color RGB value is (217,187,236).

RGB: (217,187,236) (85%, 73%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 236 of 255 = 93%

217
187
236

R + G + B ~ 84%. #D9BBEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 187 + 236 = 640 (100%)
R 217 of 640 ~ 33.91%
G 187 of 640 ~ 29.22%
B 236 of 640 ~ 36.88'%

%33.91
%29.22
%36.88

CMYK color model

#D9BBEC color CMYK value is (8,21,0,7).

  • cyan value is 8.05%
  • magenta value is 20.76%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,21,0,7)
C8M21Y0K7 (8%, 21%, 0%, 7%)
(0.08 / 0.21 / 0.00 / 0.07)

CMYK percentages

%8.05
%20.76
%0
%7.45

Codes

Color #D9BBEC in popluar color models

D9 BB EC
RGB 217 187 236
HSL 277° 56.32% 82.94%
HSB/HSV 277° 20.76% 92.55%
CMYK 8.05% 20.76% 0.00%
7.45%

Color #D9BBEC in popluar number systems.

HEX D9 BB EC
Decimal 217 187 236
Binary 11011001 10111011 11101100
Octal 331 273 354

Shades and tints

Shades of #D9BBEC

#D9BBEC
(217,187,236)
#C6AAD7
(198,170,215)
#B399C2
(179,153,194)
#A088AD
(160,136,173)
#8D7798
(141,119,152)
#7A6683
(122,102,131)
#67556E
(103,85,110)
#544459
(84,68,89)
#413344
(65,51,68)
#2E222F
(46,34,47)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #D9BBEC

#D9BBEC
(217,187,236)
#DCC1ED
(220,193,237)
#DFC7EE
(223,199,238)
#E2CDEF
(226,205,239)
#E5D3F0
(229,211,240)
#E8D9F1
(232,217,241)
#EBDFF2
(235,223,242)
#EEE5F3
(238,229,243)
#F1EBF4
(241,235,244)
#F4F1F5
(244,241,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BBEC; }

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

This text font color is #D9BBEC.

Background Color

.myBgColor { background-color: #D9BBEC; }

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

This div background color is #D9BBEC.

Border color

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

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

This div border color is #D9BBEC.

Opacity

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

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

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

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

This text has shadow with #D9BBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BBEC.

Preview

Color preview on black background

This text has color #D9BBEC on black background.


Color preview on white background

This text has color #D9BBEC on white background.


Black color preview on #D9BBEC background

This text has black color on #D9BBEC background.


White color preview on #D9BBEC background

This text has white color on #D9BBEC background.


Related colors

Complementary color

Complementary color for #hex is #264413.


I love getcolorcode.com

Triadic colors

1 #ECD9BB and #BBECD9 with #D9BBEC are triadic colors.

2 #ECBBD9 and #BBD9EC with #D9BBEC are triadic colors.