COLOR #95B1A3

HEX: #95B1A3
RGB: (149,177,163)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
177
163

R + G + B ~ 64%. #95B1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 163 = 489 (100%)
R 149 of 489 ~ 30.47%
G 177 of 489 ~ 36.2%
B 163 of 489 ~ 33.33%

%30.47
%36.2
%33.33

CMYK color model

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

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

CMYK percentages

%15.82
%0
%7.91
%30.59

Codes

Color #95B1A3 in popluar color models

95B1A3
RGB149177163
HSL150°15.22%63.92%
HSB/HSV150°15.82%69.41%
CMYK15.82%0.00%7.91%
30.59%

Color #95B1A3 in popluar number systems.

HEX95B1A3
Decimal149177163
Binary100101011011000110100011
Octal225261243

Shades and tints

Shades of #95B1A3

#95B1A3
(149,177,163)
#88A195
(136,161,149)
#7B9187
(123,145,135)
#6E8179
(110,129,121)
#61716B
(97,113,107)
#54615D
(84,97,93)
#47514F
(71,81,79)
#3A4141
(58,65,65)
#2D3133
(45,49,51)
#202125
(32,33,37)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #95B1A3

#95B1A3
(149,177,163)
#9EB8AB
(158,184,171)
#A7BFB3
(167,191,179)
#B0C6BB
(176,198,187)
#B9CDC3
(185,205,195)
#C2D4CB
(194,212,203)
#CBDBD3
(203,219,211)
#D4E2DB
(212,226,219)
#DDE9E3
(221,233,227)
#E6F0EB
(230,240,235)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B1A3; }

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

This text font color is #95B1A3.


Background Color

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

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

This div background color is #95B1A3.


Border color

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

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

This div border color is #95B1A3.


Opacity

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

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

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

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

This text has shadow with #95B1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B1A3 on black background.


Color preview on white background

This text has color #95B1A3 on white background.



Black color preview on #95B1A3 background

This text has black color on #95B1A3 background.


White color preview on #95B1A3 background

This text has white color on #95B1A3 background.