COLOR #D49ABA

HEX: #D49ABA RGB: (212,154,186)

Color info

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

RGB color model

#D49ABA color RGB value is (212,154,186).

RGB: (212,154,186) (83%, 60%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 154 of 255 = 60%
B 186 of 255 = 73%

212
154
186

R + G + B ~ 72%. #D49ABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 154 + 186 = 552 (100%)
R 212 of 552 ~ 38.41%
G 154 of 552 ~ 27.9%
B 186 of 552 ~ 33.7'%

%38.41
%27.9
%33.7

CMYK color model

#D49ABA color CMYK value is (0,27,12,17).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 12.26%
  • key color value is 16.86%

CMYK: (0,27,12,17)
C0M27Y12K17 (0%, 27%, 12%, 17%)
(0.00 / 0.27 / 0.12 / 0.17)

CMYK percentages

%0
%27.36
%12.26
%16.86

Codes

Color #D49ABA in popluar color models

D4 9A BA
RGB 212 154 186
HSL 327° 40.28% 71.76%
HSB/HSV 327° 27.36% 83.14%
CMYK 0.00% 27.36% 12.26%
16.86%

Color #D49ABA in popluar number systems.

HEX D4 9A BA
Decimal 212 154 186
Binary 11010100 10011010 10111010
Octal 324 232 272

Shades and tints

Shades of #D49ABA

#D49ABA
(212,154,186)
#C18CAA
(193,140,170)
#AE7E9A
(174,126,154)
#9B708A
(155,112,138)
#88627A
(136,98,122)
#75546A
(117,84,106)
#62465A
(98,70,90)
#4F384A
(79,56,74)
#3C2A3A
(60,42,58)
#291C2A
(41,28,42)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #D49ABA

#D49ABA
(212,154,186)
#D7A3C0
(215,163,192)
#DAACC6
(218,172,198)
#DDB5CC
(221,181,204)
#E0BED2
(224,190,210)
#E3C7D8
(227,199,216)
#E6D0DE
(230,208,222)
#E9D9E4
(233,217,228)
#ECE2EA
(236,226,234)
#EFEBF0
(239,235,240)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49ABA color. Also use rgb(212,154,186) instead hex code.

Text Font Color

.myTextColor { color: #D49ABA; }

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

This text font color is #D49ABA.

Background Color

.myBgColor { background-color: #D49ABA; }

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

This div background color is #D49ABA.

Border color

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

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

This div border color is #D49ABA.

Opacity

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

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

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

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

This text has shadow with #D49ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49ABA.

Preview

Color preview on black background

This text has color #D49ABA on black background.


Color preview on white background

This text has color #D49ABA on white background.


Black color preview on #D49ABA background

This text has black color on #D49ABA background.


White color preview on #D49ABA background

This text has white color on #D49ABA background.


Related colors

Complementary color

Complementary color for #hex is #2B6545.


I love getcolorcode.com

Triadic colors

1 #BAD49A and #9ABAD4 with #D49ABA are triadic colors.

2 #BA9AD4 and #9AD4BA with #D49ABA are triadic colors.