COLOR #95ABBA

HEX: #95ABBA
RGB: (149,171,186)

Color info

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

RGB color model

#95ABBA color RGB value is (149,171,186).

  • red value is 149;
  • green value is 171;
  • blue value is 186.
RGB:
(149,171,186)
(58%,67%,73%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 186 of 255 = 73%

149
171
186

R + G + B ~ 66%. #95ABBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 186 = 506 (100%)
R 149 of 506 ~ 29.45%
G 171 of 506 ~ 33.79%
B 186 of 506 ~ 36.76%

%29.45
%33.79
%36.76

CMYK color model

#95ABBA color CMYK value is (20,8,0,27).

  • cyan value is 19.89%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,8,0,27)
C20M8Y0K27 
(20%,8%,0%,27%)
(0.20/0.08/0.00/0.27)	

CMYK percentages

%19.89
%8.06
%0
%27.06

Codes

Color #95ABBA in popluar color models

95ABBA
RGB149171186
HSL204°21.14%65.69%
HSB/HSV204°19.89%72.94%
CMYK19.89%8.06%0.00%
27.06%

Color #95ABBA in popluar number systems.

HEX95ABBA
Decimal149171186
Binary100101011010101110111010
Octal225253272

Shades and tints

Shades of #95ABBA

#95ABBA
(149,171,186)
#889CAA
(136,156,170)
#7B8D9A
(123,141,154)
#6E7E8A
(110,126,138)
#616F7A
(97,111,122)
#54606A
(84,96,106)
#47515A
(71,81,90)
#3A424A
(58,66,74)
#2D333A
(45,51,58)
#20242A
(32,36,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #95ABBA

#95ABBA
(149,171,186)
#9EB2C0
(158,178,192)
#A7B9C6
(167,185,198)
#B0C0CC
(176,192,204)
#B9C7D2
(185,199,210)
#C2CED8
(194,206,216)
#CBD5DE
(203,213,222)
#D4DCE4
(212,220,228)
#DDE3EA
(221,227,234)
#E6EAF0
(230,234,240)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ABBA color. Also use rgb(149,171,186) instead hex code.

Text Font Color

.myTextColor { color: #95ABBA; }

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

This text font color is #95ABBA.


Background Color

.myBgColor { background-color: #95ABBA; }

<div style="background-color:#95ABBA">Inner text</div>

This div background color is #95ABBA.


Border color

.myBorderColor { border: 1px solid #95ABBA; }

<div style="border:3px solid #95ABBA">Div</div>

This div border color is #95ABBA.


Opacity

.myOpacity80 { color: #95ABBA; opacity: 0.8; }

<p style="color:#95ABBA;opacity:0.8;">80%</p>

Text with #95ABBA 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 #95ABBA;}

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

This text has shadow with #95ABBA color.

.textShadow {text-shadow: 3px 3px 1px #95ABBA, 3px 3px 1px red;}

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

This text has shadow with #95ABBA primary color and red secondary color.


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

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

This text has shadow with #95ABBA and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95ABBA;
-webkit-box-shadow: 1px 1px 3px 2px #95ABBA;
box-shadow:1px 1px 3px 2px #95ABBA;">
Div content here</div>
This div box has shadow with color #95ABBA.

Preview

Color preview on black background

This text has color #95ABBA on black background.


Color preview on white background

This text has color #95ABBA on white background.



Black color preview on #95ABBA background

This text has black color on #95ABBA background.


White color preview on #95ABBA background

This text has white color on #95ABBA background.