COLOR #95B7AF

HEX: #95B7AF
RGB: (149,183,175)

Color info

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

RGB color model

#95B7AF color RGB value is (149,183,175).

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

RGB channels and saturation

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

149
183
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 175 = 507 (100%)
R 149 of 507 ~ 29.39%
G 183 of 507 ~ 36.09%
B 175 of 507 ~ 34.52%

%29.39
%36.09
%34.52

CMYK color model

#95B7AF color CMYK value is (19,0,4,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK:
(19,0,4,28)
C19M0Y4K28 
(19%,0%,4%,28%)
(0.19/0.00/0.04/0.28)	

CMYK percentages

%18.58
%0
%4.37
%28.24

Codes

Color #95B7AF in popluar color models

95B7AF
RGB149183175
HSL166°19.10%65.10%
HSB/HSV166°18.58%71.76%
CMYK18.58%0.00%4.37%
28.24%

Color #95B7AF in popluar number systems.

HEX95B7AF
Decimal149183175
Binary100101011011011110101111
Octal225267257

Shades and tints

Shades of #95B7AF

#95B7AF
(149,183,175)
#88A7A0
(136,167,160)
#7B9791
(123,151,145)
#6E8782
(110,135,130)
#617773
(97,119,115)
#546764
(84,103,100)
#475755
(71,87,85)
#3A4746
(58,71,70)
#2D3737
(45,55,55)
#202728
(32,39,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #95B7AF

#95B7AF
(149,183,175)
#9EBDB6
(158,189,182)
#A7C3BD
(167,195,189)
#B0C9C4
(176,201,196)
#B9CFCB
(185,207,203)
#C2D5D2
(194,213,210)
#CBDBD9
(203,219,217)
#D4E1E0
(212,225,224)
#DDE7E7
(221,231,231)
#E6EDEE
(230,237,238)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B7AF; }

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

This text font color is #95B7AF.


Background Color

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

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

This div background color is #95B7AF.


Border color

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

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

This div border color is #95B7AF.


Opacity

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

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

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

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

This text has shadow with #95B7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B7AF on black background.


Color preview on white background

This text has color #95B7AF on white background.



Black color preview on #95B7AF background

This text has black color on #95B7AF background.


White color preview on #95B7AF background

This text has white color on #95B7AF background.