COLOR #95B1B1

HEX: #95B1B1
RGB: (149,177,177)

Color info

#95B1B1 contains red, green and blue colors in about the same proportion. Web safe color of #95B1B1 is #999999 (or #999).

RGB color model

#95B1B1 color RGB value is (149,177,177).

  • red value is 149;
  • green value is 177;
  • blue value is 177.
RGB:
(149,177,177)
(58%,69%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 177 of 255 = 69%

149
177
177

R + G + B ~ 65%. #95B1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 177 = 503 (100%)
R 149 of 503 ~ 29.62%
G 177 of 503 ~ 35.19%
B 177 of 503 ~ 35.19%

%29.62
%35.19
%35.19

CMYK color model

#95B1B1 color CMYK value is (16,0,0,31).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(16,0,0,31)
C16M0Y0K31 
(16%,0%,0%,31%)
(0.16/0.00/0.00/0.31)	

CMYK percentages

%15.82
%0
%0
%30.59

Codes

Color #95B1B1 in popluar color models

95B1B1
RGB149177177
HSL180°15.22%63.92%
HSB/HSV180°15.82%69.41%
CMYK15.82%0.00%0.00%
30.59%

Color #95B1B1 in popluar number systems.

HEX95B1B1
Decimal149177177
Binary100101011011000110110001
Octal225261261

Shades and tints

Shades of #95B1B1

#95B1B1
(149,177,177)
#88A1A1
(136,161,161)
#7B9191
(123,145,145)
#6E8181
(110,129,129)
#617171
(97,113,113)
#546161
(84,97,97)
#475151
(71,81,81)
#3A4141
(58,65,65)
#2D3131
(45,49,49)
#202121
(32,33,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #95B1B1

#95B1B1
(149,177,177)
#9EB8B8
(158,184,184)
#A7BFBF
(167,191,191)
#B0C6C6
(176,198,198)
#B9CDCD
(185,205,205)
#C2D4D4
(194,212,212)
#CBDBDB
(203,219,219)
#D4E2E2
(212,226,226)
#DDE9E9
(221,233,233)
#E6F0F0
(230,240,240)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B1B1; }

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

This text font color is #95B1B1.


Background Color

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

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

This div background color is #95B1B1.


Border color

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

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

This div border color is #95B1B1.


Opacity

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

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

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

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

This text has shadow with #95B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B1B1 on black background.


Color preview on white background

This text has color #95B1B1 on white background.



Black color preview on #95B1B1 background

This text has black color on #95B1B1 background.


White color preview on #95B1B1 background

This text has white color on #95B1B1 background.