COLOR #9D94CD

HEX: #9D94CD
RGB: (157,148,205)

Color info

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

RGB color model

#9D94CD color RGB value is (157,148,205).

  • red value is 157;
  • green value is 148;
  • blue value is 205.
RGB:
(157,148,205)
(62%,58%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 205 of 255 = 80%

157
148
205

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

Portions of RGB colors in percentages

R + G + B =
157 + 148 + 205 = 510 (100%)
R 157 of 510 ~ 30.78%
G 148 of 510 ~ 29.02%
B 205 of 510 ~ 40.2%

%30.78
%29.02
%40.2

CMYK color model

#9D94CD color CMYK value is (23,28,0,20).

  • cyan value is 23.41%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,28,0,20)
C23M28Y0K20 
(23%,28%,0%,20%)
(0.23/0.28/0.00/0.20)	

CMYK percentages

%23.41
%27.8
%0
%19.61

Codes

Color #9D94CD in popluar color models

9D94CD
RGB157148205
HSL249°36.31%69.22%
HSB/HSV249°27.80%80.39%
CMYK23.41%27.80%0.00%
19.61%

Color #9D94CD in popluar number systems.

HEX9D94CD
Decimal157148205
Binary100111011001010011001101
Octal235224315

Shades and tints

Shades of #9D94CD

#9D94CD
(157,148,205)
#8F87BB
(143,135,187)
#817AA9
(129,122,169)
#736D97
(115,109,151)
#656085
(101,96,133)
#575373
(87,83,115)
#494661
(73,70,97)
#3B394F
(59,57,79)
#2D2C3D
(45,44,61)
#1F1F2B
(31,31,43)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #9D94CD

#9D94CD
(157,148,205)
#A59DD1
(165,157,209)
#ADA6D5
(173,166,213)
#B5AFD9
(181,175,217)
#BDB8DD
(189,184,221)
#C5C1E1
(197,193,225)
#CDCAE5
(205,202,229)
#D5D3E9
(213,211,233)
#DDDCED
(221,220,237)
#E5E5F1
(229,229,241)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D94CD color. Also use rgb(157,148,205) instead hex code.

Text Font Color

.myTextColor { color: #9D94CD; }

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

This text font color is #9D94CD.


Background Color

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

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

This div background color is #9D94CD.


Border color

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

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

This div border color is #9D94CD.


Opacity

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

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

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

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

This text has shadow with #9D94CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D94CD on black background.


Color preview on white background

This text has color #9D94CD on white background.



Black color preview on #9D94CD background

This text has black color on #9D94CD background.


White color preview on #9D94CD background

This text has white color on #9D94CD background.