COLOR #D2BBE1

HEX: #D2BBE1
RGB: (210,187,225)

Color info

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

RGB color model

#D2BBE1 color RGB value is (210,187,225).

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

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 225 of 255 = 88%

210
187
225

R + G + B ~ 81%. #D2BBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 187 + 225 = 622 (100%)
R 210 of 622 ~ 33.76%
G 187 of 622 ~ 30.06%
B 225 of 622 ~ 36.17%

%33.76
%30.06
%36.17

CMYK color model

#D2BBE1 color CMYK value is (7,17,0,12).

  • cyan value is 6.67%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(7,17,0,12)
C7M17Y0K12 
(7%,17%,0%,12%)
(0.07/0.17/0.00/0.12)	

CMYK percentages

%6.67
%16.89
%0
%11.76

Codes

Color #D2BBE1 in popluar color models

D2BBE1
RGB210187225
HSL276°38.78%80.78%
HSB/HSV276°16.89%88.24%
CMYK6.67%16.89%0.00%
11.76%

Color #D2BBE1 in popluar number systems.

HEXD2BBE1
Decimal210187225
Binary110100101011101111100001
Octal322273341

Shades and tints

Shades of #D2BBE1

#D2BBE1
(210,187,225)
#BFAACD
(191,170,205)
#AC99B9
(172,153,185)
#9988A5
(153,136,165)
#867791
(134,119,145)
#73667D
(115,102,125)
#605569
(96,85,105)
#4D4455
(77,68,85)
#3A3341
(58,51,65)
#27222D
(39,34,45)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #D2BBE1

#D2BBE1
(210,187,225)
#D6C1E3
(214,193,227)
#DAC7E5
(218,199,229)
#DECDE7
(222,205,231)
#E2D3E9
(226,211,233)
#E6D9EB
(230,217,235)
#EADFED
(234,223,237)
#EEE5EF
(238,229,239)
#F2EBF1
(242,235,241)
#F6F1F3
(246,241,243)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BBE1; }

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

This text font color is #D2BBE1.


Background Color

.myBgColor { background-color: #D2BBE1; }

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

This div background color is #D2BBE1.


Border color

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

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

This div border color is #D2BBE1.


Opacity

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

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

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

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

This text has shadow with #D2BBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BBE1 on black background.


Color preview on white background

This text has color #D2BBE1 on white background.



Black color preview on #D2BBE1 background

This text has black color on #D2BBE1 background.


White color preview on #D2BBE1 background

This text has white color on #D2BBE1 background.