COLOR #95C5AE

HEX: #95C5AE
RGB: (149,197,174)

Color info

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

RGB color model

#95C5AE color RGB value is (149,197,174).

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

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 174 of 255 = 68%

149
197
174

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

Portions of RGB colors in percentages

R + G + B =
149 + 197 + 174 = 520 (100%)
R 149 of 520 ~ 28.65%
G 197 of 520 ~ 37.88%
B 174 of 520 ~ 33.46%

%28.65
%37.88
%33.46

CMYK color model

#95C5AE color CMYK value is (24,0,12,23).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(24,0,12,23)
C24M0Y12K23 
(24%,0%,12%,23%)
(0.24/0.00/0.12/0.23)	

CMYK percentages

%24.37
%0
%11.68
%22.75

Codes

Color #95C5AE in popluar color models

95C5AE
RGB149197174
HSL151°29.27%67.84%
HSB/HSV151°24.37%77.25%
CMYK24.37%0.00%11.68%
22.75%

Color #95C5AE in popluar number systems.

HEX95C5AE
Decimal149197174
Binary100101011100010110101110
Octal225305256

Shades and tints

Shades of #95C5AE

#95C5AE
(149,197,174)
#88B49F
(136,180,159)
#7BA390
(123,163,144)
#6E9281
(110,146,129)
#618172
(97,129,114)
#547063
(84,112,99)
#475F54
(71,95,84)
#3A4E45
(58,78,69)
#2D3D36
(45,61,54)
#202C27
(32,44,39)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #95C5AE

#95C5AE
(149,197,174)
#9ECAB5
(158,202,181)
#A7CFBC
(167,207,188)
#B0D4C3
(176,212,195)
#B9D9CA
(185,217,202)
#C2DED1
(194,222,209)
#CBE3D8
(203,227,216)
#D4E8DF
(212,232,223)
#DDEDE6
(221,237,230)
#E6F2ED
(230,242,237)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C5AE; }

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

This text font color is #95C5AE.


Background Color

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

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

This div background color is #95C5AE.


Border color

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

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

This div border color is #95C5AE.


Opacity

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

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

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

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

This text has shadow with #95C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C5AE on black background.


Color preview on white background

This text has color #95C5AE on white background.



Black color preview on #95C5AE background

This text has black color on #95C5AE background.


White color preview on #95C5AE background

This text has white color on #95C5AE background.