COLOR #D0B2C8

HEX: #D0B2C8
RGB: (208,178,200)

Color info

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

RGB color model

#D0B2C8 color RGB value is (208,178,200).

  • red value is 208;
  • green value is 178;
  • blue value is 200.
RGB:
(208,178,200)
(82%,70%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 200 of 255 = 78%

208
178
200

R + G + B ~ 77%. #D0B2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 178 + 200 = 586 (100%)
R 208 of 586 ~ 35.49%
G 178 of 586 ~ 30.38%
B 200 of 586 ~ 34.13%

%35.49
%30.38
%34.13

CMYK color model

#D0B2C8 color CMYK value is (0,14,4,18).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 3.85%
  • key color value is 18.43%
CMYK:
(0,14,4,18)
C0M14Y4K18 
(0%,14%,4%,18%)
(0.00/0.14/0.04/0.18)	

CMYK percentages

%0
%14.42
%3.85
%18.43

Codes

Color #D0B2C8 in popluar color models

D0B2C8
RGB208178200
HSL316°24.19%75.69%
HSB/HSV316°14.42%81.57%
CMYK0.00%14.42%3.85%
18.43%

Color #D0B2C8 in popluar number systems.

HEXD0B2C8
Decimal208178200
Binary110100001011001011001000
Octal320262310

Shades and tints

Shades of #D0B2C8

#D0B2C8
(208,178,200)
#BEA2B6
(190,162,182)
#AC92A4
(172,146,164)
#9A8292
(154,130,146)
#887280
(136,114,128)
#76626E
(118,98,110)
#64525C
(100,82,92)
#52424A
(82,66,74)
#403238
(64,50,56)
#2E2226
(46,34,38)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #D0B2C8

#D0B2C8
(208,178,200)
#D4B9CD
(212,185,205)
#D8C0D2
(216,192,210)
#DCC7D7
(220,199,215)
#E0CEDC
(224,206,220)
#E4D5E1
(228,213,225)
#E8DCE6
(232,220,230)
#ECE3EB
(236,227,235)
#F0EAF0
(240,234,240)
#F4F1F5
(244,241,245)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B2C8; }

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

This text font color is #D0B2C8.


Background Color

.myBgColor { background-color: #D0B2C8; }

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

This div background color is #D0B2C8.


Border color

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

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

This div border color is #D0B2C8.


Opacity

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

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

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

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

This text has shadow with #D0B2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B2C8 on black background.


Color preview on white background

This text has color #D0B2C8 on white background.



Black color preview on #D0B2C8 background

This text has black color on #D0B2C8 background.


White color preview on #D0B2C8 background

This text has white color on #D0B2C8 background.