COLOR #959FC5

HEX: #959FC5 RGB: (149,159,197)

Color info

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

RGB color model

#959FC5 color RGB value is (149,159,197).

RGB: (149,159,197) (58%, 62%, 77%)

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 197 of 255 = 77%

149
159
197

R + G + B ~ 66%. #959FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 159 + 197 = 505 (100%)
R 149 of 505 ~ 29.5%
G 159 of 505 ~ 31.49%
B 197 of 505 ~ 39.01'%

%29.5
%31.49
%39.01

CMYK color model

#959FC5 color CMYK value is (24,19,0,23).

  • cyan value is 24.37%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (24,19,0,23)
C24M19Y0K23 (24%, 19%, 0%, 23%)
(0.24 / 0.19 / 0.00 / 0.23)

CMYK percentages

%24.37
%19.29
%0
%22.75

Codes

Color #959FC5 in popluar color models

95 9F C5
RGB 149 159 197
HSL 228° 29.27% 67.84%
HSB/HSV 228° 24.37% 77.25%
CMYK 24.37% 19.29% 0.00%
22.75%

Color #959FC5 in popluar number systems.

HEX 95 9F C5
Decimal 149 159 197
Binary 10010101 10011111 11000101
Octal 225 237 305

Shades and tints

Shades of #959FC5

#959FC5
(149,159,197)
#8891B4
(136,145,180)
#7B83A3
(123,131,163)
#6E7592
(110,117,146)
#616781
(97,103,129)
#545970
(84,89,112)
#474B5F
(71,75,95)
#3A3D4E
(58,61,78)
#2D2F3D
(45,47,61)
#20212C
(32,33,44)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #959FC5

#959FC5
(149,159,197)
#9EA7CA
(158,167,202)
#A7AFCF
(167,175,207)
#B0B7D4
(176,183,212)
#B9BFD9
(185,191,217)
#C2C7DE
(194,199,222)
#CBCFE3
(203,207,227)
#D4D7E8
(212,215,232)
#DDDFED
(221,223,237)
#E6E7F2
(230,231,242)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959FC5 color. Also use rgb(149,159,197) instead hex code.

Text Font Color

.myTextColor { color: #959FC5; }

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

This text font color is #959FC5.

Background Color

.myBgColor { background-color: #959FC5; }

<div style="background-color:#959FC5">Inner text</div>

This div background color is #959FC5.

Border color

.myBorderColor { border: 1px solid #959FC5; }

<div style="border:3px solid #959FC5">Div</div>

This div border color is #959FC5.

Opacity

.myOpacity80 { color: #959FC5; opacity: 0.8; }

<p style="color:#959FC5;opacity:0.8;">80%</p>

Text with #959FC5 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 #959FC5;}

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

This text has shadow with #959FC5 color.


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

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

This text has shadow with #959FC5 primary color and red secondary color.


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

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

This text has shadow with #959FC5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #959FC5.

Preview

Color preview on black background

This text has color #959FC5 on black background.


Color preview on white background

This text has color #959FC5 on white background.


Black color preview on #959FC5 background

This text has black color on #959FC5 background.


White color preview on #959FC5 background

This text has white color on #959FC5 background.


Related colors

Complementary color

Complementary color for #hex is #6A603A.


I love getcolorcode.com

Triadic colors

1 #C5959F and #9FC595 with #959FC5 are triadic colors.

2 #C59F95 and #9F95C5 with #959FC5 are triadic colors.