COLOR #D7B1AE

HEX: #D7B1AE
RGB: (215,177,174)

Color info

#D7B1AE contains red, green and blue colors in about the same proportion. Web safe color of #D7B1AE is #CC9999 (or #C99).

RGB color model

#D7B1AE color RGB value is (215,177,174).

  • red value is 215;
  • green value is 177;
  • blue value is 174.
RGB:
(215,177,174)
(84%,69%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 177 of 255 = 69%
B 174 of 255 = 68%

215
177
174

R + G + B ~ 74%. #D7B1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 177 + 174 = 566 (100%)
R 215 of 566 ~ 37.99%
G 177 of 566 ~ 31.27%
B 174 of 566 ~ 30.74%

%37.99
%31.27
%30.74

CMYK color model

#D7B1AE color CMYK value is (0,18,19,16).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,18,19,16)
C0M18Y19K16 
(0%,18%,19%,16%)
(0.00/0.18/0.19/0.16)	

CMYK percentages

%0
%17.67
%19.07
%15.69

Codes

Color #D7B1AE in popluar color models

D7B1AE
RGB215177174
HSL33.88%76.27%
HSB/HSV19.07%84.31%
CMYK0.00%17.67%19.07%
15.69%

Color #D7B1AE in popluar number systems.

HEXD7B1AE
Decimal215177174
Binary110101111011000110101110
Octal327261256

Shades and tints

Shades of #D7B1AE

#D7B1AE
(215,177,174)
#C4A19F
(196,161,159)
#B19190
(177,145,144)
#9E8181
(158,129,129)
#8B7172
(139,113,114)
#786163
(120,97,99)
#655154
(101,81,84)
#524145
(82,65,69)
#3F3136
(63,49,54)
#2C2127
(44,33,39)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #D7B1AE

#D7B1AE
(215,177,174)
#DAB8B5
(218,184,181)
#DDBFBC
(221,191,188)
#E0C6C3
(224,198,195)
#E3CDCA
(227,205,202)
#E6D4D1
(230,212,209)
#E9DBD8
(233,219,216)
#ECE2DF
(236,226,223)
#EFE9E6
(239,233,230)
#F2F0ED
(242,240,237)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B1AE color. Also use rgb(215,177,174) instead hex code.

Text Font Color

.myTextColor { color: #D7B1AE; }

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

This text font color is #D7B1AE.


Background Color

.myBgColor { background-color: #D7B1AE; }

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

This div background color is #D7B1AE.


Border color

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

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

This div border color is #D7B1AE.


Opacity

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

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

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

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

This text has shadow with #D7B1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B1AE on black background.


Color preview on white background

This text has color #D7B1AE on white background.



Black color preview on #D7B1AE background

This text has black color on #D7B1AE background.


White color preview on #D7B1AE background

This text has white color on #D7B1AE background.