COLOR #95AE9C

HEX: #95AE9C
RGB: (149,174,156)

Color info

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

RGB color model

#95AE9C color RGB value is (149,174,156).

  • red value is 149;
  • green value is 174;
  • blue value is 156.
RGB:
(149,174,156)
(58%,68%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 156 of 255 = 61%

149
174
156

R + G + B ~ 62%. #95AE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 156 = 479 (100%)
R 149 of 479 ~ 31.11%
G 174 of 479 ~ 36.33%
B 156 of 479 ~ 32.57%

%31.11
%36.33
%32.57

CMYK color model

#95AE9C color CMYK value is (14,0,10,32).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(14,0,10,32)
C14M0Y10K32 
(14%,0%,10%,32%)
(0.14/0.00/0.10/0.32)	

CMYK percentages

%14.37
%0
%10.34
%31.76

Codes

Color #95AE9C in popluar color models

95AE9C
RGB149174156
HSL137°13.37%63.33%
HSB/HSV137°14.37%68.24%
CMYK14.37%0.00%10.34%
31.76%

Color #95AE9C in popluar number systems.

HEX95AE9C
Decimal149174156
Binary100101011010111010011100
Octal225256234

Shades and tints

Shades of #95AE9C

#95AE9C
(149,174,156)
#889F8E
(136,159,142)
#7B9080
(123,144,128)
#6E8172
(110,129,114)
#617264
(97,114,100)
#546356
(84,99,86)
#475448
(71,84,72)
#3A453A
(58,69,58)
#2D362C
(45,54,44)
#20271E
(32,39,30)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #95AE9C

#95AE9C
(149,174,156)
#9EB5A5
(158,181,165)
#A7BCAE
(167,188,174)
#B0C3B7
(176,195,183)
#B9CAC0
(185,202,192)
#C2D1C9
(194,209,201)
#CBD8D2
(203,216,210)
#D4DFDB
(212,223,219)
#DDE6E4
(221,230,228)
#E6EDED
(230,237,237)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AE9C color. Also use rgb(149,174,156) instead hex code.

Text Font Color

.myTextColor { color: #95AE9C; }

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

This text font color is #95AE9C.


Background Color

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

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

This div background color is #95AE9C.


Border color

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

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

This div border color is #95AE9C.


Opacity

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

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

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

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

This text has shadow with #95AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AE9C on black background.


Color preview on white background

This text has color #95AE9C on white background.



Black color preview on #95AE9C background

This text has black color on #95AE9C background.


White color preview on #95AE9C background

This text has white color on #95AE9C background.