COLOR #D0BDC6

HEX: #D0BDC6
RGB: (208,189,198)

Color info

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

RGB color model

#D0BDC6 color RGB value is (208,189,198).

  • red value is 208;
  • green value is 189;
  • blue value is 198.
RGB:
(208,189,198)
(82%,74%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 189 of 255 = 74%
B 198 of 255 = 78%

208
189
198

R + G + B ~ 78%. #D0BDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 189 + 198 = 595 (100%)
R 208 of 595 ~ 34.96%
G 189 of 595 ~ 31.76%
B 198 of 595 ~ 33.28%

%34.96
%31.76
%33.28

CMYK color model

#D0BDC6 color CMYK value is (0,9,5,18).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 4.81%
  • key color value is 18.43%
CMYK:
(0,9,5,18)
C0M9Y5K18 
(0%,9%,5%,18%)
(0.00/0.09/0.05/0.18)	

CMYK percentages

%0
%9.13
%4.81
%18.43

Codes

Color #D0BDC6 in popluar color models

D0BDC6
RGB208189198
HSL332°16.81%77.84%
HSB/HSV332°9.13%81.57%
CMYK0.00%9.13%4.81%
18.43%

Color #D0BDC6 in popluar number systems.

HEXD0BDC6
Decimal208189198
Binary110100001011110111000110
Octal320275306

Shades and tints

Shades of #D0BDC6

#D0BDC6
(208,189,198)
#BEACB4
(190,172,180)
#AC9BA2
(172,155,162)
#9A8A90
(154,138,144)
#88797E
(136,121,126)
#76686C
(118,104,108)
#64575A
(100,87,90)
#524648
(82,70,72)
#403536
(64,53,54)
#2E2424
(46,36,36)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #D0BDC6

#D0BDC6
(208,189,198)
#D4C3CB
(212,195,203)
#D8C9D0
(216,201,208)
#DCCFD5
(220,207,213)
#E0D5DA
(224,213,218)
#E4DBDF
(228,219,223)
#E8E1E4
(232,225,228)
#ECE7E9
(236,231,233)
#F0EDEE
(240,237,238)
#F4F3F3
(244,243,243)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BDC6 color. Also use rgb(208,189,198) instead hex code.

Text Font Color

.myTextColor { color: #D0BDC6; }

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

This text font color is #D0BDC6.


Background Color

.myBgColor { background-color: #D0BDC6; }

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

This div background color is #D0BDC6.


Border color

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

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

This div border color is #D0BDC6.


Opacity

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

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

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

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

This text has shadow with #D0BDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BDC6 on black background.


Color preview on white background

This text has color #D0BDC6 on white background.



Black color preview on #D0BDC6 background

This text has black color on #D0BDC6 background.


White color preview on #D0BDC6 background

This text has white color on #D0BDC6 background.