COLOR #D0B0C8

HEX: #D0B0C8 RGB: (208,176,200)

Color info

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

RGB color model

#D0B0C8 color RGB value is (208,176,200).

RGB: (208,176,200) (82%, 69%, 78%)

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 200 of 255 = 78%

208
176
200

R + G + B ~ 76%. #D0B0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 176 + 200 = 584 (100%)
R 208 of 584 ~ 35.62%
G 176 of 584 ~ 30.14%
B 200 of 584 ~ 34.25'%

%35.62
%30.14
%34.25

CMYK color model

#D0B0C8 color CMYK value is (0,15,4,18).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 3.85%
  • key color value is 18.43%

CMYK: (0,15,4,18)
C0M15Y4K18 (0%, 15%, 4%, 18%)
(0.00 / 0.15 / 0.04 / 0.18)

CMYK percentages

%0
%15.38
%3.85
%18.43

Codes

Color #D0B0C8 in popluar color models

D0 B0 C8
RGB 208 176 200
HSL 315° 25.40% 75.29%
HSB/HSV 315° 15.38% 81.57%
CMYK 0.00% 15.38% 3.85%
18.43%

Color #D0B0C8 in popluar number systems.

HEX D0 B0 C8
Decimal 208 176 200
Binary 11010000 10110000 11001000
Octal 320 260 310

Shades and tints

Shades of #D0B0C8

#D0B0C8
(208,176,200)
#BEA0B6
(190,160,182)
#AC90A4
(172,144,164)
#9A8092
(154,128,146)
#887080
(136,112,128)
#76606E
(118,96,110)
#64505C
(100,80,92)
#52404A
(82,64,74)
#403038
(64,48,56)
#2E2026
(46,32,38)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #D0B0C8

#D0B0C8
(208,176,200)
#D4B7CD
(212,183,205)
#D8BED2
(216,190,210)
#DCC5D7
(220,197,215)
#E0CCDC
(224,204,220)
#E4D3E1
(228,211,225)
#E8DAE6
(232,218,230)
#ECE1EB
(236,225,235)
#F0E8F0
(240,232,240)
#F4EFF5
(244,239,245)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B0C8 color. Also use rgb(208,176,200) instead hex code.

Text Font Color

.myTextColor { color: #D0B0C8; }

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

This text font color is #D0B0C8.

Background Color

.myBgColor { background-color: #D0B0C8; }

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

This div background color is #D0B0C8.

Border color

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

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

This div border color is #D0B0C8.

Opacity

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

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

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

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

This text has shadow with #D0B0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B0C8.

Preview

Color preview on black background

This text has color #D0B0C8 on black background.


Color preview on white background

This text has color #D0B0C8 on white background.


Black color preview on #D0B0C8 background

This text has black color on #D0B0C8 background.


White color preview on #D0B0C8 background

This text has white color on #D0B0C8 background.


Related colors

Complementary color

Complementary color for #hex is #2F4F37.


I love getcolorcode.com

Triadic colors

1 #C8D0B0 and #B0C8D0 with #D0B0C8 are triadic colors.

2 #C8B0D0 and #B0D0C8 with #D0B0C8 are triadic colors.