COLOR #949EC1

HEX: #949EC1 RGB: (148,158,193)

Color info

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

RGB color model

#949EC1 color RGB value is (148,158,193).

RGB: (148,158,193) (58%, 62%, 76%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 193 of 255 = 76%

148
158
193

R + G + B ~ 65%. #949EC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 158 + 193 = 499 (100%)
R 148 of 499 ~ 29.66%
G 158 of 499 ~ 31.66%
B 193 of 499 ~ 38.68'%

%29.66
%31.66
%38.68

CMYK color model

#949EC1 color CMYK value is (23,18,0,24).

  • cyan value is 23.32%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (23,18,0,24)
C23M18Y0K24 (23%, 18%, 0%, 24%)
(0.23 / 0.18 / 0.00 / 0.24)

CMYK percentages

%23.32
%18.13
%0
%24.31

Codes

Color #949EC1 in popluar color models

94 9E C1
RGB 148 158 193
HSL 227° 26.63% 66.86%
HSB/HSV 227° 23.32% 75.69%
CMYK 23.32% 18.13% 0.00%
24.31%

Color #949EC1 in popluar number systems.

HEX 94 9E C1
Decimal 148 158 193
Binary 10010100 10011110 11000001
Octal 224 236 301

Shades and tints

Shades of #949EC1

#949EC1
(148,158,193)
#8790B0
(135,144,176)
#7A829F
(122,130,159)
#6D748E
(109,116,142)
#60667D
(96,102,125)
#53586C
(83,88,108)
#464A5B
(70,74,91)
#393C4A
(57,60,74)
#2C2E39
(44,46,57)
#1F2028
(31,32,40)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #949EC1

#949EC1
(148,158,193)
#9DA6C6
(157,166,198)
#A6AECB
(166,174,203)
#AFB6D0
(175,182,208)
#B8BED5
(184,190,213)
#C1C6DA
(193,198,218)
#CACEDF
(202,206,223)
#D3D6E4
(211,214,228)
#DCDEE9
(220,222,233)
#E5E6EE
(229,230,238)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949EC1 color. Also use rgb(148,158,193) instead hex code.

Text Font Color

.myTextColor { color: #949EC1; }

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

This text font color is #949EC1.

Background Color

.myBgColor { background-color: #949EC1; }

<div style="background-color:#949EC1">Inner text</div>

This div background color is #949EC1.

Border color

.myBorderColor { border: 1px solid #949EC1; }

<div style="border:3px solid #949EC1">Div</div>

This div border color is #949EC1.

Opacity

.myOpacity80 { color: #949EC1; opacity: 0.8; }

<p style="color:#949EC1;opacity:0.8;">80%</p>

Text with #949EC1 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 #949EC1;}

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

This text has shadow with #949EC1 color.


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

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

This text has shadow with #949EC1 primary color and red secondary color.


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

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

This text has shadow with #949EC1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #949EC1.

Preview

Color preview on black background

This text has color #949EC1 on black background.


Color preview on white background

This text has color #949EC1 on white background.


Black color preview on #949EC1 background

This text has black color on #949EC1 background.


White color preview on #949EC1 background

This text has white color on #949EC1 background.


Related colors

Complementary color

Complementary color for #hex is #6B613E.


I love getcolorcode.com

Triadic colors

1 #C1949E and #9EC194 with #949EC1 are triadic colors.

2 #C19E94 and #9E94C1 with #949EC1 are triadic colors.