COLOR #D1BEE3

HEX: #D1BEE3 RGB: (209,190,227)

Color info

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

RGB color model

#D1BEE3 color RGB value is (209,190,227).

RGB: (209,190,227) (82%, 75%, 89%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 227 of 255 = 89%

209
190
227

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

Portions of RGB colors in percentages

R + G + B = 209 + 190 + 227 = 626 (100%)
R 209 of 626 ~ 33.39%
G 190 of 626 ~ 30.35%
B 227 of 626 ~ 36.26'%

%33.39
%30.35
%36.26

CMYK color model

#D1BEE3 color CMYK value is (8,16,0,11).

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

CMYK: (8,16,0,11)
C8M16Y0K11 (8%, 16%, 0%, 11%)
(0.08 / 0.16 / 0.00 / 0.11)

CMYK percentages

%7.93
%16.3
%0
%10.98

Codes

Color #D1BEE3 in popluar color models

D1 BE E3
RGB 209 190 227
HSL 271° 39.78% 81.76%
HSB/HSV 271° 16.30% 89.02%
CMYK 7.93% 16.30% 0.00%
10.98%

Color #D1BEE3 in popluar number systems.

HEX D1 BE E3
Decimal 209 190 227
Binary 11010001 10111110 11100011
Octal 321 276 343

Shades and tints

Shades of #D1BEE3

#D1BEE3
(209,190,227)
#BEADCF
(190,173,207)
#AB9CBB
(171,156,187)
#988BA7
(152,139,167)
#857A93
(133,122,147)
#72697F
(114,105,127)
#5F586B
(95,88,107)
#4C4757
(76,71,87)
#393643
(57,54,67)
#26252F
(38,37,47)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #D1BEE3

#D1BEE3
(209,190,227)
#D5C3E5
(213,195,229)
#D9C8E7
(217,200,231)
#DDCDE9
(221,205,233)
#E1D2EB
(225,210,235)
#E5D7ED
(229,215,237)
#E9DCEF
(233,220,239)
#EDE1F1
(237,225,241)
#F1E6F3
(241,230,243)
#F5EBF5
(245,235,245)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEE3; }

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

This text font color is #D1BEE3.

Background Color

.myBgColor { background-color: #D1BEE3; }

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

This div background color is #D1BEE3.

Border color

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

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

This div border color is #D1BEE3.

Opacity

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

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

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

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

This text has shadow with #D1BEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BEE3.

Preview

Color preview on black background

This text has color #D1BEE3 on black background.


Color preview on white background

This text has color #D1BEE3 on white background.


Black color preview on #D1BEE3 background

This text has black color on #D1BEE3 background.


White color preview on #D1BEE3 background

This text has white color on #D1BEE3 background.


Related colors

Complementary color

Complementary color for #hex is #2E411C.


I love getcolorcode.com

Triadic colors

1 #E3D1BE and #BEE3D1 with #D1BEE3 are triadic colors.

2 #E3BED1 and #BED1E3 with #D1BEE3 are triadic colors.