COLOR #D2B2EA

HEX: #D2B2EA RGB: (210,178,234)

Color info

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

RGB color model

#D2B2EA color RGB value is (210,178,234).

RGB: (210,178,234) (82%, 70%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 178 of 255 = 70%
B 234 of 255 = 92%

210
178
234

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

Portions of RGB colors in percentages

R + G + B = 210 + 178 + 234 = 622 (100%)
R 210 of 622 ~ 33.76%
G 178 of 622 ~ 28.62%
B 234 of 622 ~ 37.62'%

%33.76
%28.62
%37.62

CMYK color model

#D2B2EA color CMYK value is (10,24,0,8).

  • cyan value is 10.26%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (10,24,0,8) C10M24Y0K8 (10%,24%,0%,8%) (0.10/0.24/0.00/0.08) 

CMYK percentages

%10.26
%23.93
%0
%8.24

Codes

Color #D2B2EA in popluar color models

D2 B2 EA
RGB 210 178 234
HSL 274° 57.14% 80.78%
HSB/HSV 274° 23.93% 91.76%
CMYK 10.26% 23.93% 0.00%
8.24%

Color #D2B2EA in popluar number systems.

HEX D2 B2 EA
Decimal 210 178 234
Binary 11010010 10110010 11101010
Octal 322 262 352

Shades and tints

Shades of #D2B2EA

#D2B2EA
(210,178,234)
#BFA2D5
(191,162,213)
#AC92C0
(172,146,192)
#9982AB
(153,130,171)
#867296
(134,114,150)
#736281
(115,98,129)
#60526C
(96,82,108)
#4D4257
(77,66,87)
#3A3242
(58,50,66)
#27222D
(39,34,45)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #D2B2EA

#D2B2EA
(210,178,234)
#D6B9EB
(214,185,235)
#DAC0EC
(218,192,236)
#DEC7ED
(222,199,237)
#E2CEEE
(226,206,238)
#E6D5EF
(230,213,239)
#EADCF0
(234,220,240)
#EEE3F1
(238,227,241)
#F2EAF2
(242,234,242)
#F6F1F3
(246,241,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B2EA; }

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

This text font color is #D2B2EA.

Background Color

.myBgColor { background-color: #D2B2EA; }

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

This div background color is #D2B2EA.

Border color

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

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

This div border color is #D2B2EA.

Opacity

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

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

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

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

This text has shadow with #D2B2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B2EA.

Preview

Color preview on black background

This text has color #D2B2EA on black background.


Color preview on white background

This text has color #D2B2EA on white background.


Black color preview on #D2B2EA background

This text has black color on #D2B2EA background.


White color preview on #D2B2EA background

This text has white color on #D2B2EA background.


Related colors

Complementary color

Complementary color for #hex is #2D4D15.


I love getcolorcode.com

Triadic colors

1 #EAD2B2 and #B2EAD2 with #D2B2EA are triadic colors.

2 #EAB2D2 and #B2D2EA with #D2B2EA are triadic colors.