COLOR #D0BFD4

HEX: #D0BFD4
RGB: (208,191,212)

Color info

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

RGB color model

#D0BFD4 color RGB value is (208,191,212).

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

RGB channels and saturation

R 208 of 255 = 82%
G 191 of 255 = 75%
B 212 of 255 = 83%

208
191
212

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

Portions of RGB colors in percentages

R + G + B =
208 + 191 + 212 = 611 (100%)
R 208 of 611 ~ 34.04%
G 191 of 611 ~ 31.26%
B 212 of 611 ~ 34.7%

%34.04
%31.26
%34.7

CMYK color model

#D0BFD4 color CMYK value is (2,10,0,17).

  • cyan value is 1.89%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,10,0,17)
C2M10Y0K17 
(2%,10%,0%,17%)
(0.02/0.10/0.00/0.17)	

CMYK percentages

%1.89
%9.91
%0
%16.86

Codes

Color #D0BFD4 in popluar color models

D0BFD4
RGB208191212
HSL289°19.63%79.02%
HSB/HSV289°9.91%83.14%
CMYK1.89%9.91%0.00%
16.86%

Color #D0BFD4 in popluar number systems.

HEXD0BFD4
Decimal208191212
Binary110100001011111111010100
Octal320277324

Shades and tints

Shades of #D0BFD4

#D0BFD4
(208,191,212)
#BEAEC1
(190,174,193)
#AC9DAE
(172,157,174)
#9A8C9B
(154,140,155)
#887B88
(136,123,136)
#766A75
(118,106,117)
#645962
(100,89,98)
#52484F
(82,72,79)
#40373C
(64,55,60)
#2E2629
(46,38,41)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #D0BFD4

#D0BFD4
(208,191,212)
#D4C4D7
(212,196,215)
#D8C9DA
(216,201,218)
#DCCEDD
(220,206,221)
#E0D3E0
(224,211,224)
#E4D8E3
(228,216,227)
#E8DDE6
(232,221,230)
#ECE2E9
(236,226,233)
#F0E7EC
(240,231,236)
#F4ECEF
(244,236,239)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BFD4; }

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

This text font color is #D0BFD4.


Background Color

.myBgColor { background-color: #D0BFD4; }

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

This div background color is #D0BFD4.


Border color

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

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

This div border color is #D0BFD4.


Opacity

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

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

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

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

This text has shadow with #D0BFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BFD4 on black background.


Color preview on white background

This text has color #D0BFD4 on white background.



Black color preview on #D0BFD4 background

This text has black color on #D0BFD4 background.


White color preview on #D0BFD4 background

This text has white color on #D0BFD4 background.