COLOR #D7B8C0

HEX: #D7B8C0 RGB: (215,184,192)

Color info

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

RGB color model

#D7B8C0 color RGB value is (215,184,192).

RGB: (215,184,192) (84%, 72%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 184 of 255 = 72%
B 192 of 255 = 75%

215
184
192

R + G + B ~ 77%. #D7B8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 184 + 192 = 591 (100%)
R 215 of 591 ~ 36.38%
G 184 of 591 ~ 31.13%
B 192 of 591 ~ 32.49'%

%36.38
%31.13
%32.49

CMYK color model

#D7B8C0 color CMYK value is (0,14,11,16).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 10.70%
  • key color value is 15.69%

CMYK: (0,14,11,16)
C0M14Y11K16 (0%, 14%, 11%, 16%)
(0.00 / 0.14 / 0.11 / 0.16)

CMYK percentages

%0
%14.42
%10.7
%15.69

Codes

Color #D7B8C0 in popluar color models

D7 B8 C0
RGB 215 184 192
HSL 345° 27.93% 78.24%
HSB/HSV 345° 14.42% 84.31%
CMYK 0.00% 14.42% 10.70%
15.69%

Color #D7B8C0 in popluar number systems.

HEX D7 B8 C0
Decimal 215 184 192
Binary 11010111 10111000 11000000
Octal 327 270 300

Shades and tints

Shades of #D7B8C0

#D7B8C0
(215,184,192)
#C4A8AF
(196,168,175)
#B1989E
(177,152,158)
#9E888D
(158,136,141)
#8B787C
(139,120,124)
#78686B
(120,104,107)
#65585A
(101,88,90)
#524849
(82,72,73)
#3F3838
(63,56,56)
#2C2827
(44,40,39)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #D7B8C0

#D7B8C0
(215,184,192)
#DABEC5
(218,190,197)
#DDC4CA
(221,196,202)
#E0CACF
(224,202,207)
#E3D0D4
(227,208,212)
#E6D6D9
(230,214,217)
#E9DCDE
(233,220,222)
#ECE2E3
(236,226,227)
#EFE8E8
(239,232,232)
#F2EEED
(242,238,237)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B8C0; }

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

This text font color is #D7B8C0.

Background Color

.myBgColor { background-color: #D7B8C0; }

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

This div background color is #D7B8C0.

Border color

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

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

This div border color is #D7B8C0.

Opacity

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

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

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

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

This text has shadow with #D7B8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B8C0.

Preview

Color preview on black background

This text has color #D7B8C0 on black background.


Color preview on white background

This text has color #D7B8C0 on white background.


Black color preview on #D7B8C0 background

This text has black color on #D7B8C0 background.


White color preview on #D7B8C0 background

This text has white color on #D7B8C0 background.


Related colors

Complementary color

Complementary color for #hex is #28473F.


I love getcolorcode.com

Triadic colors

1 #C0D7B8 and #B8C0D7 with #D7B8C0 are triadic colors.

2 #C0B8D7 and #B8D7C0 with #D7B8C0 are triadic colors.