COLOR #958DC0

HEX: #958DC0
RGB: (149,141,192)

Color info

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

RGB color model

#958DC0 color RGB value is (149,141,192).

  • red value is 149;
  • green value is 141;
  • blue value is 192.
RGB:
(149,141,192)
(58%,55%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 192 of 255 = 75%

149
141
192

R + G + B ~ 63%. #958DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 192 = 482 (100%)
R 149 of 482 ~ 30.91%
G 141 of 482 ~ 29.25%
B 192 of 482 ~ 39.83%

%30.91
%29.25
%39.83

CMYK color model

#958DC0 color CMYK value is (22,27,0,25).

  • cyan value is 22.40%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(22,27,0,25)
C22M27Y0K25 
(22%,27%,0%,25%)
(0.22/0.27/0.00/0.25)	

CMYK percentages

%22.4
%26.56
%0
%24.71

Codes

Color #958DC0 in popluar color models

958DC0
RGB149141192
HSL249°28.81%65.29%
HSB/HSV249°26.56%75.29%
CMYK22.40%26.56%0.00%
24.71%

Color #958DC0 in popluar number systems.

HEX958DC0
Decimal149141192
Binary100101011000110111000000
Octal225215300

Shades and tints

Shades of #958DC0

#958DC0
(149,141,192)
#8881AF
(136,129,175)
#7B759E
(123,117,158)
#6E698D
(110,105,141)
#615D7C
(97,93,124)
#54516B
(84,81,107)
#47455A
(71,69,90)
#3A3949
(58,57,73)
#2D2D38
(45,45,56)
#202127
(32,33,39)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #958DC0

#958DC0
(149,141,192)
#9E97C5
(158,151,197)
#A7A1CA
(167,161,202)
#B0ABCF
(176,171,207)
#B9B5D4
(185,181,212)
#C2BFD9
(194,191,217)
#CBC9DE
(203,201,222)
#D4D3E3
(212,211,227)
#DDDDE8
(221,221,232)
#E6E7ED
(230,231,237)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958DC0 color. Also use rgb(149,141,192) instead hex code.

Text Font Color

.myTextColor { color: #958DC0; }

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

This text font color is #958DC0.


Background Color

.myBgColor { background-color: #958DC0; }

<div style="background-color:#958DC0">Inner text</div>

This div background color is #958DC0.


Border color

.myBorderColor { border: 1px solid #958DC0; }

<div style="border:3px solid #958DC0">Div</div>

This div border color is #958DC0.


Opacity

.myOpacity80 { color: #958DC0; opacity: 0.8; }

<p style="color:#958DC0;opacity:0.8;">80%</p>

Text with #958DC0 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 #958DC0;}

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

This text has shadow with #958DC0 color.

.textShadow {text-shadow: 3px 3px 1px #958DC0, 3px 3px 1px red;}

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

This text has shadow with #958DC0 primary color and red secondary color.


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

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

This text has shadow with #958DC0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958DC0 on black background.


Color preview on white background

This text has color #958DC0 on white background.



Black color preview on #958DC0 background

This text has black color on #958DC0 background.


White color preview on #958DC0 background

This text has white color on #958DC0 background.