COLOR #9D97D1

HEX: #9D97D1 RGB: (157,151,209)

Color info

#9D97D1 contains red, green and blue colors in about the same proportion. Web safe color of #9D97D1 is #9999CC (or #99C).

RGB color model

#9D97D1 color RGB value is (157,151,209).

RGB: (157,151,209) (62%, 59%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 209 of 255 = 82%

157
151
209

R + G + B ~ 68%. #9D97D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 151 + 209 = 517 (100%)
R 157 of 517 ~ 30.37%
G 151 of 517 ~ 29.21%
B 209 of 517 ~ 40.43'%

%30.37
%29.21
%40.43

CMYK color model

#9D97D1 color CMYK value is (25,28,0,18).

  • cyan value is 24.88%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (25,28,0,18)
C25M28Y0K18 (25%, 28%, 0%, 18%)
(0.25 / 0.28 / 0.00 / 0.18)

CMYK percentages

%24.88
%27.75
%0
%18.04

Codes

Color #9D97D1 in popluar color models

9D 97 D1
RGB 157 151 209
HSL 246° 38.67% 70.59%
HSB/HSV 246° 27.75% 81.96%
CMYK 24.88% 27.75% 0.00%
18.04%

Color #9D97D1 in popluar number systems.

HEX 9D 97 D1
Decimal 157 151 209
Binary 10011101 10010111 11010001
Octal 235 227 321

Shades and tints

Shades of #9D97D1

#9D97D1
(157,151,209)
#8F8ABE
(143,138,190)
#817DAB
(129,125,171)
#737098
(115,112,152)
#656385
(101,99,133)
#575672
(87,86,114)
#49495F
(73,73,95)
#3B3C4C
(59,60,76)
#2D2F39
(45,47,57)
#1F2226
(31,34,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9D97D1

#9D97D1
(157,151,209)
#A5A0D5
(165,160,213)
#ADA9D9
(173,169,217)
#B5B2DD
(181,178,221)
#BDBBE1
(189,187,225)
#C5C4E5
(197,196,229)
#CDCDE9
(205,205,233)
#D5D6ED
(213,214,237)
#DDDFF1
(221,223,241)
#E5E8F5
(229,232,245)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D97D1; }

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

This text font color is #9D97D1.

Background Color

.myBgColor { background-color: #9D97D1; }

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

This div background color is #9D97D1.

Border color

.myBorderColor { border: 1px solid #9D97D1; }

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

This div border color is #9D97D1.

Opacity

.myOpacity80 { color: #9D97D1; opacity: 0.8; }

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

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

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

This text has shadow with #9D97D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D97D1.

Preview

Color preview on black background

This text has color #9D97D1 on black background.


Color preview on white background

This text has color #9D97D1 on white background.


Black color preview on #9D97D1 background

This text has black color on #9D97D1 background.


White color preview on #9D97D1 background

This text has white color on #9D97D1 background.


Related colors

Complementary color

Complementary color for #hex is #62682E.


I love getcolorcode.com

Triadic colors

1 #D19D97 and #97D19D with #9D97D1 are triadic colors.

2 #D1979D and #979DD1 with #9D97D1 are triadic colors.