COLOR #D1AEBE

HEX: #D1AEBE
RGB: (209,174,190)

Color info

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

RGB color model

#D1AEBE color RGB value is (209,174,190).

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

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 190 of 255 = 75%

209
174
190

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

Portions of RGB colors in percentages

R + G + B =
209 + 174 + 190 = 573 (100%)
R 209 of 573 ~ 36.47%
G 174 of 573 ~ 30.37%
B 190 of 573 ~ 33.16%

%36.47
%30.37
%33.16

CMYK color model

#D1AEBE color CMYK value is (0,17,9,18).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(0,17,9,18)
C0M17Y9K18 
(0%,17%,9%,18%)
(0.00/0.17/0.09/0.18)	

CMYK percentages

%0
%16.75
%9.09
%18.04

Codes

Color #D1AEBE in popluar color models

D1AEBE
RGB209174190
HSL333°27.56%75.10%
HSB/HSV333°16.75%81.96%
CMYK0.00%16.75%9.09%
18.04%

Color #D1AEBE in popluar number systems.

HEXD1AEBE
Decimal209174190
Binary110100011010111010111110
Octal321256276

Shades and tints

Shades of #D1AEBE

#D1AEBE
(209,174,190)
#BE9FAD
(190,159,173)
#AB909C
(171,144,156)
#98818B
(152,129,139)
#85727A
(133,114,122)
#726369
(114,99,105)
#5F5458
(95,84,88)
#4C4547
(76,69,71)
#393636
(57,54,54)
#262725
(38,39,37)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #D1AEBE

#D1AEBE
(209,174,190)
#D5B5C3
(213,181,195)
#D9BCC8
(217,188,200)
#DDC3CD
(221,195,205)
#E1CAD2
(225,202,210)
#E5D1D7
(229,209,215)
#E9D8DC
(233,216,220)
#EDDFE1
(237,223,225)
#F1E6E6
(241,230,230)
#F5EDEB
(245,237,235)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AEBE; }

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

This text font color is #D1AEBE.


Background Color

.myBgColor { background-color: #D1AEBE; }

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

This div background color is #D1AEBE.


Border color

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

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

This div border color is #D1AEBE.


Opacity

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

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

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

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

This text has shadow with #D1AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AEBE on black background.


Color preview on white background

This text has color #D1AEBE on white background.



Black color preview on #D1AEBE background

This text has black color on #D1AEBE background.


White color preview on #D1AEBE background

This text has white color on #D1AEBE background.