COLOR #D7B8AF

HEX: #D7B8AF RGB: (215,184,175)

Color info

#D7B8AF contains red, green and blue colors in about the same proportion. Web safe color of #D7B8AF is #CCCC99 (or #CC9).

RGB color model

#D7B8AF color RGB value is (215,184,175).

RGB: (215,184,175) (84%, 72%, 69%)

RGB channels and saturation

R 215 of 255 = 84%
G 184 of 255 = 72%
B 175 of 255 = 69%

215
184
175

R + G + B ~ 75%. #D7B8AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 184 + 175 = 574 (100%)
R 215 of 574 ~ 37.46%
G 184 of 574 ~ 32.06%
B 175 of 574 ~ 30.49'%

%37.46
%32.06
%30.49

CMYK color model

#D7B8AF color CMYK value is (0,14,19,16).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK: (0,14,19,16) C0M14Y19K16 (0%,14%,19%,16%) (0.00/0.14/0.19/0.16) 

CMYK percentages

%0
%14.42
%18.6
%15.69

Codes

Color #D7B8AF in popluar color models

D7 B8 AF
RGB 215 184 175
HSL 14° 33.33% 76.47%
HSB/HSV 14° 18.60% 84.31%
CMYK 0.00% 14.42% 18.60%
15.69%

Color #D7B8AF in popluar number systems.

HEX D7 B8 AF
Decimal 215 184 175
Binary 11010111 10111000 10101111
Octal 327 270 257

Shades and tints

Shades of #D7B8AF

#D7B8AF
(215,184,175)
#C4A8A0
(196,168,160)
#B19891
(177,152,145)
#9E8882
(158,136,130)
#8B7873
(139,120,115)
#786864
(120,104,100)
#655855
(101,88,85)
#524846
(82,72,70)
#3F3837
(63,56,55)
#2C2828
(44,40,40)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #D7B8AF

#D7B8AF
(215,184,175)
#DABEB6
(218,190,182)
#DDC4BD
(221,196,189)
#E0CAC4
(224,202,196)
#E3D0CB
(227,208,203)
#E6D6D2
(230,214,210)
#E9DCD9
(233,220,217)
#ECE2E0
(236,226,224)
#EFE8E7
(239,232,231)
#F2EEEE
(242,238,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B8AF; }

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

This text font color is #D7B8AF.

Background Color

.myBgColor { background-color: #D7B8AF; }

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

This div background color is #D7B8AF.

Border color

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

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

This div border color is #D7B8AF.

Opacity

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

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

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

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

This text has shadow with #D7B8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B8AF.

Preview

Color preview on black background

This text has color #D7B8AF on black background.


Color preview on white background

This text has color #D7B8AF on white background.


Black color preview on #D7B8AF background

This text has black color on #D7B8AF background.


White color preview on #D7B8AF background

This text has white color on #D7B8AF background.


Related colors

Complementary color

Complementary color for #hex is #284750.


I love getcolorcode.com

Triadic colors

1 #AFD7B8 and #B8AFD7 with #D7B8AF are triadic colors.

2 #AFB8D7 and #B8D7AF with #D7B8AF are triadic colors.