COLOR #95AF9B

HEX: #95AF9B
RGB: (149,175,155)

Color info

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

RGB color model

#95AF9B color RGB value is (149,175,155).

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

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 155 of 255 = 61%

149
175
155

R + G + B ~ 63%. #95AF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 175 + 155 = 479 (100%)
R 149 of 479 ~ 31.11%
G 175 of 479 ~ 36.53%
B 155 of 479 ~ 32.36%

%31.11
%36.53
%32.36

CMYK color model

#95AF9B color CMYK value is (15,0,11,31).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(15,0,11,31)
C15M0Y11K31 
(15%,0%,11%,31%)
(0.15/0.00/0.11/0.31)	

CMYK percentages

%14.86
%0
%11.43
%31.37

Codes

Color #95AF9B in popluar color models

95AF9B
RGB149175155
HSL134°13.98%63.53%
HSB/HSV134°14.86%68.63%
CMYK14.86%0.00%11.43%
31.37%

Color #95AF9B in popluar number systems.

HEX95AF9B
Decimal149175155
Binary100101011010111110011011
Octal225257233

Shades and tints

Shades of #95AF9B

#95AF9B
(149,175,155)
#88A08D
(136,160,141)
#7B917F
(123,145,127)
#6E8271
(110,130,113)
#617363
(97,115,99)
#546455
(84,100,85)
#475547
(71,85,71)
#3A4639
(58,70,57)
#2D372B
(45,55,43)
#20281D
(32,40,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #95AF9B

#95AF9B
(149,175,155)
#9EB6A4
(158,182,164)
#A7BDAD
(167,189,173)
#B0C4B6
(176,196,182)
#B9CBBF
(185,203,191)
#C2D2C8
(194,210,200)
#CBD9D1
(203,217,209)
#D4E0DA
(212,224,218)
#DDE7E3
(221,231,227)
#E6EEEC
(230,238,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AF9B; }

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

This text font color is #95AF9B.


Background Color

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

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

This div background color is #95AF9B.


Border color

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

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

This div border color is #95AF9B.


Opacity

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

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

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

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

This text has shadow with #95AF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AF9B on black background.


Color preview on white background

This text has color #95AF9B on white background.



Black color preview on #95AF9B background

This text has black color on #95AF9B background.


White color preview on #95AF9B background

This text has white color on #95AF9B background.