COLOR #D197AD

HEX: #D197AD RGB: (209,151,173)

Color info

#D197AD contains red, green and blue colors in about the same proportion. Web safe color of #D197AD is #CC9999 (or #C99).

RGB color model

#D197AD color RGB value is (209,151,173).

RGB: (209,151,173) (82%, 59%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 173 of 255 = 68%

209
151
173

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

Portions of RGB colors in percentages

R + G + B = 209 + 151 + 173 = 533 (100%)
R 209 of 533 ~ 39.21%
G 151 of 533 ~ 28.33%
B 173 of 533 ~ 32.46'%

%39.21
%28.33
%32.46

CMYK color model

#D197AD color CMYK value is (0,28,17,18).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK: (0,28,17,18) C0M28Y17K18 (0%,28%,17%,18%) (0.00/0.28/0.17/0.18) 

CMYK percentages

%0
%27.75
%17.22
%18.04

Codes

Color #D197AD in popluar color models

D1 97 AD
RGB 209 151 173
HSL 337° 38.67% 70.59%
HSB/HSV 337° 27.75% 81.96%
CMYK 0.00% 27.75% 17.22%
18.04%

Color #D197AD in popluar number systems.

HEX D1 97 AD
Decimal 209 151 173
Binary 11010001 10010111 10101101
Octal 321 227 255

Shades and tints

Shades of #D197AD

#D197AD
(209,151,173)
#BE8A9E
(190,138,158)
#AB7D8F
(171,125,143)
#987080
(152,112,128)
#856371
(133,99,113)
#725662
(114,86,98)
#5F4953
(95,73,83)
#4C3C44
(76,60,68)
#392F35
(57,47,53)
#262226
(38,34,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D197AD

#D197AD
(209,151,173)
#D5A0B4
(213,160,180)
#D9A9BB
(217,169,187)
#DDB2C2
(221,178,194)
#E1BBC9
(225,187,201)
#E5C4D0
(229,196,208)
#E9CDD7
(233,205,215)
#EDD6DE
(237,214,222)
#F1DFE5
(241,223,229)
#F5E8EC
(245,232,236)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D197AD color. Also use rgb(209,151,173) instead hex code.

Text Font Color

.myTextColor { color: #D197AD; }

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

This text font color is #D197AD.

Background Color

.myBgColor { background-color: #D197AD; }

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

This div background color is #D197AD.

Border color

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

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

This div border color is #D197AD.

Opacity

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

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

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

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

This text has shadow with #D197AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D197AD.

Preview

Color preview on black background

This text has color #D197AD on black background.


Color preview on white background

This text has color #D197AD on white background.


Black color preview on #D197AD background

This text has black color on #D197AD background.


White color preview on #D197AD background

This text has white color on #D197AD background.


Related colors

Complementary color

Complementary color for #hex is #2E6852.


I love getcolorcode.com

Triadic colors

1 #ADD197 and #97ADD1 with #D197AD are triadic colors.

2 #AD97D1 and #97D1AD with #D197AD are triadic colors.