COLOR #95C8AA

HEX: #95C8AA
RGB: (149,200,170)

Color info

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

RGB color model

#95C8AA color RGB value is (149,200,170).

  • red value is 149;
  • green value is 200;
  • blue value is 170.
RGB:
(149,200,170)
(58%,78%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 200 of 255 = 78%
B 170 of 255 = 67%

149
200
170

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

Portions of RGB colors in percentages

R + G + B =
149 + 200 + 170 = 519 (100%)
R 149 of 519 ~ 28.71%
G 200 of 519 ~ 38.54%
B 170 of 519 ~ 32.76%

%28.71
%38.54
%32.76

CMYK color model

#95C8AA color CMYK value is (26,0,15,22).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(26,0,15,22)
C26M0Y15K22 
(26%,0%,15%,22%)
(0.26/0.00/0.15/0.22)	

CMYK percentages

%25.5
%0
%15
%21.57

Codes

Color #95C8AA in popluar color models

95C8AA
RGB149200170
HSL145°31.68%68.43%
HSB/HSV145°25.50%78.43%
CMYK25.50%0.00%15.00%
21.57%

Color #95C8AA in popluar number systems.

HEX95C8AA
Decimal149200170
Binary100101011100100010101010
Octal225310252

Shades and tints

Shades of #95C8AA

#95C8AA
(149,200,170)
#88B69B
(136,182,155)
#7BA48C
(123,164,140)
#6E927D
(110,146,125)
#61806E
(97,128,110)
#546E5F
(84,110,95)
#475C50
(71,92,80)
#3A4A41
(58,74,65)
#2D3832
(45,56,50)
#202623
(32,38,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #95C8AA

#95C8AA
(149,200,170)
#9ECDB1
(158,205,177)
#A7D2B8
(167,210,184)
#B0D7BF
(176,215,191)
#B9DCC6
(185,220,198)
#C2E1CD
(194,225,205)
#CBE6D4
(203,230,212)
#D4EBDB
(212,235,219)
#DDF0E2
(221,240,226)
#E6F5E9
(230,245,233)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C8AA color. Also use rgb(149,200,170) instead hex code.

Text Font Color

.myTextColor { color: #95C8AA; }

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

This text font color is #95C8AA.


Background Color

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

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

This div background color is #95C8AA.


Border color

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

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

This div border color is #95C8AA.


Opacity

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

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

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

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

This text has shadow with #95C8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C8AA on black background.


Color preview on white background

This text has color #95C8AA on white background.



Black color preview on #95C8AA background

This text has black color on #95C8AA background.


White color preview on #95C8AA background

This text has white color on #95C8AA background.