COLOR #949DE5

HEX: #949DE5 RGB: (148,157,229)

Color info

#949DE5 contains mainly blue color. Web safe color of #949DE5 is #9999CC (or #99C).

RGB color model

#949DE5 color RGB value is (148,157,229).

RGB: (148,157,229) (58%, 62%, 90%)

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 229 of 255 = 90%

148
157
229

R + G + B ~ 70%. #949DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 157 + 229 = 534 (100%)
R 148 of 534 ~ 27.72%
G 157 of 534 ~ 29.4%
B 229 of 534 ~ 42.88'%

%27.72
%29.4
%42.88

CMYK color model

#949DE5 color CMYK value is (35,31,0,10).

  • cyan value is 35.37%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (35,31,0,10) C35M31Y0K10 (35%,31%,0%,10%) (0.35/0.31/0.00/0.10) 

CMYK percentages

%35.37
%31.44
%0
%10.2

Codes

Color #949DE5 in popluar color models

94 9D E5
RGB 148 157 229
HSL 233° 60.90% 73.92%
HSB/HSV 233° 35.37% 89.80%
CMYK 35.37% 31.44% 0.00%
10.20%

Color #949DE5 in popluar number systems.

HEX 94 9D E5
Decimal 148 157 229
Binary 10010100 10011101 11100101
Octal 224 235 345

Shades and tints

Shades of #949DE5

#949DE5
(148,157,229)
#878FD1
(135,143,209)
#7A81BD
(122,129,189)
#6D73A9
(109,115,169)
#606595
(96,101,149)
#535781
(83,87,129)
#46496D
(70,73,109)
#393B59
(57,59,89)
#2C2D45
(44,45,69)
#1F1F31
(31,31,49)
#12111D
(18,17,29)
#000000
(0,0,0)

Tints of #949DE5

#949DE5
(148,157,229)
#9DA5E7
(157,165,231)
#A6ADE9
(166,173,233)
#AFB5EB
(175,181,235)
#B8BDED
(184,189,237)
#C1C5EF
(193,197,239)
#CACDF1
(202,205,241)
#D3D5F3
(211,213,243)
#DCDDF5
(220,221,245)
#E5E5F7
(229,229,247)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949DE5 color. Also use rgb(148,157,229) instead hex code.

Text Font Color

.myTextColor { color: #949DE5; }

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

This text font color is #949DE5.

Background Color

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

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

This div background color is #949DE5.

Border color

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

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

This div border color is #949DE5.

Opacity

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

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

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

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

This text has shadow with #949DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949DE5.

Preview

Color preview on black background

This text has color #949DE5 on black background.


Color preview on white background

This text has color #949DE5 on white background.


Black color preview on #949DE5 background

This text has black color on #949DE5 background.


White color preview on #949DE5 background

This text has white color on #949DE5 background.


Related colors

Complementary color

Complementary color for #hex is #6B621A.


I love getcolorcode.com

Triadic colors

1 #E5949D and #9DE594 with #949DE5 are triadic colors.

2 #E59D94 and #9D94E5 with #949DE5 are triadic colors.