COLOR #949DB3

HEX: #949DB3 RGB: (148,157,179)

Color info

#949DB3 contains red, green and blue colors in about the same proportion. Web safe color of #949DB3 is #999999 (or #999).

RGB color model

#949DB3 color RGB value is (148,157,179).

RGB: (148,157,179) (58%, 62%, 70%)

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 179 of 255 = 70%

148
157
179

R + G + B ~ 63%. #949DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 157 + 179 = 484 (100%)
R 148 of 484 ~ 30.58%
G 157 of 484 ~ 32.44%
B 179 of 484 ~ 36.98'%

%30.58
%32.44
%36.98

CMYK color model

#949DB3 color CMYK value is (17,12,0,30).

  • cyan value is 17.32%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (17,12,0,30)
C17M12Y0K30 (17%, 12%, 0%, 30%)
(0.17 / 0.12 / 0.00 / 0.30)

CMYK percentages

%17.32
%12.29
%0
%29.8

Codes

Color #949DB3 in popluar color models

94 9D B3
RGB 148 157 179
HSL 223° 16.94% 64.12%
HSB/HSV 223° 17.32% 70.20%
CMYK 17.32% 12.29% 0.00%
29.80%

Color #949DB3 in popluar number systems.

HEX 94 9D B3
Decimal 148 157 179
Binary 10010100 10011101 10110011
Octal 224 235 263

Shades and tints

Shades of #949DB3

#949DB3
(148,157,179)
#878FA3
(135,143,163)
#7A8193
(122,129,147)
#6D7383
(109,115,131)
#606573
(96,101,115)
#535763
(83,87,99)
#464953
(70,73,83)
#393B43
(57,59,67)
#2C2D33
(44,45,51)
#1F1F23
(31,31,35)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #949DB3

#949DB3
(148,157,179)
#9DA5B9
(157,165,185)
#A6ADBF
(166,173,191)
#AFB5C5
(175,181,197)
#B8BDCB
(184,189,203)
#C1C5D1
(193,197,209)
#CACDD7
(202,205,215)
#D3D5DD
(211,213,221)
#DCDDE3
(220,221,227)
#E5E5E9
(229,229,233)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949DB3; }

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

This text font color is #949DB3.

Background Color

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

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

This div background color is #949DB3.

Border color

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

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

This div border color is #949DB3.

Opacity

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

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

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

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

This text has shadow with #949DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949DB3.

Preview

Color preview on black background

This text has color #949DB3 on black background.


Color preview on white background

This text has color #949DB3 on white background.


Black color preview on #949DB3 background

This text has black color on #949DB3 background.


White color preview on #949DB3 background

This text has white color on #949DB3 background.


Related colors

Complementary color

Complementary color for #hex is #6B624C.


I love getcolorcode.com

Triadic colors

1 #B3949D and #9DB394 with #949DB3 are triadic colors.

2 #B39D94 and #9D94B3 with #949DB3 are triadic colors.