COLOR #D497AB

HEX: #D497AB
RGB: (212,151,171)

Color info

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

RGB color model

#D497AB color RGB value is (212,151,171).

  • red value is 212;
  • green value is 151;
  • blue value is 171.
RGB:
(212,151,171)
(83%,59%,67%)

RGB channels and saturation

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

212
151
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 151 + 171 = 534 (100%)
R 212 of 534 ~ 39.7%
G 151 of 534 ~ 28.28%
B 171 of 534 ~ 32.02%

%39.7
%28.28
%32.02

CMYK color model

#D497AB color CMYK value is (0,29,19,17).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(0,29,19,17)
C0M29Y19K17 
(0%,29%,19%,17%)
(0.00/0.29/0.19/0.17)	

CMYK percentages

%0
%28.77
%19.34
%16.86

Codes

Color #D497AB in popluar color models

D497AB
RGB212151171
HSL340°41.50%71.18%
HSB/HSV340°28.77%83.14%
CMYK0.00%28.77%19.34%
16.86%

Color #D497AB in popluar number systems.

HEXD497AB
Decimal212151171
Binary110101001001011110101011
Octal324227253

Shades and tints

Shades of #D497AB

#D497AB
(212,151,171)
#C18A9C
(193,138,156)
#AE7D8D
(174,125,141)
#9B707E
(155,112,126)
#88636F
(136,99,111)
#755660
(117,86,96)
#624951
(98,73,81)
#4F3C42
(79,60,66)
#3C2F33
(60,47,51)
#292224
(41,34,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #D497AB

#D497AB
(212,151,171)
#D7A0B2
(215,160,178)
#DAA9B9
(218,169,185)
#DDB2C0
(221,178,192)
#E0BBC7
(224,187,199)
#E3C4CE
(227,196,206)
#E6CDD5
(230,205,213)
#E9D6DC
(233,214,220)
#ECDFE3
(236,223,227)
#EFE8EA
(239,232,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D497AB; }

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

This text font color is #D497AB.


Background Color

.myBgColor { background-color: #D497AB; }

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

This div background color is #D497AB.


Border color

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

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

This div border color is #D497AB.


Opacity

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

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

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

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

This text has shadow with #D497AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D497AB on black background.


Color preview on white background

This text has color #D497AB on white background.



Black color preview on #D497AB background

This text has black color on #D497AB background.


White color preview on #D497AB background

This text has white color on #D497AB background.