COLOR #D1BBE3

HEX: #D1BBE3 RGB: (209,187,227)

Color info

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

RGB color model

#D1BBE3 color RGB value is (209,187,227).

RGB: (209,187,227) (82%, 73%, 89%)

RGB channels and saturation

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

209
187
227

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

Portions of RGB colors in percentages

R + G + B = 209 + 187 + 227 = 623 (100%)
R 209 of 623 ~ 33.55%
G 187 of 623 ~ 30.02%
B 227 of 623 ~ 36.44'%

%33.55
%30.02
%36.44

CMYK color model

#D1BBE3 color CMYK value is (8,18,0,11).

  • cyan value is 7.93%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (8,18,0,11)
C8M18Y0K11 (8%, 18%, 0%, 11%)
(0.08 / 0.18 / 0.00 / 0.11)

CMYK percentages

%7.93
%17.62
%0
%10.98

Codes

Color #D1BBE3 in popluar color models

D1 BB E3
RGB 209 187 227
HSL 273° 41.67% 81.18%
HSB/HSV 273° 17.62% 89.02%
CMYK 7.93% 17.62% 0.00%
10.98%

Color #D1BBE3 in popluar number systems.

HEX D1 BB E3
Decimal 209 187 227
Binary 11010001 10111011 11100011
Octal 321 273 343

Shades and tints

Shades of #D1BBE3

#D1BBE3
(209,187,227)
#BEAACF
(190,170,207)
#AB99BB
(171,153,187)
#9888A7
(152,136,167)
#857793
(133,119,147)
#72667F
(114,102,127)
#5F556B
(95,85,107)
#4C4457
(76,68,87)
#393343
(57,51,67)
#26222F
(38,34,47)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #D1BBE3

#D1BBE3
(209,187,227)
#D5C1E5
(213,193,229)
#D9C7E7
(217,199,231)
#DDCDE9
(221,205,233)
#E1D3EB
(225,211,235)
#E5D9ED
(229,217,237)
#E9DFEF
(233,223,239)
#EDE5F1
(237,229,241)
#F1EBF3
(241,235,243)
#F5F1F5
(245,241,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BBE3; }

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

This text font color is #D1BBE3.

Background Color

.myBgColor { background-color: #D1BBE3; }

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

This div background color is #D1BBE3.

Border color

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

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

This div border color is #D1BBE3.

Opacity

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

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

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

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

This text has shadow with #D1BBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BBE3.

Preview

Color preview on black background

This text has color #D1BBE3 on black background.


Color preview on white background

This text has color #D1BBE3 on white background.


Black color preview on #D1BBE3 background

This text has black color on #D1BBE3 background.


White color preview on #D1BBE3 background

This text has white color on #D1BBE3 background.


Related colors

Complementary color

Complementary color for #hex is #2E441C.


I love getcolorcode.com

Triadic colors

1 #E3D1BB and #BBE3D1 with #D1BBE3 are triadic colors.

2 #E3BBD1 and #BBD1E3 with #D1BBE3 are triadic colors.