COLOR #D0B1C7

HEX: #D0B1C7
RGB: (208,177,199)

Color info

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

RGB color model

#D0B1C7 color RGB value is (208,177,199).

  • red value is 208;
  • green value is 177;
  • blue value is 199.
RGB:
(208,177,199)
(82%,69%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 199 of 255 = 78%

208
177
199

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

Portions of RGB colors in percentages

R + G + B =
208 + 177 + 199 = 584 (100%)
R 208 of 584 ~ 35.62%
G 177 of 584 ~ 30.31%
B 199 of 584 ~ 34.08%

%35.62
%30.31
%34.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 4.33%
  • 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
%14.9
%4.33
%18.43

Codes

Color #D0B1C7 in popluar color models

D0B1C7
RGB208177199
HSL317°24.80%75.49%
HSB/HSV317°14.90%81.57%
CMYK0.00%14.90%4.33%
18.43%

Color #D0B1C7 in popluar number systems.

HEXD0B1C7
Decimal208177199
Binary110100001011000111000111
Octal320261307

Shades and tints

Shades of #D0B1C7

#D0B1C7
(208,177,199)
#BEA1B5
(190,161,181)
#AC91A3
(172,145,163)
#9A8191
(154,129,145)
#88717F
(136,113,127)
#76616D
(118,97,109)
#64515B
(100,81,91)
#524149
(82,65,73)
#403137
(64,49,55)
#2E2125
(46,33,37)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D0B1C7

#D0B1C7
(208,177,199)
#D4B8CC
(212,184,204)
#D8BFD1
(216,191,209)
#DCC6D6
(220,198,214)
#E0CDDB
(224,205,219)
#E4D4E0
(228,212,224)
#E8DBE5
(232,219,229)
#ECE2EA
(236,226,234)
#F0E9EF
(240,233,239)
#F4F0F4
(244,240,244)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B1C7 color. Also use rgb(208,177,199) instead hex code.

Text Font Color

.myTextColor { color: #D0B1C7; }

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

This text font color is #D0B1C7.


Background Color

.myBgColor { background-color: #D0B1C7; }

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

This div background color is #D0B1C7.


Border color

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

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

This div border color is #D0B1C7.


Opacity

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

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

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

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

This text has shadow with #D0B1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B1C7 on black background.


Color preview on white background

This text has color #D0B1C7 on white background.



Black color preview on #D0B1C7 background

This text has black color on #D0B1C7 background.


White color preview on #D0B1C7 background

This text has white color on #D0B1C7 background.