COLOR #95B8BA

HEX: #95B8BA
RGB: (149,184,186)

Color info

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

RGB color model

#95B8BA color RGB value is (149,184,186).

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

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 186 of 255 = 73%

149
184
186

R + G + B ~ 68%. #95B8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 186 = 519 (100%)
R 149 of 519 ~ 28.71%
G 184 of 519 ~ 35.45%
B 186 of 519 ~ 35.84%

%28.71
%35.45
%35.84

CMYK color model

#95B8BA color CMYK value is (20,1,0,27).

  • cyan value is 19.89%
  • magenta value is 1.08%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,1,0,27)
C20M1Y0K27 
(20%,1%,0%,27%)
(0.20/0.01/0.00/0.27)	

CMYK percentages

%19.89
%1.08
%0
%27.06

Codes

Color #95B8BA in popluar color models

95B8BA
RGB149184186
HSL183°21.14%65.69%
HSB/HSV183°19.89%72.94%
CMYK19.89%1.08%0.00%
27.06%

Color #95B8BA in popluar number systems.

HEX95B8BA
Decimal149184186
Binary100101011011100010111010
Octal225270272

Shades and tints

Shades of #95B8BA

#95B8BA
(149,184,186)
#88A8AA
(136,168,170)
#7B989A
(123,152,154)
#6E888A
(110,136,138)
#61787A
(97,120,122)
#54686A
(84,104,106)
#47585A
(71,88,90)
#3A484A
(58,72,74)
#2D383A
(45,56,58)
#20282A
(32,40,42)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #95B8BA

#95B8BA
(149,184,186)
#9EBEC0
(158,190,192)
#A7C4C6
(167,196,198)
#B0CACC
(176,202,204)
#B9D0D2
(185,208,210)
#C2D6D8
(194,214,216)
#CBDCDE
(203,220,222)
#D4E2E4
(212,226,228)
#DDE8EA
(221,232,234)
#E6EEF0
(230,238,240)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B8BA; }

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

This text font color is #95B8BA.


Background Color

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

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

This div background color is #95B8BA.


Border color

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

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

This div border color is #95B8BA.


Opacity

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

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

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

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

This text has shadow with #95B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B8BA on black background.


Color preview on white background

This text has color #95B8BA on white background.



Black color preview on #95B8BA background

This text has black color on #95B8BA background.


White color preview on #95B8BA background

This text has white color on #95B8BA background.