COLOR #95B7A0

HEX: #95B7A0
RGB: (149,183,160)

Color info

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

RGB color model

#95B7A0 color RGB value is (149,183,160).

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

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 160 of 255 = 63%

149
183
160

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

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 160 = 492 (100%)
R 149 of 492 ~ 30.28%
G 183 of 492 ~ 37.2%
B 160 of 492 ~ 32.52%

%30.28
%37.2
%32.52

CMYK color model

#95B7A0 color CMYK value is (19,0,13,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK:
(19,0,13,28)
C19M0Y13K28 
(19%,0%,13%,28%)
(0.19/0.00/0.13/0.28)	

CMYK percentages

%18.58
%0
%12.57
%28.24

Codes

Color #95B7A0 in popluar color models

95B7A0
RGB149183160
HSL139°19.10%65.10%
HSB/HSV139°18.58%71.76%
CMYK18.58%0.00%12.57%
28.24%

Color #95B7A0 in popluar number systems.

HEX95B7A0
Decimal149183160
Binary100101011011011110100000
Octal225267240

Shades and tints

Shades of #95B7A0

#95B7A0
(149,183,160)
#88A792
(136,167,146)
#7B9784
(123,151,132)
#6E8776
(110,135,118)
#617768
(97,119,104)
#54675A
(84,103,90)
#47574C
(71,87,76)
#3A473E
(58,71,62)
#2D3730
(45,55,48)
#202722
(32,39,34)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95B7A0

#95B7A0
(149,183,160)
#9EBDA8
(158,189,168)
#A7C3B0
(167,195,176)
#B0C9B8
(176,201,184)
#B9CFC0
(185,207,192)
#C2D5C8
(194,213,200)
#CBDBD0
(203,219,208)
#D4E1D8
(212,225,216)
#DDE7E0
(221,231,224)
#E6EDE8
(230,237,232)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B7A0; }

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

This text font color is #95B7A0.


Background Color

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

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

This div background color is #95B7A0.


Border color

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

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

This div border color is #95B7A0.


Opacity

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

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

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

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

This text has shadow with #95B7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B7A0 on black background.


Color preview on white background

This text has color #95B7A0 on white background.



Black color preview on #95B7A0 background

This text has black color on #95B7A0 background.


White color preview on #95B7A0 background

This text has white color on #95B7A0 background.