COLOR #95C9AE

HEX: #95C9AE
RGB: (149,201,174)

Color info

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

RGB color model

#95C9AE color RGB value is (149,201,174).

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

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 174 of 255 = 68%

149
201
174

R + G + B ~ 68%. #95C9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 201 + 174 = 524 (100%)
R 149 of 524 ~ 28.44%
G 201 of 524 ~ 38.36%
B 174 of 524 ~ 33.21%

%28.44
%38.36
%33.21

CMYK color model

#95C9AE color CMYK value is (26,0,13,21).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(26,0,13,21)
C26M0Y13K21 
(26%,0%,13%,21%)
(0.26/0.00/0.13/0.21)	

CMYK percentages

%25.87
%0
%13.43
%21.18

Codes

Color #95C9AE in popluar color models

95C9AE
RGB149201174
HSL149°32.50%68.63%
HSB/HSV149°25.87%78.82%
CMYK25.87%0.00%13.43%
21.18%

Color #95C9AE in popluar number systems.

HEX95C9AE
Decimal149201174
Binary100101011100100110101110
Octal225311256

Shades and tints

Shades of #95C9AE

#95C9AE
(149,201,174)
#88B79F
(136,183,159)
#7BA590
(123,165,144)
#6E9381
(110,147,129)
#618172
(97,129,114)
#546F63
(84,111,99)
#475D54
(71,93,84)
#3A4B45
(58,75,69)
#2D3936
(45,57,54)
#202727
(32,39,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #95C9AE

#95C9AE
(149,201,174)
#9ECDB5
(158,205,181)
#A7D1BC
(167,209,188)
#B0D5C3
(176,213,195)
#B9D9CA
(185,217,202)
#C2DDD1
(194,221,209)
#CBE1D8
(203,225,216)
#D4E5DF
(212,229,223)
#DDE9E6
(221,233,230)
#E6EDED
(230,237,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C9AE; }

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

This text font color is #95C9AE.


Background Color

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

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

This div background color is #95C9AE.


Border color

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

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

This div border color is #95C9AE.


Opacity

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

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

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

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

This text has shadow with #95C9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C9AE on black background.


Color preview on white background

This text has color #95C9AE on white background.



Black color preview on #95C9AE background

This text has black color on #95C9AE background.


White color preview on #95C9AE background

This text has white color on #95C9AE background.