COLOR #D7AEBB

HEX: #D7AEBB
RGB: (215,174,187)

Color info

#D7AEBB contains red, green and blue colors in about the same proportion. Web safe color of #D7AEBB is #CC99CC (or #C9C).

RGB color model

#D7AEBB color RGB value is (215,174,187).

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

RGB channels and saturation

R 215 of 255 = 84%
G 174 of 255 = 68%
B 187 of 255 = 73%

215
174
187

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

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 187 = 576 (100%)
R 215 of 576 ~ 37.33%
G 174 of 576 ~ 30.21%
B 187 of 576 ~ 32.47%

%37.33
%30.21
%32.47

CMYK color model

#D7AEBB color CMYK value is (0,19,13,16).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(0,19,13,16)
C0M19Y13K16 
(0%,19%,13%,16%)
(0.00/0.19/0.13/0.16)	

CMYK percentages

%0
%19.07
%13.02
%15.69

Codes

Color #D7AEBB in popluar color models

D7AEBB
RGB215174187
HSL341°33.88%76.27%
HSB/HSV341°19.07%84.31%
CMYK0.00%19.07%13.02%
15.69%

Color #D7AEBB in popluar number systems.

HEXD7AEBB
Decimal215174187
Binary110101111010111010111011
Octal327256273

Shades and tints

Shades of #D7AEBB

#D7AEBB
(215,174,187)
#C49FAA
(196,159,170)
#B19099
(177,144,153)
#9E8188
(158,129,136)
#8B7277
(139,114,119)
#786366
(120,99,102)
#655455
(101,84,85)
#524544
(82,69,68)
#3F3633
(63,54,51)
#2C2722
(44,39,34)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #D7AEBB

#D7AEBB
(215,174,187)
#DAB5C1
(218,181,193)
#DDBCC7
(221,188,199)
#E0C3CD
(224,195,205)
#E3CAD3
(227,202,211)
#E6D1D9
(230,209,217)
#E9D8DF
(233,216,223)
#ECDFE5
(236,223,229)
#EFE6EB
(239,230,235)
#F2EDF1
(242,237,241)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AEBB; }

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

This text font color is #D7AEBB.


Background Color

.myBgColor { background-color: #D7AEBB; }

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

This div background color is #D7AEBB.


Border color

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

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

This div border color is #D7AEBB.


Opacity

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

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

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

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

This text has shadow with #D7AEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AEBB on black background.


Color preview on white background

This text has color #D7AEBB on white background.



Black color preview on #D7AEBB background

This text has black color on #D7AEBB background.


White color preview on #D7AEBB background

This text has white color on #D7AEBB background.