COLOR #D7AEC1

HEX: #D7AEC1
RGB: (215,174,193)

Color info

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

RGB color model

#D7AEC1 color RGB value is (215,174,193).

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

RGB channels and saturation

R 215 of 255 = 84%
G 174 of 255 = 68%
B 193 of 255 = 76%

215
174
193

R + G + B ~ 76%. #D7AEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 193 = 582 (100%)
R 215 of 582 ~ 36.94%
G 174 of 582 ~ 29.9%
B 193 of 582 ~ 33.16%

%36.94
%29.9
%33.16

CMYK color model

#D7AEC1 color CMYK value is (0,19,10,16).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 10.23%
  • key color value is 15.69%
CMYK:
(0,19,10,16)
C0M19Y10K16 
(0%,19%,10%,16%)
(0.00/0.19/0.10/0.16)	

CMYK percentages

%0
%19.07
%10.23
%15.69

Codes

Color #D7AEC1 in popluar color models

D7AEC1
RGB215174193
HSL332°33.88%76.27%
HSB/HSV332°19.07%84.31%
CMYK0.00%19.07%10.23%
15.69%

Color #D7AEC1 in popluar number systems.

HEXD7AEC1
Decimal215174193
Binary110101111010111011000001
Octal327256301

Shades and tints

Shades of #D7AEC1

#D7AEC1
(215,174,193)
#C49FB0
(196,159,176)
#B1909F
(177,144,159)
#9E818E
(158,129,142)
#8B727D
(139,114,125)
#78636C
(120,99,108)
#65545B
(101,84,91)
#52454A
(82,69,74)
#3F3639
(63,54,57)
#2C2728
(44,39,40)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7AEC1

#D7AEC1
(215,174,193)
#DAB5C6
(218,181,198)
#DDBCCB
(221,188,203)
#E0C3D0
(224,195,208)
#E3CAD5
(227,202,213)
#E6D1DA
(230,209,218)
#E9D8DF
(233,216,223)
#ECDFE4
(236,223,228)
#EFE6E9
(239,230,233)
#F2EDEE
(242,237,238)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AEC1; }

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

This text font color is #D7AEC1.


Background Color

.myBgColor { background-color: #D7AEC1; }

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

This div background color is #D7AEC1.


Border color

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

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

This div border color is #D7AEC1.


Opacity

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

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

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

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

This text has shadow with #D7AEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AEC1 on black background.


Color preview on white background

This text has color #D7AEC1 on white background.



Black color preview on #D7AEC1 background

This text has black color on #D7AEC1 background.


White color preview on #D7AEC1 background

This text has white color on #D7AEC1 background.