COLOR #9F9ACD

HEX: #9F9ACD RGB: (159,154,205)

Color info

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

RGB color model

#9F9ACD color RGB value is (159,154,205).

RGB: (159,154,205) (62%, 60%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 154 of 255 = 60%
B 205 of 255 = 80%

159
154
205

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

Portions of RGB colors in percentages

R + G + B = 159 + 154 + 205 = 518 (100%)
R 159 of 518 ~ 30.69%
G 154 of 518 ~ 29.73%
B 205 of 518 ~ 39.58'%

%30.69
%29.73
%39.58

CMYK color model

#9F9ACD color CMYK value is (22,25,0,20).

  • cyan value is 22.44%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (22,25,0,20)
C22M25Y0K20 (22%, 25%, 0%, 20%)
(0.22 / 0.25 / 0.00 / 0.20)

CMYK percentages

%22.44
%24.88
%0
%19.61

Codes

Color #9F9ACD in popluar color models

9F 9A CD
RGB 159 154 205
HSL 246° 33.77% 70.39%
HSB/HSV 246° 24.88% 80.39%
CMYK 22.44% 24.88% 0.00%
19.61%

Color #9F9ACD in popluar number systems.

HEX 9F 9A CD
Decimal 159 154 205
Binary 10011111 10011010 11001101
Octal 237 232 315

Shades and tints

Shades of #9F9ACD

#9F9ACD
(159,154,205)
#918CBB
(145,140,187)
#837EA9
(131,126,169)
#757097
(117,112,151)
#676285
(103,98,133)
#595473
(89,84,115)
#4B4661
(75,70,97)
#3D384F
(61,56,79)
#2F2A3D
(47,42,61)
#211C2B
(33,28,43)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #9F9ACD

#9F9ACD
(159,154,205)
#A7A3D1
(167,163,209)
#AFACD5
(175,172,213)
#B7B5D9
(183,181,217)
#BFBEDD
(191,190,221)
#C7C7E1
(199,199,225)
#CFD0E5
(207,208,229)
#D7D9E9
(215,217,233)
#DFE2ED
(223,226,237)
#E7EBF1
(231,235,241)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9ACD color. Also use rgb(159,154,205) instead hex code.

Text Font Color

.myTextColor { color: #9F9ACD; }

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

This text font color is #9F9ACD.

Background Color

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

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

This div background color is #9F9ACD.

Border color

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

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

This div border color is #9F9ACD.

Opacity

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

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

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

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

This text has shadow with #9F9ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9ACD.

Preview

Color preview on black background

This text has color #9F9ACD on black background.


Color preview on white background

This text has color #9F9ACD on white background.


Black color preview on #9F9ACD background

This text has black color on #9F9ACD background.


White color preview on #9F9ACD background

This text has white color on #9F9ACD background.


Related colors

Complementary color

Complementary color for #hex is #606532.


I love getcolorcode.com

Triadic colors

1 #CD9F9A and #9ACD9F with #9F9ACD are triadic colors.

2 #CD9A9F and #9A9FCD with #9F9ACD are triadic colors.