COLOR #D6AEB4

HEX: #D6AEB4
RGB: (214,174,180)

Color info

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

RGB color model

#D6AEB4 color RGB value is (214,174,180).

  • red value is 214;
  • green value is 174;
  • blue value is 180.
RGB:
(214,174,180)
(84%,68%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 174 of 255 = 68%
B 180 of 255 = 71%

214
174
180

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

Portions of RGB colors in percentages

R + G + B =
214 + 174 + 180 = 568 (100%)
R 214 of 568 ~ 37.68%
G 174 of 568 ~ 30.63%
B 180 of 568 ~ 31.69%

%37.68
%30.63
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 15.89%
  • key color value is 16.08%
CMYK:
(0,19,16,16)
C0M19Y16K16 
(0%,19%,16%,16%)
(0.00/0.19/0.16/0.16)	

CMYK percentages

%0
%18.69
%15.89
%16.08

Codes

Color #D6AEB4 in popluar color models

D6AEB4
RGB214174180
HSL351°32.79%76.08%
HSB/HSV351°18.69%83.92%
CMYK0.00%18.69%15.89%
16.08%

Color #D6AEB4 in popluar number systems.

HEXD6AEB4
Decimal214174180
Binary110101101010111010110100
Octal326256264

Shades and tints

Shades of #D6AEB4

#D6AEB4
(214,174,180)
#C39FA4
(195,159,164)
#B09094
(176,144,148)
#9D8184
(157,129,132)
#8A7274
(138,114,116)
#776364
(119,99,100)
#645454
(100,84,84)
#514544
(81,69,68)
#3E3634
(62,54,52)
#2B2724
(43,39,36)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6AEB4

#D6AEB4
(214,174,180)
#D9B5BA
(217,181,186)
#DCBCC0
(220,188,192)
#DFC3C6
(223,195,198)
#E2CACC
(226,202,204)
#E5D1D2
(229,209,210)
#E8D8D8
(232,216,216)
#EBDFDE
(235,223,222)
#EEE6E4
(238,230,228)
#F1EDEA
(241,237,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AEB4 color. Also use rgb(214,174,180) instead hex code.

Text Font Color

.myTextColor { color: #D6AEB4; }

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

This text font color is #D6AEB4.


Background Color

.myBgColor { background-color: #D6AEB4; }

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

This div background color is #D6AEB4.


Border color

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

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

This div border color is #D6AEB4.


Opacity

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

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

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

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

This text has shadow with #D6AEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AEB4 on black background.


Color preview on white background

This text has color #D6AEB4 on white background.



Black color preview on #D6AEB4 background

This text has black color on #D6AEB4 background.


White color preview on #D6AEB4 background

This text has white color on #D6AEB4 background.