COLOR #D0B9D8

HEX: #D0B9D8 RGB: (208,185,216)

Color info

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

RGB color model

#D0B9D8 color RGB value is (208,185,216).

RGB: (208,185,216) (82%, 73%, 85%)

RGB channels and saturation

R 208 of 255 = 82%
G 185 of 255 = 73%
B 216 of 255 = 85%

208
185
216

R + G + B ~ 80%. #D0B9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 185 + 216 = 609 (100%)
R 208 of 609 ~ 34.15%
G 185 of 609 ~ 30.38%
B 216 of 609 ~ 35.47'%

%34.15
%30.38
%35.47

CMYK color model

#D0B9D8 color CMYK value is (4,14,0,15).

  • cyan value is 3.70%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (4,14,0,15)
C4M14Y0K15 (4%, 14%, 0%, 15%)
(0.04 / 0.14 / 0.00 / 0.15)

CMYK percentages

%3.7
%14.35
%0
%15.29

Codes

Color #D0B9D8 in popluar color models

D0 B9 D8
RGB 208 185 216
HSL 285° 28.44% 78.63%
HSB/HSV 285° 14.35% 84.71%
CMYK 3.70% 14.35% 0.00%
15.29%

Color #D0B9D8 in popluar number systems.

HEX D0 B9 D8
Decimal 208 185 216
Binary 11010000 10111001 11011000
Octal 320 271 330

Shades and tints

Shades of #D0B9D8

#D0B9D8
(208,185,216)
#BEA9C5
(190,169,197)
#AC99B2
(172,153,178)
#9A899F
(154,137,159)
#88798C
(136,121,140)
#766979
(118,105,121)
#645966
(100,89,102)
#524953
(82,73,83)
#403940
(64,57,64)
#2E292D
(46,41,45)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #D0B9D8

#D0B9D8
(208,185,216)
#D4BFDB
(212,191,219)
#D8C5DE
(216,197,222)
#DCCBE1
(220,203,225)
#E0D1E4
(224,209,228)
#E4D7E7
(228,215,231)
#E8DDEA
(232,221,234)
#ECE3ED
(236,227,237)
#F0E9F0
(240,233,240)
#F4EFF3
(244,239,243)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B9D8 color. Also use rgb(208,185,216) instead hex code.

Text Font Color

.myTextColor { color: #D0B9D8; }

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

This text font color is #D0B9D8.

Background Color

.myBgColor { background-color: #D0B9D8; }

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

This div background color is #D0B9D8.

Border color

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

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

This div border color is #D0B9D8.

Opacity

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

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

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

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

This text has shadow with #D0B9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B9D8.

Preview

Color preview on black background

This text has color #D0B9D8 on black background.


Color preview on white background

This text has color #D0B9D8 on white background.


Black color preview on #D0B9D8 background

This text has black color on #D0B9D8 background.


White color preview on #D0B9D8 background

This text has white color on #D0B9D8 background.


Related colors

Complementary color

Complementary color for #hex is #2F4627.


I love getcolorcode.com

Triadic colors

1 #D8D0B9 and #B9D8D0 with #D0B9D8 are triadic colors.

2 #D8B9D0 and #B9D0D8 with #D0B9D8 are triadic colors.