COLOR #D2BBE2

HEX: #D2BBE2
RGB: (210,187,226)

Color info

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

RGB color model

#D2BBE2 color RGB value is (210,187,226).

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

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 226 of 255 = 89%

210
187
226

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

Portions of RGB colors in percentages

R + G + B =
210 + 187 + 226 = 623 (100%)
R 210 of 623 ~ 33.71%
G 187 of 623 ~ 30.02%
B 226 of 623 ~ 36.28%

%33.71
%30.02
%36.28

CMYK color model

#D2BBE2 color CMYK value is (7,17,0,11).

  • cyan value is 7.08%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,17,0,11)
C7M17Y0K11 
(7%,17%,0%,11%)
(0.07/0.17/0.00/0.11)	

CMYK percentages

%7.08
%17.26
%0
%11.37

Codes

Color #D2BBE2 in popluar color models

D2BBE2
RGB210187226
HSL275°40.21%80.98%
HSB/HSV275°17.26%88.63%
CMYK7.08%17.26%0.00%
11.37%

Color #D2BBE2 in popluar number systems.

HEXD2BBE2
Decimal210187226
Binary110100101011101111100010
Octal322273342

Shades and tints

Shades of #D2BBE2

#D2BBE2
(210,187,226)
#BFAACE
(191,170,206)
#AC99BA
(172,153,186)
#9988A6
(153,136,166)
#867792
(134,119,146)
#73667E
(115,102,126)
#60556A
(96,85,106)
#4D4456
(77,68,86)
#3A3342
(58,51,66)
#27222E
(39,34,46)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #D2BBE2

#D2BBE2
(210,187,226)
#D6C1E4
(214,193,228)
#DAC7E6
(218,199,230)
#DECDE8
(222,205,232)
#E2D3EA
(226,211,234)
#E6D9EC
(230,217,236)
#EADFEE
(234,223,238)
#EEE5F0
(238,229,240)
#F2EBF2
(242,235,242)
#F6F1F4
(246,241,244)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BBE2; }

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

This text font color is #D2BBE2.


Background Color

.myBgColor { background-color: #D2BBE2; }

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

This div background color is #D2BBE2.


Border color

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

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

This div border color is #D2BBE2.


Opacity

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

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

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

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

This text has shadow with #D2BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BBE2 on black background.


Color preview on white background

This text has color #D2BBE2 on white background.



Black color preview on #D2BBE2 background

This text has black color on #D2BBE2 background.


White color preview on #D2BBE2 background

This text has white color on #D2BBE2 background.