COLOR #95B6BA

HEX: #95B6BA
RGB: (149,182,186)

Color info

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

RGB color model

#95B6BA color RGB value is (149,182,186).

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

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 186 of 255 = 73%

149
182
186

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

Portions of RGB colors in percentages

R + G + B =
149 + 182 + 186 = 517 (100%)
R 149 of 517 ~ 28.82%
G 182 of 517 ~ 35.2%
B 186 of 517 ~ 35.98%

%28.82
%35.2
%35.98

CMYK color model

#95B6BA color CMYK value is (20,2,0,27).

  • cyan value is 19.89%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,2,0,27)
C20M2Y0K27 
(20%,2%,0%,27%)
(0.20/0.02/0.00/0.27)	

CMYK percentages

%19.89
%2.15
%0
%27.06

Codes

Color #95B6BA in popluar color models

95B6BA
RGB149182186
HSL186°21.14%65.69%
HSB/HSV186°19.89%72.94%
CMYK19.89%2.15%0.00%
27.06%

Color #95B6BA in popluar number systems.

HEX95B6BA
Decimal149182186
Binary100101011011011010111010
Octal225266272

Shades and tints

Shades of #95B6BA

#95B6BA
(149,182,186)
#88A6AA
(136,166,170)
#7B969A
(123,150,154)
#6E868A
(110,134,138)
#61767A
(97,118,122)
#54666A
(84,102,106)
#47565A
(71,86,90)
#3A464A
(58,70,74)
#2D363A
(45,54,58)
#20262A
(32,38,42)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #95B6BA

#95B6BA
(149,182,186)
#9EBCC0
(158,188,192)
#A7C2C6
(167,194,198)
#B0C8CC
(176,200,204)
#B9CED2
(185,206,210)
#C2D4D8
(194,212,216)
#CBDADE
(203,218,222)
#D4E0E4
(212,224,228)
#DDE6EA
(221,230,234)
#E6ECF0
(230,236,240)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B6BA; }

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

This text font color is #95B6BA.


Background Color

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

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

This div background color is #95B6BA.


Border color

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

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

This div border color is #95B6BA.


Opacity

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

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

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

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

This text has shadow with #95B6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B6BA on black background.


Color preview on white background

This text has color #95B6BA on white background.



Black color preview on #95B6BA background

This text has black color on #95B6BA background.


White color preview on #95B6BA background

This text has white color on #95B6BA background.