COLOR #95B1B7

HEX: #95B1B7
RGB: (149,177,183)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
177
183

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

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 183 = 509 (100%)
R 149 of 509 ~ 29.27%
G 177 of 509 ~ 34.77%
B 183 of 509 ~ 35.95%

%29.27
%34.77
%35.95

CMYK color model

#95B1B7 color CMYK value is (19,3,0,28).

  • cyan value is 18.58%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(19,3,0,28)
C19M3Y0K28 
(19%,3%,0%,28%)
(0.19/0.03/0.00/0.28)	

CMYK percentages

%18.58
%3.28
%0
%28.24

Codes

Color #95B1B7 in popluar color models

95B1B7
RGB149177183
HSL191°19.10%65.10%
HSB/HSV191°18.58%71.76%
CMYK18.58%3.28%0.00%
28.24%

Color #95B1B7 in popluar number systems.

HEX95B1B7
Decimal149177183
Binary100101011011000110110111
Octal225261267

Shades and tints

Shades of #95B1B7

#95B1B7
(149,177,183)
#88A1A7
(136,161,167)
#7B9197
(123,145,151)
#6E8187
(110,129,135)
#617177
(97,113,119)
#546167
(84,97,103)
#475157
(71,81,87)
#3A4147
(58,65,71)
#2D3137
(45,49,55)
#202127
(32,33,39)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #95B1B7

#95B1B7
(149,177,183)
#9EB8BD
(158,184,189)
#A7BFC3
(167,191,195)
#B0C6C9
(176,198,201)
#B9CDCF
(185,205,207)
#C2D4D5
(194,212,213)
#CBDBDB
(203,219,219)
#D4E2E1
(212,226,225)
#DDE9E7
(221,233,231)
#E6F0ED
(230,240,237)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B1B7; }

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

This text font color is #95B1B7.


Background Color

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

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

This div background color is #95B1B7.


Border color

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

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

This div border color is #95B1B7.


Opacity

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

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

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

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

This text has shadow with #95B1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B1B7 on black background.


Color preview on white background

This text has color #95B1B7 on white background.



Black color preview on #95B1B7 background

This text has black color on #95B1B7 background.


White color preview on #95B1B7 background

This text has white color on #95B1B7 background.