COLOR #D1BBE2

HEX: #D1BBE2
RGB: (209,187,226)

Color info

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

RGB color model

#D1BBE2 color RGB value is (209,187,226).

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

RGB channels and saturation

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

209
187
226

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

Portions of RGB colors in percentages

R + G + B =
209 + 187 + 226 = 622 (100%)
R 209 of 622 ~ 33.6%
G 187 of 622 ~ 30.06%
B 226 of 622 ~ 36.33%

%33.6
%30.06
%36.33

CMYK color model

#D1BBE2 color CMYK value is (8,17,0,11).

  • cyan value is 7.52%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(8,17,0,11)
C8M17Y0K11 
(8%,17%,0%,11%)
(0.08/0.17/0.00/0.11)	

CMYK percentages

%7.52
%17.26
%0
%11.37

Codes

Color #D1BBE2 in popluar color models

D1BBE2
RGB209187226
HSL274°40.21%80.98%
HSB/HSV274°17.26%88.63%
CMYK7.52%17.26%0.00%
11.37%

Color #D1BBE2 in popluar number systems.

HEXD1BBE2
Decimal209187226
Binary110100011011101111100010
Octal321273342

Shades and tints

Shades of #D1BBE2

#D1BBE2
(209,187,226)
#BEAACE
(190,170,206)
#AB99BA
(171,153,186)
#9888A6
(152,136,166)
#857792
(133,119,146)
#72667E
(114,102,126)
#5F556A
(95,85,106)
#4C4456
(76,68,86)
#393342
(57,51,66)
#26222E
(38,34,46)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #D1BBE2

#D1BBE2
(209,187,226)
#D5C1E4
(213,193,228)
#D9C7E6
(217,199,230)
#DDCDE8
(221,205,232)
#E1D3EA
(225,211,234)
#E5D9EC
(229,217,236)
#E9DFEE
(233,223,238)
#EDE5F0
(237,229,240)
#F1EBF2
(241,235,242)
#F5F1F4
(245,241,244)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BBE2; }

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

This text font color is #D1BBE2.


Background Color

.myBgColor { background-color: #D1BBE2; }

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

This div background color is #D1BBE2.


Border color

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

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

This div border color is #D1BBE2.


Opacity

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

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

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

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

This text has shadow with #D1BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BBE2 on black background.


Color preview on white background

This text has color #D1BBE2 on white background.



Black color preview on #D1BBE2 background

This text has black color on #D1BBE2 background.


White color preview on #D1BBE2 background

This text has white color on #D1BBE2 background.