COLOR #D1AEC3

HEX: #D1AEC3 RGB: (209,174,195)

Color info

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

RGB color model

#D1AEC3 color RGB value is (209,174,195).

RGB: (209,174,195) (82%, 68%, 76%)

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 195 of 255 = 76%

209
174
195

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

Portions of RGB colors in percentages

R + G + B = 209 + 174 + 195 = 578 (100%)
R 209 of 578 ~ 36.16%
G 174 of 578 ~ 30.1%
B 195 of 578 ~ 33.74'%

%36.16
%30.1
%33.74

CMYK color model

#D1AEC3 color CMYK value is (0,17,7,18).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 6.70%
  • key color value is 18.04%

CMYK: (0,17,7,18)
C0M17Y7K18 (0%, 17%, 7%, 18%)
(0.00 / 0.17 / 0.07 / 0.18)

CMYK percentages

%0
%16.75
%6.7
%18.04

Codes

Color #D1AEC3 in popluar color models

D1 AE C3
RGB 209 174 195
HSL 324° 27.56% 75.10%
HSB/HSV 324° 16.75% 81.96%
CMYK 0.00% 16.75% 6.70%
18.04%

Color #D1AEC3 in popluar number systems.

HEX D1 AE C3
Decimal 209 174 195
Binary 11010001 10101110 11000011
Octal 321 256 303

Shades and tints

Shades of #D1AEC3

#D1AEC3
(209,174,195)
#BE9FB2
(190,159,178)
#AB90A1
(171,144,161)
#988190
(152,129,144)
#85727F
(133,114,127)
#72636E
(114,99,110)
#5F545D
(95,84,93)
#4C454C
(76,69,76)
#39363B
(57,54,59)
#26272A
(38,39,42)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #D1AEC3

#D1AEC3
(209,174,195)
#D5B5C8
(213,181,200)
#D9BCCD
(217,188,205)
#DDC3D2
(221,195,210)
#E1CAD7
(225,202,215)
#E5D1DC
(229,209,220)
#E9D8E1
(233,216,225)
#EDDFE6
(237,223,230)
#F1E6EB
(241,230,235)
#F5EDF0
(245,237,240)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AEC3; }

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

This text font color is #D1AEC3.

Background Color

.myBgColor { background-color: #D1AEC3; }

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

This div background color is #D1AEC3.

Border color

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

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

This div border color is #D1AEC3.

Opacity

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

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

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

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

This text has shadow with #D1AEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AEC3.

Preview

Color preview on black background

This text has color #D1AEC3 on black background.


Color preview on white background

This text has color #D1AEC3 on white background.


Black color preview on #D1AEC3 background

This text has black color on #D1AEC3 background.


White color preview on #D1AEC3 background

This text has white color on #D1AEC3 background.


Related colors

Complementary color

Complementary color for #hex is #2E513C.


I love getcolorcode.com

Triadic colors

1 #C3D1AE and #AEC3D1 with #D1AEC3 are triadic colors.

2 #C3AED1 and #AED1C3 with #D1AEC3 are triadic colors.