COLOR #9D95D2

HEX: #9D95D2 RGB: (157,149,210)

Color info

#9D95D2 contains mainly red and blue colors. Web safe color of #9D95D2 is #9999CC (or #99C).

RGB color model

#9D95D2 color RGB value is (157,149,210).

RGB: (157,149,210) (62%, 58%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 210 of 255 = 82%

157
149
210

R + G + B ~ 67%. #9D95D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 149 + 210 = 516 (100%)
R 157 of 516 ~ 30.43%
G 149 of 516 ~ 28.88%
B 210 of 516 ~ 40.7'%

%30.43
%28.88
%40.7

CMYK color model

#9D95D2 color CMYK value is (25,29,0,18).

  • cyan value is 25.24%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (25,29,0,18)
C25M29Y0K18 (25%, 29%, 0%, 18%)
(0.25 / 0.29 / 0.00 / 0.18)

CMYK percentages

%25.24
%29.05
%0
%17.65

Codes

Color #9D95D2 in popluar color models

9D 95 D2
RGB 157 149 210
HSL 248° 40.40% 70.39%
HSB/HSV 248° 29.05% 82.35%
CMYK 25.24% 29.05% 0.00%
17.65%

Color #9D95D2 in popluar number systems.

HEX 9D 95 D2
Decimal 157 149 210
Binary 10011101 10010101 11010010
Octal 235 225 322

Shades and tints

Shades of #9D95D2

#9D95D2
(157,149,210)
#8F88BF
(143,136,191)
#817BAC
(129,123,172)
#736E99
(115,110,153)
#656186
(101,97,134)
#575473
(87,84,115)
#494760
(73,71,96)
#3B3A4D
(59,58,77)
#2D2D3A
(45,45,58)
#1F2027
(31,32,39)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #9D95D2

#9D95D2
(157,149,210)
#A59ED6
(165,158,214)
#ADA7DA
(173,167,218)
#B5B0DE
(181,176,222)
#BDB9E2
(189,185,226)
#C5C2E6
(197,194,230)
#CDCBEA
(205,203,234)
#D5D4EE
(213,212,238)
#DDDDF2
(221,221,242)
#E5E6F6
(229,230,246)
#EDEFFA
(237,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D95D2 color. Also use rgb(157,149,210) instead hex code.

Text Font Color

.myTextColor { color: #9D95D2; }

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

This text font color is #9D95D2.

Background Color

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

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

This div background color is #9D95D2.

Border color

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

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

This div border color is #9D95D2.

Opacity

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

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

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

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

This text has shadow with #9D95D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D95D2.

Preview

Color preview on black background

This text has color #9D95D2 on black background.


Color preview on white background

This text has color #9D95D2 on white background.


Black color preview on #9D95D2 background

This text has black color on #9D95D2 background.


White color preview on #9D95D2 background

This text has white color on #9D95D2 background.


Related colors

Complementary color

Complementary color for #hex is #626A2D.


I love getcolorcode.com

Triadic colors

1 #D29D95 and #95D29D with #9D95D2 are triadic colors.

2 #D2959D and #959DD2 with #9D95D2 are triadic colors.