COLOR #95ABBF

HEX: #95ABBF
RGB: (149,171,191)

Color info

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

RGB color model

#95ABBF color RGB value is (149,171,191).

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

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 191 of 255 = 75%

149
171
191

R + G + B ~ 67%. #95ABBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 191 = 511 (100%)
R 149 of 511 ~ 29.16%
G 171 of 511 ~ 33.46%
B 191 of 511 ~ 37.38%

%29.16
%33.46
%37.38

CMYK color model

#95ABBF color CMYK value is (22,10,0,25).

  • cyan value is 21.99%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(22,10,0,25)
C22M10Y0K25 
(22%,10%,0%,25%)
(0.22/0.10/0.00/0.25)	

CMYK percentages

%21.99
%10.47
%0
%25.1

Codes

Color #95ABBF in popluar color models

95ABBF
RGB149171191
HSL209°24.71%66.67%
HSB/HSV209°21.99%74.90%
CMYK21.99%10.47%0.00%
25.10%

Color #95ABBF in popluar number systems.

HEX95ABBF
Decimal149171191
Binary100101011010101110111111
Octal225253277

Shades and tints

Shades of #95ABBF

#95ABBF
(149,171,191)
#889CAE
(136,156,174)
#7B8D9D
(123,141,157)
#6E7E8C
(110,126,140)
#616F7B
(97,111,123)
#54606A
(84,96,106)
#475159
(71,81,89)
#3A4248
(58,66,72)
#2D3337
(45,51,55)
#202426
(32,36,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #95ABBF

#95ABBF
(149,171,191)
#9EB2C4
(158,178,196)
#A7B9C9
(167,185,201)
#B0C0CE
(176,192,206)
#B9C7D3
(185,199,211)
#C2CED8
(194,206,216)
#CBD5DD
(203,213,221)
#D4DCE2
(212,220,226)
#DDE3E7
(221,227,231)
#E6EAEC
(230,234,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ABBF; }

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

This text font color is #95ABBF.


Background Color

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

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

This div background color is #95ABBF.


Border color

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

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

This div border color is #95ABBF.


Opacity

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

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

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

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

This text has shadow with #95ABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ABBF on black background.


Color preview on white background

This text has color #95ABBF on white background.



Black color preview on #95ABBF background

This text has black color on #95ABBF background.


White color preview on #95ABBF background

This text has white color on #95ABBF background.