COLOR #949ED2

HEX: #949ED2 RGB: (148,158,210)

Color info

#949ED2 contains mainly green and blue colors. Web safe color of #949ED2 is #9999CC (or #99C).

RGB color model

#949ED2 color RGB value is (148,158,210).

RGB: (148,158,210) (58%, 62%, 82%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 210 of 255 = 82%

148
158
210

R + G + B ~ 67%. #949ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 158 + 210 = 516 (100%)
R 148 of 516 ~ 28.68%
G 158 of 516 ~ 30.62%
B 210 of 516 ~ 40.7'%

%28.68
%30.62
%40.7

CMYK color model

#949ED2 color CMYK value is (30,25,0,18).

  • cyan value is 29.52%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (30,25,0,18)
C30M25Y0K18 (30%, 25%, 0%, 18%)
(0.30 / 0.25 / 0.00 / 0.18)

CMYK percentages

%29.52
%24.76
%0
%17.65

Codes

Color #949ED2 in popluar color models

94 9E D2
RGB 148 158 210
HSL 230° 40.79% 70.20%
HSB/HSV 230° 29.52% 82.35%
CMYK 29.52% 24.76% 0.00%
17.65%

Color #949ED2 in popluar number systems.

HEX 94 9E D2
Decimal 148 158 210
Binary 10010100 10011110 11010010
Octal 224 236 322

Shades and tints

Shades of #949ED2

#949ED2
(148,158,210)
#8790BF
(135,144,191)
#7A82AC
(122,130,172)
#6D7499
(109,116,153)
#606686
(96,102,134)
#535873
(83,88,115)
#464A60
(70,74,96)
#393C4D
(57,60,77)
#2C2E3A
(44,46,58)
#1F2027
(31,32,39)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #949ED2

#949ED2
(148,158,210)
#9DA6D6
(157,166,214)
#A6AEDA
(166,174,218)
#AFB6DE
(175,182,222)
#B8BEE2
(184,190,226)
#C1C6E6
(193,198,230)
#CACEEA
(202,206,234)
#D3D6EE
(211,214,238)
#DCDEF2
(220,222,242)
#E5E6F6
(229,230,246)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949ED2; }

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

This text font color is #949ED2.

Background Color

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

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

This div background color is #949ED2.

Border color

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

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

This div border color is #949ED2.

Opacity

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

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

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

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

This text has shadow with #949ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949ED2.

Preview

Color preview on black background

This text has color #949ED2 on black background.


Color preview on white background

This text has color #949ED2 on white background.


Black color preview on #949ED2 background

This text has black color on #949ED2 background.


White color preview on #949ED2 background

This text has white color on #949ED2 background.


Related colors

Complementary color

Complementary color for #hex is #6B612D.


I love getcolorcode.com

Triadic colors

1 #D2949E and #9ED294 with #949ED2 are triadic colors.

2 #D29E94 and #9E94D2 with #949ED2 are triadic colors.