COLOR #D6BBEE

HEX: #D6BBEE RGB: (214,187,238)

Color info

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

RGB color model

#D6BBEE color RGB value is (214,187,238).

RGB: (214,187,238) (84%, 73%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 187 of 255 = 73%
B 238 of 255 = 93%

214
187
238

R + G + B ~ 83%. #D6BBEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 187 + 238 = 639 (100%)
R 214 of 639 ~ 33.49%
G 187 of 639 ~ 29.26%
B 238 of 639 ~ 37.25'%

%33.49
%29.26
%37.25

CMYK color model

#D6BBEE color CMYK value is (10,21,0,7).

  • cyan value is 10.08%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (10,21,0,7)
C10M21Y0K7 (10%, 21%, 0%, 7%)
(0.10 / 0.21 / 0.00 / 0.07)

CMYK percentages

%10.08
%21.43
%0
%6.67

Codes

Color #D6BBEE in popluar color models

D6 BB EE
RGB 214 187 238
HSL 272° 60.00% 83.33%
HSB/HSV 272° 21.43% 93.33%
CMYK 10.08% 21.43% 0.00%
6.67%

Color #D6BBEE in popluar number systems.

HEX D6 BB EE
Decimal 214 187 238
Binary 11010110 10111011 11101110
Octal 326 273 356

Shades and tints

Shades of #D6BBEE

#D6BBEE
(214,187,238)
#C3AAD9
(195,170,217)
#B099C4
(176,153,196)
#9D88AF
(157,136,175)
#8A779A
(138,119,154)
#776685
(119,102,133)
#645570
(100,85,112)
#51445B
(81,68,91)
#3E3346
(62,51,70)
#2B2231
(43,34,49)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #D6BBEE

#D6BBEE
(214,187,238)
#D9C1EF
(217,193,239)
#DCC7F0
(220,199,240)
#DFCDF1
(223,205,241)
#E2D3F2
(226,211,242)
#E5D9F3
(229,217,243)
#E8DFF4
(232,223,244)
#EBE5F5
(235,229,245)
#EEEBF6
(238,235,246)
#F1F1F7
(241,241,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BBEE color. Also use rgb(214,187,238) instead hex code.

Text Font Color

.myTextColor { color: #D6BBEE; }

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

This text font color is #D6BBEE.

Background Color

.myBgColor { background-color: #D6BBEE; }

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

This div background color is #D6BBEE.

Border color

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

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

This div border color is #D6BBEE.

Opacity

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

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

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

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

This text has shadow with #D6BBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BBEE.

Preview

Color preview on black background

This text has color #D6BBEE on black background.


Color preview on white background

This text has color #D6BBEE on white background.


Black color preview on #D6BBEE background

This text has black color on #D6BBEE background.


White color preview on #D6BBEE background

This text has white color on #D6BBEE background.


Related colors

Complementary color

Complementary color for #hex is #294411.


I love getcolorcode.com

Triadic colors

1 #EED6BB and #BBEED6 with #D6BBEE are triadic colors.

2 #EEBBD6 and #BBD6EE with #D6BBEE are triadic colors.