COLOR #949AB8

HEX: #949AB8 RGB: (148,154,184)

Color info

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

RGB color model

#949AB8 color RGB value is (148,154,184).

RGB: (148,154,184) (58%, 60%, 72%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 184 of 255 = 72%

148
154
184

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

Portions of RGB colors in percentages

R + G + B = 148 + 154 + 184 = 486 (100%)
R 148 of 486 ~ 30.45%
G 154 of 486 ~ 31.69%
B 184 of 486 ~ 37.86'%

%30.45
%31.69
%37.86

CMYK color model

#949AB8 color CMYK value is (20,16,0,28).

  • cyan value is 19.57%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (20,16,0,28)
C20M16Y0K28 (20%, 16%, 0%, 28%)
(0.20 / 0.16 / 0.00 / 0.28)

CMYK percentages

%19.57
%16.3
%0
%27.84

Codes

Color #949AB8 in popluar color models

94 9A B8
RGB 148 154 184
HSL 230° 20.22% 65.10%
HSB/HSV 230° 19.57% 72.16%
CMYK 19.57% 16.30% 0.00%
27.84%

Color #949AB8 in popluar number systems.

HEX 94 9A B8
Decimal 148 154 184
Binary 10010100 10011010 10111000
Octal 224 232 270

Shades and tints

Shades of #949AB8

#949AB8
(148,154,184)
#878CA8
(135,140,168)
#7A7E98
(122,126,152)
#6D7088
(109,112,136)
#606278
(96,98,120)
#535468
(83,84,104)
#464658
(70,70,88)
#393848
(57,56,72)
#2C2A38
(44,42,56)
#1F1C28
(31,28,40)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #949AB8

#949AB8
(148,154,184)
#9DA3BE
(157,163,190)
#A6ACC4
(166,172,196)
#AFB5CA
(175,181,202)
#B8BED0
(184,190,208)
#C1C7D6
(193,199,214)
#CAD0DC
(202,208,220)
#D3D9E2
(211,217,226)
#DCE2E8
(220,226,232)
#E5EBEE
(229,235,238)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949AB8 color. Also use rgb(148,154,184) instead hex code.

Text Font Color

.myTextColor { color: #949AB8; }

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

This text font color is #949AB8.

Background Color

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

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

This div background color is #949AB8.

Border color

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

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

This div border color is #949AB8.

Opacity

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

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

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

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

This text has shadow with #949AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949AB8.

Preview

Color preview on black background

This text has color #949AB8 on black background.


Color preview on white background

This text has color #949AB8 on white background.


Black color preview on #949AB8 background

This text has black color on #949AB8 background.


White color preview on #949AB8 background

This text has white color on #949AB8 background.


Related colors

Complementary color

Complementary color for #hex is #6B6547.


I love getcolorcode.com

Triadic colors

1 #B8949A and #9AB894 with #949AB8 are triadic colors.

2 #B89A94 and #9A94B8 with #949AB8 are triadic colors.