COLOR #D2B2E7

HEX: #D2B2E7 RGB: (210,178,231)

Color info

#D2B2E7 contains red, green and blue colors in about the same proportion. Web safe color of #D2B2E7 is #CC99FF (or #C9F).

RGB color model

#D2B2E7 color RGB value is (210,178,231).

RGB: (210,178,231) (82%, 70%, 91%)

RGB channels and saturation

R 210 of 255 = 82%
G 178 of 255 = 70%
B 231 of 255 = 91%

210
178
231

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

Portions of RGB colors in percentages

R + G + B = 210 + 178 + 231 = 619 (100%)
R 210 of 619 ~ 33.93%
G 178 of 619 ~ 28.76%
B 231 of 619 ~ 37.32'%

%33.93
%28.76
%37.32

CMYK color model

#D2B2E7 color CMYK value is (9,23,0,9).

  • cyan value is 9.09%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (9,23,0,9)
C9M23Y0K9 (9%, 23%, 0%, 9%)
(0.09 / 0.23 / 0.00 / 0.09)

CMYK percentages

%9.09
%22.94
%0
%9.41

Codes

Color #D2B2E7 in popluar color models

D2 B2 E7
RGB 210 178 231
HSL 276° 52.48% 80.20%
HSB/HSV 276° 22.94% 90.59%
CMYK 9.09% 22.94% 0.00%
9.41%

Color #D2B2E7 in popluar number systems.

HEX D2 B2 E7
Decimal 210 178 231
Binary 11010010 10110010 11100111
Octal 322 262 347

Shades and tints

Shades of #D2B2E7

#D2B2E7
(210,178,231)
#BFA2D2
(191,162,210)
#AC92BD
(172,146,189)
#9982A8
(153,130,168)
#867293
(134,114,147)
#73627E
(115,98,126)
#605269
(96,82,105)
#4D4254
(77,66,84)
#3A323F
(58,50,63)
#27222A
(39,34,42)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #D2B2E7

#D2B2E7
(210,178,231)
#D6B9E9
(214,185,233)
#DAC0EB
(218,192,235)
#DEC7ED
(222,199,237)
#E2CEEF
(226,206,239)
#E6D5F1
(230,213,241)
#EADCF3
(234,220,243)
#EEE3F5
(238,227,245)
#F2EAF7
(242,234,247)
#F6F1F9
(246,241,249)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B2E7 color. Also use rgb(210,178,231) instead hex code.

Text Font Color

.myTextColor { color: #D2B2E7; }

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

This text font color is #D2B2E7.

Background Color

.myBgColor { background-color: #D2B2E7; }

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

This div background color is #D2B2E7.

Border color

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

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

This div border color is #D2B2E7.

Opacity

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

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

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

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

This text has shadow with #D2B2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B2E7.

Preview

Color preview on black background

This text has color #D2B2E7 on black background.


Color preview on white background

This text has color #D2B2E7 on white background.


Black color preview on #D2B2E7 background

This text has black color on #D2B2E7 background.


White color preview on #D2B2E7 background

This text has white color on #D2B2E7 background.


Related colors

Complementary color

Complementary color for #hex is #2D4D18.


I love getcolorcode.com

Triadic colors

1 #E7D2B2 and #B2E7D2 with #D2B2E7 are triadic colors.

2 #E7B2D2 and #B2D2E7 with #D2B2E7 are triadic colors.