COLOR #D3AABB

HEX: #D3AABB
RGB: (211,170,187)

Color info

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

RGB color model

#D3AABB color RGB value is (211,170,187).

  • red value is 211;
  • green value is 170;
  • blue value is 187.
RGB:
(211,170,187)
(83%,67%,73%)

RGB channels and saturation

R 211 of 255 = 83%
G 170 of 255 = 67%
B 187 of 255 = 73%

211
170
187

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

Portions of RGB colors in percentages

R + G + B =
211 + 170 + 187 = 568 (100%)
R 211 of 568 ~ 37.15%
G 170 of 568 ~ 29.93%
B 187 of 568 ~ 32.92%

%37.15
%29.93
%32.92

CMYK color model

#D3AABB color CMYK value is (0,19,11,17).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK:
(0,19,11,17)
C0M19Y11K17 
(0%,19%,11%,17%)
(0.00/0.19/0.11/0.17)	

CMYK percentages

%0
%19.43
%11.37
%17.25

Codes

Color #D3AABB in popluar color models

D3AABB
RGB211170187
HSL335°31.78%74.71%
HSB/HSV335°19.43%82.75%
CMYK0.00%19.43%11.37%
17.25%

Color #D3AABB in popluar number systems.

HEXD3AABB
Decimal211170187
Binary110100111010101010111011
Octal323252273

Shades and tints

Shades of #D3AABB

#D3AABB
(211,170,187)
#C09BAA
(192,155,170)
#AD8C99
(173,140,153)
#9A7D88
(154,125,136)
#876E77
(135,110,119)
#745F66
(116,95,102)
#615055
(97,80,85)
#4E4144
(78,65,68)
#3B3233
(59,50,51)
#282322
(40,35,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #D3AABB

#D3AABB
(211,170,187)
#D7B1C1
(215,177,193)
#DBB8C7
(219,184,199)
#DFBFCD
(223,191,205)
#E3C6D3
(227,198,211)
#E7CDD9
(231,205,217)
#EBD4DF
(235,212,223)
#EFDBE5
(239,219,229)
#F3E2EB
(243,226,235)
#F7E9F1
(247,233,241)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AABB; }

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

This text font color is #D3AABB.


Background Color

.myBgColor { background-color: #D3AABB; }

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

This div background color is #D3AABB.


Border color

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

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

This div border color is #D3AABB.


Opacity

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

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

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

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

This text has shadow with #D3AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AABB on black background.


Color preview on white background

This text has color #D3AABB on white background.



Black color preview on #D3AABB background

This text has black color on #D3AABB background.


White color preview on #D3AABB background

This text has white color on #D3AABB background.