COLOR #D497AA

HEX: #D497AA RGB: (212,151,170)

Color info

#D497AA contains mainly red and blue colors. Web safe color of #D497AA is #CC9999 (or #C99).

RGB color model

#D497AA color RGB value is (212,151,170).

RGB: (212,151,170) (83%, 59%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 151 of 255 = 59%
B 170 of 255 = 67%

212
151
170

R + G + B ~ 70%. #D497AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 151 + 170 = 533 (100%)
R 212 of 533 ~ 39.77%
G 151 of 533 ~ 28.33%
B 170 of 533 ~ 31.89'%

%39.77
%28.33
%31.89

CMYK color model

#D497AA color CMYK value is (0,29,20,17).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 19.81%
  • key color value is 16.86%

CMYK: (0,29,20,17)
C0M29Y20K17 (0%, 29%, 20%, 17%)
(0.00 / 0.29 / 0.20 / 0.17)

CMYK percentages

%0
%28.77
%19.81
%16.86

Codes

Color #D497AA in popluar color models

D4 97 AA
RGB 212 151 170
HSL 341° 41.50% 71.18%
HSB/HSV 341° 28.77% 83.14%
CMYK 0.00% 28.77% 19.81%
16.86%

Color #D497AA in popluar number systems.

HEX D4 97 AA
Decimal 212 151 170
Binary 11010100 10010111 10101010
Octal 324 227 252

Shades and tints

Shades of #D497AA

#D497AA
(212,151,170)
#C18A9B
(193,138,155)
#AE7D8C
(174,125,140)
#9B707D
(155,112,125)
#88636E
(136,99,110)
#75565F
(117,86,95)
#624950
(98,73,80)
#4F3C41
(79,60,65)
#3C2F32
(60,47,50)
#292223
(41,34,35)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #D497AA

#D497AA
(212,151,170)
#D7A0B1
(215,160,177)
#DAA9B8
(218,169,184)
#DDB2BF
(221,178,191)
#E0BBC6
(224,187,198)
#E3C4CD
(227,196,205)
#E6CDD4
(230,205,212)
#E9D6DB
(233,214,219)
#ECDFE2
(236,223,226)
#EFE8E9
(239,232,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D497AA color. Also use rgb(212,151,170) instead hex code.

Text Font Color

.myTextColor { color: #D497AA; }

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

This text font color is #D497AA.

Background Color

.myBgColor { background-color: #D497AA; }

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

This div background color is #D497AA.

Border color

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

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

This div border color is #D497AA.

Opacity

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

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

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

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

This text has shadow with #D497AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D497AA.

Preview

Color preview on black background

This text has color #D497AA on black background.


Color preview on white background

This text has color #D497AA on white background.


Black color preview on #D497AA background

This text has black color on #D497AA background.


White color preview on #D497AA background

This text has white color on #D497AA background.


Related colors

Complementary color

Complementary color for #hex is #2B6855.


I love getcolorcode.com

Triadic colors

1 #AAD497 and #97AAD4 with #D497AA are triadic colors.

2 #AA97D4 and #97D4AA with #D497AA are triadic colors.