COLOR #D2BBD6

HEX: #D2BBD6
RGB: (210,187,214)

Color info

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

RGB color model

#D2BBD6 color RGB value is (210,187,214).

  • red value is 210;
  • green value is 187;
  • blue value is 214.
RGB:
(210,187,214)
(82%,73%,84%)

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 214 of 255 = 84%

210
187
214

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

Portions of RGB colors in percentages

R + G + B =
210 + 187 + 214 = 611 (100%)
R 210 of 611 ~ 34.37%
G 187 of 611 ~ 30.61%
B 214 of 611 ~ 35.02%

%34.37
%30.61
%35.02

CMYK color model

#D2BBD6 color CMYK value is (2,13,0,16).

  • cyan value is 1.87%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,13,0,16)
C2M13Y0K16 
(2%,13%,0%,16%)
(0.02/0.13/0.00/0.16)	

CMYK percentages

%1.87
%12.62
%0
%16.08

Codes

Color #D2BBD6 in popluar color models

D2BBD6
RGB210187214
HSL291°24.77%78.63%
HSB/HSV291°12.62%83.92%
CMYK1.87%12.62%0.00%
16.08%

Color #D2BBD6 in popluar number systems.

HEXD2BBD6
Decimal210187214
Binary110100101011101111010110
Octal322273326

Shades and tints

Shades of #D2BBD6

#D2BBD6
(210,187,214)
#BFAAC3
(191,170,195)
#AC99B0
(172,153,176)
#99889D
(153,136,157)
#86778A
(134,119,138)
#736677
(115,102,119)
#605564
(96,85,100)
#4D4451
(77,68,81)
#3A333E
(58,51,62)
#27222B
(39,34,43)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #D2BBD6

#D2BBD6
(210,187,214)
#D6C1D9
(214,193,217)
#DAC7DC
(218,199,220)
#DECDDF
(222,205,223)
#E2D3E2
(226,211,226)
#E6D9E5
(230,217,229)
#EADFE8
(234,223,232)
#EEE5EB
(238,229,235)
#F2EBEE
(242,235,238)
#F6F1F1
(246,241,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BBD6; }

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

This text font color is #D2BBD6.


Background Color

.myBgColor { background-color: #D2BBD6; }

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

This div background color is #D2BBD6.


Border color

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

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

This div border color is #D2BBD6.


Opacity

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

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

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

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

This text has shadow with #D2BBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BBD6 on black background.


Color preview on white background

This text has color #D2BBD6 on white background.



Black color preview on #D2BBD6 background

This text has black color on #D2BBD6 background.


White color preview on #D2BBD6 background

This text has white color on #D2BBD6 background.