COLOR #D0BFD7

HEX: #D0BFD7
RGB: (208,191,215)

Color info

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

RGB color model

#D0BFD7 color RGB value is (208,191,215).

  • red value is 208;
  • green value is 191;
  • blue value is 215.
RGB:
(208,191,215)
(82%,75%,84%)

RGB channels and saturation

R 208 of 255 = 82%
G 191 of 255 = 75%
B 215 of 255 = 84%

208
191
215

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

Portions of RGB colors in percentages

R + G + B =
208 + 191 + 215 = 614 (100%)
R 208 of 614 ~ 33.88%
G 191 of 614 ~ 31.11%
B 215 of 614 ~ 35.02%

%33.88
%31.11
%35.02

CMYK color model

#D0BFD7 color CMYK value is (3,11,0,16).

  • cyan value is 3.26%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(3,11,0,16)
C3M11Y0K16 
(3%,11%,0%,16%)
(0.03/0.11/0.00/0.16)	

CMYK percentages

%3.26
%11.16
%0
%15.69

Codes

Color #D0BFD7 in popluar color models

D0BFD7
RGB208191215
HSL283°23.08%79.61%
HSB/HSV283°11.16%84.31%
CMYK3.26%11.16%0.00%
15.69%

Color #D0BFD7 in popluar number systems.

HEXD0BFD7
Decimal208191215
Binary110100001011111111010111
Octal320277327

Shades and tints

Shades of #D0BFD7

#D0BFD7
(208,191,215)
#BEAEC4
(190,174,196)
#AC9DB1
(172,157,177)
#9A8C9E
(154,140,158)
#887B8B
(136,123,139)
#766A78
(118,106,120)
#645965
(100,89,101)
#524852
(82,72,82)
#40373F
(64,55,63)
#2E262C
(46,38,44)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #D0BFD7

#D0BFD7
(208,191,215)
#D4C4DA
(212,196,218)
#D8C9DD
(216,201,221)
#DCCEE0
(220,206,224)
#E0D3E3
(224,211,227)
#E4D8E6
(228,216,230)
#E8DDE9
(232,221,233)
#ECE2EC
(236,226,236)
#F0E7EF
(240,231,239)
#F4ECF2
(244,236,242)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BFD7 color. Also use rgb(208,191,215) instead hex code.

Text Font Color

.myTextColor { color: #D0BFD7; }

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

This text font color is #D0BFD7.


Background Color

.myBgColor { background-color: #D0BFD7; }

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

This div background color is #D0BFD7.


Border color

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

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

This div border color is #D0BFD7.


Opacity

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

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

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

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

This text has shadow with #D0BFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BFD7 on black background.


Color preview on white background

This text has color #D0BFD7 on white background.



Black color preview on #D0BFD7 background

This text has black color on #D0BFD7 background.


White color preview on #D0BFD7 background

This text has white color on #D0BFD7 background.