COLOR #D1B2E5

HEX: #D1B2E5 RGB: (209,178,229)

Color info

#D1B2E5 contains red, green and blue colors in about the same proportion. Web safe color of #D1B2E5 is #CC99CC (or #C9C).

RGB color model

#D1B2E5 color RGB value is (209,178,229).

RGB: (209,178,229) (82%, 70%, 90%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 229 of 255 = 90%

209
178
229

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

Portions of RGB colors in percentages

R + G + B = 209 + 178 + 229 = 616 (100%)
R 209 of 616 ~ 33.93%
G 178 of 616 ~ 28.9%
B 229 of 616 ~ 37.18'%

%33.93
%28.9
%37.18

CMYK color model

#D1B2E5 color CMYK value is (9,22,0,10).

  • cyan value is 8.73%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (9,22,0,10)
C9M22Y0K10 (9%, 22%, 0%, 10%)
(0.09 / 0.22 / 0.00 / 0.10)

CMYK percentages

%8.73
%22.27
%0
%10.2

Codes

Color #D1B2E5 in popluar color models

D1 B2 E5
RGB 209 178 229
HSL 276° 49.51% 79.80%
HSB/HSV 276° 22.27% 89.80%
CMYK 8.73% 22.27% 0.00%
10.20%

Color #D1B2E5 in popluar number systems.

HEX D1 B2 E5
Decimal 209 178 229
Binary 11010001 10110010 11100101
Octal 321 262 345

Shades and tints

Shades of #D1B2E5

#D1B2E5
(209,178,229)
#BEA2D1
(190,162,209)
#AB92BD
(171,146,189)
#9882A9
(152,130,169)
#857295
(133,114,149)
#726281
(114,98,129)
#5F526D
(95,82,109)
#4C4259
(76,66,89)
#393245
(57,50,69)
#262231
(38,34,49)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #D1B2E5

#D1B2E5
(209,178,229)
#D5B9E7
(213,185,231)
#D9C0E9
(217,192,233)
#DDC7EB
(221,199,235)
#E1CEED
(225,206,237)
#E5D5EF
(229,213,239)
#E9DCF1
(233,220,241)
#EDE3F3
(237,227,243)
#F1EAF5
(241,234,245)
#F5F1F7
(245,241,247)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B2E5 color. Also use rgb(209,178,229) instead hex code.

Text Font Color

.myTextColor { color: #D1B2E5; }

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

This text font color is #D1B2E5.

Background Color

.myBgColor { background-color: #D1B2E5; }

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

This div background color is #D1B2E5.

Border color

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

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

This div border color is #D1B2E5.

Opacity

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

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

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

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

This text has shadow with #D1B2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B2E5.

Preview

Color preview on black background

This text has color #D1B2E5 on black background.


Color preview on white background

This text has color #D1B2E5 on white background.


Black color preview on #D1B2E5 background

This text has black color on #D1B2E5 background.


White color preview on #D1B2E5 background

This text has white color on #D1B2E5 background.


Related colors

Complementary color

Complementary color for #hex is #2E4D1A.


I love getcolorcode.com

Triadic colors

1 #E5D1B2 and #B2E5D1 with #D1B2E5 are triadic colors.

2 #E5B2D1 and #B2D1E5 with #D1B2E5 are triadic colors.