COLOR #949EBD

HEX: #949EBD RGB: (148,158,189)

Color info

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

RGB color model

#949EBD color RGB value is (148,158,189).

RGB: (148,158,189) (58%, 62%, 74%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 189 of 255 = 74%

148
158
189

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

Portions of RGB colors in percentages

R + G + B = 148 + 158 + 189 = 495 (100%)
R 148 of 495 ~ 29.9%
G 158 of 495 ~ 31.92%
B 189 of 495 ~ 38.18'%

%29.9
%31.92
%38.18

CMYK color model

#949EBD color CMYK value is (22,16,0,26).

  • cyan value is 21.69%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (22,16,0,26) C22M16Y0K26 (22%,16%,0%,26%) (0.22/0.16/0.00/0.26) 

CMYK percentages

%21.69
%16.4
%0
%25.88

Codes

Color #949EBD in popluar color models

94 9E BD
RGB 148 158 189
HSL 225° 23.70% 66.08%
HSB/HSV 225° 21.69% 74.12%
CMYK 21.69% 16.40% 0.00%
25.88%

Color #949EBD in popluar number systems.

HEX 94 9E BD
Decimal 148 158 189
Binary 10010100 10011110 10111101
Octal 224 236 275

Shades and tints

Shades of #949EBD

#949EBD
(148,158,189)
#8790AC
(135,144,172)
#7A829B
(122,130,155)
#6D748A
(109,116,138)
#606679
(96,102,121)
#535868
(83,88,104)
#464A57
(70,74,87)
#393C46
(57,60,70)
#2C2E35
(44,46,53)
#1F2024
(31,32,36)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #949EBD

#949EBD
(148,158,189)
#9DA6C3
(157,166,195)
#A6AEC9
(166,174,201)
#AFB6CF
(175,182,207)
#B8BED5
(184,190,213)
#C1C6DB
(193,198,219)
#CACEE1
(202,206,225)
#D3D6E7
(211,214,231)
#DCDEED
(220,222,237)
#E5E6F3
(229,230,243)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949EBD; }

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

This text font color is #949EBD.

Background Color

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

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

This div background color is #949EBD.

Border color

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

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

This div border color is #949EBD.

Opacity

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

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

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

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

This text has shadow with #949EBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949EBD.

Preview

Color preview on black background

This text has color #949EBD on black background.


Color preview on white background

This text has color #949EBD on white background.


Black color preview on #949EBD background

This text has black color on #949EBD background.


White color preview on #949EBD background

This text has white color on #949EBD background.


Related colors

Complementary color

Complementary color for #hex is #6B6142.


I love getcolorcode.com

Triadic colors

1 #BD949E and #9EBD94 with #949EBD are triadic colors.

2 #BD9E94 and #9E94BD with #949EBD are triadic colors.