COLOR #D1AECB

HEX: #D1AECB
RGB: (209,174,203)

Color info

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

RGB color model

#D1AECB color RGB value is (209,174,203).

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

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 203 of 255 = 80%

209
174
203

R + G + B ~ 77%. #D1AECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 174 + 203 = 586 (100%)
R 209 of 586 ~ 35.67%
G 174 of 586 ~ 29.69%
B 203 of 586 ~ 34.64%

%35.67
%29.69
%34.64

CMYK color model

#D1AECB color CMYK value is (0,17,3,18).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK:
(0,17,3,18)
C0M17Y3K18 
(0%,17%,3%,18%)
(0.00/0.17/0.03/0.18)	

CMYK percentages

%0
%16.75
%2.87
%18.04

Codes

Color #D1AECB in popluar color models

D1AECB
RGB209174203
HSL310°27.56%75.10%
HSB/HSV310°16.75%81.96%
CMYK0.00%16.75%2.87%
18.04%

Color #D1AECB in popluar number systems.

HEXD1AECB
Decimal209174203
Binary110100011010111011001011
Octal321256313

Shades and tints

Shades of #D1AECB

#D1AECB
(209,174,203)
#BE9FB9
(190,159,185)
#AB90A7
(171,144,167)
#988195
(152,129,149)
#857283
(133,114,131)
#726371
(114,99,113)
#5F545F
(95,84,95)
#4C454D
(76,69,77)
#39363B
(57,54,59)
#262729
(38,39,41)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #D1AECB

#D1AECB
(209,174,203)
#D5B5CF
(213,181,207)
#D9BCD3
(217,188,211)
#DDC3D7
(221,195,215)
#E1CADB
(225,202,219)
#E5D1DF
(229,209,223)
#E9D8E3
(233,216,227)
#EDDFE7
(237,223,231)
#F1E6EB
(241,230,235)
#F5EDEF
(245,237,239)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AECB; }

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

This text font color is #D1AECB.


Background Color

.myBgColor { background-color: #D1AECB; }

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

This div background color is #D1AECB.


Border color

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

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

This div border color is #D1AECB.


Opacity

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

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

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

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

This text has shadow with #D1AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AECB on black background.


Color preview on white background

This text has color #D1AECB on white background.



Black color preview on #D1AECB background

This text has black color on #D1AECB background.


White color preview on #D1AECB background

This text has white color on #D1AECB background.