COLOR #D0B2E9

HEX: #D0B2E9 RGB: (208,178,233)

Color info

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

RGB color model

#D0B2E9 color RGB value is (208,178,233).

RGB: (208,178,233) (82%, 70%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 233 of 255 = 91%

208
178
233

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

Portions of RGB colors in percentages

R + G + B = 208 + 178 + 233 = 619 (100%)
R 208 of 619 ~ 33.6%
G 178 of 619 ~ 28.76%
B 233 of 619 ~ 37.64'%

%33.6
%28.76
%37.64

CMYK color model

#D0B2E9 color CMYK value is (11,24,0,9).

  • cyan value is 10.73%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (11,24,0,9)
C11M24Y0K9 (11%, 24%, 0%, 9%)
(0.11 / 0.24 / 0.00 / 0.09)

CMYK percentages

%10.73
%23.61
%0
%8.63

Codes

Color #D0B2E9 in popluar color models

D0 B2 E9
RGB 208 178 233
HSL 273° 55.56% 80.59%
HSB/HSV 273° 23.61% 91.37%
CMYK 10.73% 23.61% 0.00%
8.63%

Color #D0B2E9 in popluar number systems.

HEX D0 B2 E9
Decimal 208 178 233
Binary 11010000 10110010 11101001
Octal 320 262 351

Shades and tints

Shades of #D0B2E9

#D0B2E9
(208,178,233)
#BEA2D4
(190,162,212)
#AC92BF
(172,146,191)
#9A82AA
(154,130,170)
#887295
(136,114,149)
#766280
(118,98,128)
#64526B
(100,82,107)
#524256
(82,66,86)
#403241
(64,50,65)
#2E222C
(46,34,44)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #D0B2E9

#D0B2E9
(208,178,233)
#D4B9EB
(212,185,235)
#D8C0ED
(216,192,237)
#DCC7EF
(220,199,239)
#E0CEF1
(224,206,241)
#E4D5F3
(228,213,243)
#E8DCF5
(232,220,245)
#ECE3F7
(236,227,247)
#F0EAF9
(240,234,249)
#F4F1FB
(244,241,251)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B2E9 color. Also use rgb(208,178,233) instead hex code.

Text Font Color

.myTextColor { color: #D0B2E9; }

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

This text font color is #D0B2E9.

Background Color

.myBgColor { background-color: #D0B2E9; }

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

This div background color is #D0B2E9.

Border color

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

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

This div border color is #D0B2E9.

Opacity

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

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

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

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

This text has shadow with #D0B2E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B2E9.

Preview

Color preview on black background

This text has color #D0B2E9 on black background.


Color preview on white background

This text has color #D0B2E9 on white background.


Black color preview on #D0B2E9 background

This text has black color on #D0B2E9 background.


White color preview on #D0B2E9 background

This text has white color on #D0B2E9 background.


Related colors

Complementary color

Complementary color for #hex is #2F4D16.


I love getcolorcode.com

Triadic colors

1 #E9D0B2 and #B2E9D0 with #D0B2E9 are triadic colors.

2 #E9B2D0 and #B2D0E9 with #D0B2E9 are triadic colors.