COLOR #9D95D4

HEX: #9D95D4
RGB: (157,149,212)

Color info

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

RGB color model

#9D95D4 color RGB value is (157,149,212).

  • red value is 157;
  • green value is 149;
  • blue value is 212.
RGB:
(157,149,212)
(62%,58%,83%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 212 of 255 = 83%

157
149
212

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 212 = 518 (100%)
R 157 of 518 ~ 30.31%
G 149 of 518 ~ 28.76%
B 212 of 518 ~ 40.93%

%30.31
%28.76
%40.93

CMYK color model

#9D95D4 color CMYK value is (26,30,0,17).

  • cyan value is 25.94%
  • magenta value is 29.72%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(26,30,0,17)
C26M30Y0K17 
(26%,30%,0%,17%)
(0.26/0.30/0.00/0.17)	

CMYK percentages

%25.94
%29.72
%0
%16.86

Codes

Color #9D95D4 in popluar color models

9D95D4
RGB157149212
HSL248°42.28%70.78%
HSB/HSV248°29.72%83.14%
CMYK25.94%29.72%0.00%
16.86%

Color #9D95D4 in popluar number systems.

HEX9D95D4
Decimal157149212
Binary100111011001010111010100
Octal235225324

Shades and tints

Shades of #9D95D4

#9D95D4
(157,149,212)
#8F88C1
(143,136,193)
#817BAE
(129,123,174)
#736E9B
(115,110,155)
#656188
(101,97,136)
#575475
(87,84,117)
#494762
(73,71,98)
#3B3A4F
(59,58,79)
#2D2D3C
(45,45,60)
#1F2029
(31,32,41)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #9D95D4

#9D95D4
(157,149,212)
#A59ED7
(165,158,215)
#ADA7DA
(173,167,218)
#B5B0DD
(181,176,221)
#BDB9E0
(189,185,224)
#C5C2E3
(197,194,227)
#CDCBE6
(205,203,230)
#D5D4E9
(213,212,233)
#DDDDEC
(221,221,236)
#E5E6EF
(229,230,239)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D95D4; }

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

This text font color is #9D95D4.


Background Color

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

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

This div background color is #9D95D4.


Border color

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

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

This div border color is #9D95D4.


Opacity

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

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

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

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

This text has shadow with #9D95D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D95D4 on black background.


Color preview on white background

This text has color #9D95D4 on white background.



Black color preview on #9D95D4 background

This text has black color on #9D95D4 background.


White color preview on #9D95D4 background

This text has white color on #9D95D4 background.