COLOR #959CC1

HEX: #959CC1
RGB: (149,156,193)

Color info

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

RGB color model

#959CC1 color RGB value is (149,156,193).

  • red value is 149;
  • green value is 156;
  • blue value is 193.
RGB:
(149,156,193)
(58%,61%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 193 of 255 = 76%

149
156
193

R + G + B ~ 65%. #959CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 193 = 498 (100%)
R 149 of 498 ~ 29.92%
G 156 of 498 ~ 31.33%
B 193 of 498 ~ 38.76%

%29.92
%31.33
%38.76

CMYK color model

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

  • cyan value is 22.80%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,19,0,24)
C23M19Y0K24 
(23%,19%,0%,24%)
(0.23/0.19/0.00/0.24)	

CMYK percentages

%22.8
%19.17
%0
%24.31

Codes

Color #959CC1 in popluar color models

959CC1
RGB149156193
HSL230°26.19%67.06%
HSB/HSV230°22.80%75.69%
CMYK22.80%19.17%0.00%
24.31%

Color #959CC1 in popluar number systems.

HEX959CC1
Decimal149156193
Binary100101011001110011000001
Octal225234301

Shades and tints

Shades of #959CC1

#959CC1
(149,156,193)
#888EB0
(136,142,176)
#7B809F
(123,128,159)
#6E728E
(110,114,142)
#61647D
(97,100,125)
#54566C
(84,86,108)
#47485B
(71,72,91)
#3A3A4A
(58,58,74)
#2D2C39
(45,44,57)
#201E28
(32,30,40)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #959CC1

#959CC1
(149,156,193)
#9EA5C6
(158,165,198)
#A7AECB
(167,174,203)
#B0B7D0
(176,183,208)
#B9C0D5
(185,192,213)
#C2C9DA
(194,201,218)
#CBD2DF
(203,210,223)
#D4DBE4
(212,219,228)
#DDE4E9
(221,228,233)
#E6EDEE
(230,237,238)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959CC1 color. Also use rgb(149,156,193) instead hex code.

Text Font Color

.myTextColor { color: #959CC1; }

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

This text font color is #959CC1.


Background Color

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

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

This div background color is #959CC1.


Border color

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

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

This div border color is #959CC1.


Opacity

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

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

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

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

This text has shadow with #959CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959CC1 on black background.


Color preview on white background

This text has color #959CC1 on white background.



Black color preview on #959CC1 background

This text has black color on #959CC1 background.


White color preview on #959CC1 background

This text has white color on #959CC1 background.