COLOR #D1A4AE

HEX: #D1A4AE
RGB: (209,164,174)

Color info

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

RGB color model

#D1A4AE color RGB value is (209,164,174).

  • red value is 209;
  • green value is 164;
  • blue value is 174.
RGB:
(209,164,174)
(82%,64%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 164 of 255 = 64%
B 174 of 255 = 68%

209
164
174

R + G + B ~ 71%. #D1A4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 164 + 174 = 547 (100%)
R 209 of 547 ~ 38.21%
G 164 of 547 ~ 29.98%
B 174 of 547 ~ 31.81%

%38.21
%29.98
%31.81

CMYK color model

#D1A4AE color CMYK value is (0,22,17,18).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(0,22,17,18)
C0M22Y17K18 
(0%,22%,17%,18%)
(0.00/0.22/0.17/0.18)	

CMYK percentages

%0
%21.53
%16.75
%18.04

Codes

Color #D1A4AE in popluar color models

D1A4AE
RGB209164174
HSL347°32.85%73.14%
HSB/HSV347°21.53%81.96%
CMYK0.00%21.53%16.75%
18.04%

Color #D1A4AE in popluar number systems.

HEXD1A4AE
Decimal209164174
Binary110100011010010010101110
Octal321244256

Shades and tints

Shades of #D1A4AE

#D1A4AE
(209,164,174)
#BE969F
(190,150,159)
#AB8890
(171,136,144)
#987A81
(152,122,129)
#856C72
(133,108,114)
#725E63
(114,94,99)
#5F5054
(95,80,84)
#4C4245
(76,66,69)
#393436
(57,52,54)
#262627
(38,38,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #D1A4AE

#D1A4AE
(209,164,174)
#D5ACB5
(213,172,181)
#D9B4BC
(217,180,188)
#DDBCC3
(221,188,195)
#E1C4CA
(225,196,202)
#E5CCD1
(229,204,209)
#E9D4D8
(233,212,216)
#EDDCDF
(237,220,223)
#F1E4E6
(241,228,230)
#F5ECED
(245,236,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A4AE color. Also use rgb(209,164,174) instead hex code.

Text Font Color

.myTextColor { color: #D1A4AE; }

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

This text font color is #D1A4AE.


Background Color

.myBgColor { background-color: #D1A4AE; }

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

This div background color is #D1A4AE.


Border color

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

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

This div border color is #D1A4AE.


Opacity

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

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

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

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

This text has shadow with #D1A4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A4AE on black background.


Color preview on white background

This text has color #D1A4AE on white background.



Black color preview on #D1A4AE background

This text has black color on #D1A4AE background.


White color preview on #D1A4AE background

This text has white color on #D1A4AE background.