COLOR #D2BBE5

HEX: #D2BBE5 RGB: (210,187,229)

Color info

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

RGB color model

#D2BBE5 color RGB value is (210,187,229).

RGB: (210,187,229) (82%, 73%, 90%)

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 229 of 255 = 90%

210
187
229

R + G + B ~ 82%. #D2BBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 187 + 229 = 626 (100%)
R 210 of 626 ~ 33.55%
G 187 of 626 ~ 29.87%
B 229 of 626 ~ 36.58'%

%33.55
%29.87
%36.58

CMYK color model

#D2BBE5 color CMYK value is (8,18,0,10).

  • cyan value is 8.30%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (8,18,0,10)
C8M18Y0K10 (8%, 18%, 0%, 10%)
(0.08 / 0.18 / 0.00 / 0.10)

CMYK percentages

%8.3
%18.34
%0
%10.2

Codes

Color #D2BBE5 in popluar color models

D2 BB E5
RGB 210 187 229
HSL 273° 44.68% 81.57%
HSB/HSV 273° 18.34% 89.80%
CMYK 8.30% 18.34% 0.00%
10.20%

Color #D2BBE5 in popluar number systems.

HEX D2 BB E5
Decimal 210 187 229
Binary 11010010 10111011 11100101
Octal 322 273 345

Shades and tints

Shades of #D2BBE5

#D2BBE5
(210,187,229)
#BFAAD1
(191,170,209)
#AC99BD
(172,153,189)
#9988A9
(153,136,169)
#867795
(134,119,149)
#736681
(115,102,129)
#60556D
(96,85,109)
#4D4459
(77,68,89)
#3A3345
(58,51,69)
#272231
(39,34,49)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #D2BBE5

#D2BBE5
(210,187,229)
#D6C1E7
(214,193,231)
#DAC7E9
(218,199,233)
#DECDEB
(222,205,235)
#E2D3ED
(226,211,237)
#E6D9EF
(230,217,239)
#EADFF1
(234,223,241)
#EEE5F3
(238,229,243)
#F2EBF5
(242,235,245)
#F6F1F7
(246,241,247)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BBE5; }

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

This text font color is #D2BBE5.

Background Color

.myBgColor { background-color: #D2BBE5; }

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

This div background color is #D2BBE5.

Border color

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

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

This div border color is #D2BBE5.

Opacity

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

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

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

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

This text has shadow with #D2BBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BBE5.

Preview

Color preview on black background

This text has color #D2BBE5 on black background.


Color preview on white background

This text has color #D2BBE5 on white background.


Black color preview on #D2BBE5 background

This text has black color on #D2BBE5 background.


White color preview on #D2BBE5 background

This text has white color on #D2BBE5 background.


Related colors

Complementary color

Complementary color for #hex is #2D441A.


I love getcolorcode.com

Triadic colors

1 #E5D2BB and #BBE5D2 with #D2BBE5 are triadic colors.

2 #E5BBD2 and #BBD2E5 with #D2BBE5 are triadic colors.