COLOR #949BB6

HEX: #949BB6
RGB: (148,155,182)

Color info

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

RGB color model

#949BB6 color RGB value is (148,155,182).

  • red value is 148;
  • green value is 155;
  • blue value is 182.
RGB: (148,155,182) (58%,61%,71%)

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 182 of 255 = 71%

148
155
182

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

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 182 = 485 (100%)
R 148 of 485 ~ 30.52%
G 155 of 485 ~ 31.96%
B 182 of 485 ~ 37.53%

%30.52
%31.96
%37.53

CMYK color model

#949BB6 color CMYK value is (19,15,0,29).

  • cyan value is 18.68%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (19,15,0,29) C19M15Y0K29 (19%,15%,0%,29%) (0.19/0.15/0.00/0.29)

CMYK percentages

%18.68
%14.84
%0
%28.63

Codes

Color #949BB6 in popluar color models

949BB6
RGB148155182
HSL228°18.89%64.71%
HSB/HSV228°18.68%71.37%
CMYK18.68%14.84%0.00%
28.63%

Color #949BB6 in popluar number systems.

HEX949BB6
Decimal148155182
Binary100101001001101110110110
Octal224233266

Shades and tints

Shades of #949BB6

#949BB6
(148,155,182)
#878DA6
(135,141,166)
#7A7F96
(122,127,150)
#6D7186
(109,113,134)
#606376
(96,99,118)
#535566
(83,85,102)
#464756
(70,71,86)
#393946
(57,57,70)
#2C2B36
(44,43,54)
#1F1D26
(31,29,38)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #949BB6

#949BB6
(148,155,182)
#9DA4BC
(157,164,188)
#A6ADC2
(166,173,194)
#AFB6C8
(175,182,200)
#B8BFCE
(184,191,206)
#C1C8D4
(193,200,212)
#CAD1DA
(202,209,218)
#D3DAE0
(211,218,224)
#DCE3E6
(220,227,230)
#E5ECEC
(229,236,236)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949BB6 color. Also use rgb(148,155,182) instead hex code.

Text Font Color

.myTextColor { color: #949BB6; }

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

This text font color is #949BB6.


Background Color

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

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

This div background color is #949BB6.


Border color

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

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

This div border color is #949BB6.


Opacity

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

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

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

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

This text has shadow with #949BB6 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #949BB6; -webkit-box-shadow:	1px 1px 3px 2px #949BB6; box-shadow:	1px 1px 3px 2px #949BB6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #949BB6; -webkit-box-shadow: 1px 1px 3px 2px #949BB6; box-shadow:1px 1px 3px 2px #949BB6;">
Div content here</div>
This div box has shadow with color #949BB6.

Preview

Color preview on black background

This text has color #949BB6 on black background.


Color preview on white background

This text has color #949BB6 on white background.



Black color preview on #949BB6 background

This text has black color on #949BB6 background.


White color preview on #949BB6 background

This text has white color on #949BB6 background.