COLOR #D7B2AE

HEX: #D7B2AE
RGB: (215,178,174)

Color info

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

RGB color model

#D7B2AE color RGB value is (215,178,174).

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

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 174 of 255 = 68%

215
178
174

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

Portions of RGB colors in percentages

R + G + B =
215 + 178 + 174 = 567 (100%)
R 215 of 567 ~ 37.92%
G 178 of 567 ~ 31.39%
B 174 of 567 ~ 30.69%

%37.92
%31.39
%30.69

CMYK color model

#D7B2AE color CMYK value is (0,17,19,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,17,19,16)
C0M17Y19K16 
(0%,17%,19%,16%)
(0.00/0.17/0.19/0.16)	

CMYK percentages

%0
%17.21
%19.07
%15.69

Codes

Color #D7B2AE in popluar color models

D7B2AE
RGB215178174
HSL33.88%76.27%
HSB/HSV19.07%84.31%
CMYK0.00%17.21%19.07%
15.69%

Color #D7B2AE in popluar number systems.

HEXD7B2AE
Decimal215178174
Binary110101111011001010101110
Octal327262256

Shades and tints

Shades of #D7B2AE

#D7B2AE
(215,178,174)
#C4A29F
(196,162,159)
#B19290
(177,146,144)
#9E8281
(158,130,129)
#8B7272
(139,114,114)
#786263
(120,98,99)
#655254
(101,82,84)
#524245
(82,66,69)
#3F3236
(63,50,54)
#2C2227
(44,34,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #D7B2AE

#D7B2AE
(215,178,174)
#DAB9B5
(218,185,181)
#DDC0BC
(221,192,188)
#E0C7C3
(224,199,195)
#E3CECA
(227,206,202)
#E6D5D1
(230,213,209)
#E9DCD8
(233,220,216)
#ECE3DF
(236,227,223)
#EFEAE6
(239,234,230)
#F2F1ED
(242,241,237)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B2AE; }

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

This text font color is #D7B2AE.


Background Color

.myBgColor { background-color: #D7B2AE; }

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

This div background color is #D7B2AE.


Border color

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

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

This div border color is #D7B2AE.


Opacity

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

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

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

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

This text has shadow with #D7B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B2AE on black background.


Color preview on white background

This text has color #D7B2AE on white background.



Black color preview on #D7B2AE background

This text has black color on #D7B2AE background.


White color preview on #D7B2AE background

This text has white color on #D7B2AE background.