COLOR #D6AABB

HEX: #D6AABB RGB: (214,170,187)

Color info

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

RGB color model

#D6AABB color RGB value is (214,170,187).

RGB: (214,170,187) (84%, 67%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 170 of 255 = 67%
B 187 of 255 = 73%

214
170
187

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

Portions of RGB colors in percentages

R + G + B = 214 + 170 + 187 = 571 (100%)
R 214 of 571 ~ 37.48%
G 170 of 571 ~ 29.77%
B 187 of 571 ~ 32.75'%

%37.48
%29.77
%32.75

CMYK color model

#D6AABB color CMYK value is (0,21,13,16).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 12.62%
  • key color value is 16.08%

CMYK: (0,21,13,16)
C0M21Y13K16 (0%, 21%, 13%, 16%)
(0.00 / 0.21 / 0.13 / 0.16)

CMYK percentages

%0
%20.56
%12.62
%16.08

Codes

Color #D6AABB in popluar color models

D6 AA BB
RGB 214 170 187
HSL 337° 34.92% 75.29%
HSB/HSV 337° 20.56% 83.92%
CMYK 0.00% 20.56% 12.62%
16.08%

Color #D6AABB in popluar number systems.

HEX D6 AA BB
Decimal 214 170 187
Binary 11010110 10101010 10111011
Octal 326 252 273

Shades and tints

Shades of #D6AABB

#D6AABB
(214,170,187)
#C39BAA
(195,155,170)
#B08C99
(176,140,153)
#9D7D88
(157,125,136)
#8A6E77
(138,110,119)
#775F66
(119,95,102)
#645055
(100,80,85)
#514144
(81,65,68)
#3E3233
(62,50,51)
#2B2322
(43,35,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #D6AABB

#D6AABB
(214,170,187)
#D9B1C1
(217,177,193)
#DCB8C7
(220,184,199)
#DFBFCD
(223,191,205)
#E2C6D3
(226,198,211)
#E5CDD9
(229,205,217)
#E8D4DF
(232,212,223)
#EBDBE5
(235,219,229)
#EEE2EB
(238,226,235)
#F1E9F1
(241,233,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AABB color. Also use rgb(214,170,187) instead hex code.

Text Font Color

.myTextColor { color: #D6AABB; }

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

This text font color is #D6AABB.

Background Color

.myBgColor { background-color: #D6AABB; }

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

This div background color is #D6AABB.

Border color

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

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

This div border color is #D6AABB.

Opacity

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

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

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

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

This text has shadow with #D6AABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AABB.

Preview

Color preview on black background

This text has color #D6AABB on black background.


Color preview on white background

This text has color #D6AABB on white background.


Black color preview on #D6AABB background

This text has black color on #D6AABB background.


White color preview on #D6AABB background

This text has white color on #D6AABB background.


Related colors

Complementary color

Complementary color for #hex is #295544.


I love getcolorcode.com

Triadic colors

1 #BBD6AA and #AABBD6 with #D6AABB are triadic colors.

2 #BBAAD6 and #AAD6BB with #D6AABB are triadic colors.