COLOR #D0B8C0

HEX: #D0B8C0 RGB: (208,184,192)

Color info

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

RGB color model

#D0B8C0 color RGB value is (208,184,192).

RGB: (208,184,192) (82%, 72%, 75%)

RGB channels and saturation

R 208 of 255 = 82%
G 184 of 255 = 72%
B 192 of 255 = 75%

208
184
192

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

Portions of RGB colors in percentages

R + G + B = 208 + 184 + 192 = 584 (100%)
R 208 of 584 ~ 35.62%
G 184 of 584 ~ 31.51%
B 192 of 584 ~ 32.88'%

%35.62
%31.51
%32.88

CMYK color model

#D0B8C0 color CMYK value is (0,12,8,18).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK: (0,12,8,18) C0M12Y8K18 (0%,12%,8%,18%) (0.00/0.12/0.08/0.18) 

CMYK percentages

%0
%11.54
%7.69
%18.43

Codes

Color #D0B8C0 in popluar color models

D0 B8 C0
RGB 208 184 192
HSL 340° 20.34% 76.86%
HSB/HSV 340° 11.54% 81.57%
CMYK 0.00% 11.54% 7.69%
18.43%

Color #D0B8C0 in popluar number systems.

HEX D0 B8 C0
Decimal 208 184 192
Binary 11010000 10111000 11000000
Octal 320 270 300

Shades and tints

Shades of #D0B8C0

#D0B8C0
(208,184,192)
#BEA8AF
(190,168,175)
#AC989E
(172,152,158)
#9A888D
(154,136,141)
#88787C
(136,120,124)
#76686B
(118,104,107)
#64585A
(100,88,90)
#524849
(82,72,73)
#403838
(64,56,56)
#2E2827
(46,40,39)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #D0B8C0

#D0B8C0
(208,184,192)
#D4BEC5
(212,190,197)
#D8C4CA
(216,196,202)
#DCCACF
(220,202,207)
#E0D0D4
(224,208,212)
#E4D6D9
(228,214,217)
#E8DCDE
(232,220,222)
#ECE2E3
(236,226,227)
#F0E8E8
(240,232,232)
#F4EEED
(244,238,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B8C0 color. Also use rgb(208,184,192) instead hex code.

Text Font Color

.myTextColor { color: #D0B8C0; }

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

This text font color is #D0B8C0.

Background Color

.myBgColor { background-color: #D0B8C0; }

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

This div background color is #D0B8C0.

Border color

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

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

This div border color is #D0B8C0.

Opacity

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

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

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

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

This text has shadow with #D0B8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B8C0.

Preview

Color preview on black background

This text has color #D0B8C0 on black background.


Color preview on white background

This text has color #D0B8C0 on white background.


Black color preview on #D0B8C0 background

This text has black color on #D0B8C0 background.


White color preview on #D0B8C0 background

This text has white color on #D0B8C0 background.


Related colors

Complementary color

Complementary color for #hex is #2F473F.


I love getcolorcode.com

Triadic colors

1 #C0D0B8 and #B8C0D0 with #D0B8C0 are triadic colors.

2 #C0B8D0 and #B8D0C0 with #D0B8C0 are triadic colors.