COLOR #D6AEB2

HEX: #D6AEB2
RGB: (214,174,178)

Color info

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

RGB color model

#D6AEB2 color RGB value is (214,174,178).

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

RGB channels and saturation

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

214
174
178

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

Portions of RGB colors in percentages

R + G + B =
214 + 174 + 178 = 566 (100%)
R 214 of 566 ~ 37.81%
G 174 of 566 ~ 30.74%
B 178 of 566 ~ 31.45%

%37.81
%30.74
%31.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 16.82%
  • key color value is 16.08%
CMYK:
(0,19,17,16)
C0M19Y17K16 
(0%,19%,17%,16%)
(0.00/0.19/0.17/0.16)	

CMYK percentages

%0
%18.69
%16.82
%16.08

Codes

Color #D6AEB2 in popluar color models

D6AEB2
RGB214174178
HSL354°32.79%76.08%
HSB/HSV354°18.69%83.92%
CMYK0.00%18.69%16.82%
16.08%

Color #D6AEB2 in popluar number systems.

HEXD6AEB2
Decimal214174178
Binary110101101010111010110010
Octal326256262

Shades and tints

Shades of #D6AEB2

#D6AEB2
(214,174,178)
#C39FA2
(195,159,162)
#B09092
(176,144,146)
#9D8182
(157,129,130)
#8A7272
(138,114,114)
#776362
(119,99,98)
#645452
(100,84,82)
#514542
(81,69,66)
#3E3632
(62,54,50)
#2B2722
(43,39,34)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #D6AEB2

#D6AEB2
(214,174,178)
#D9B5B9
(217,181,185)
#DCBCC0
(220,188,192)
#DFC3C7
(223,195,199)
#E2CACE
(226,202,206)
#E5D1D5
(229,209,213)
#E8D8DC
(232,216,220)
#EBDFE3
(235,223,227)
#EEE6EA
(238,230,234)
#F1EDF1
(241,237,241)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AEB2; }

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

This text font color is #D6AEB2.


Background Color

.myBgColor { background-color: #D6AEB2; }

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

This div background color is #D6AEB2.


Border color

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

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

This div border color is #D6AEB2.


Opacity

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

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

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

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

This text has shadow with #D6AEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AEB2 on black background.


Color preview on white background

This text has color #D6AEB2 on white background.



Black color preview on #D6AEB2 background

This text has black color on #D6AEB2 background.


White color preview on #D6AEB2 background

This text has white color on #D6AEB2 background.