COLOR #95C9AA

HEX: #95C9AA RGB: (149,201,170)

Color info

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

RGB color model

#95C9AA color RGB value is (149,201,170).

RGB: (149,201,170) (58%, 79%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 170 of 255 = 67%

149
201
170

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

Portions of RGB colors in percentages

R + G + B = 149 + 201 + 170 = 520 (100%)
R 149 of 520 ~ 28.65%
G 201 of 520 ~ 38.65%
B 170 of 520 ~ 32.69'%

%28.65
%38.65
%32.69

CMYK color model

#95C9AA color CMYK value is (26,0,15,21).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (26,0,15,21)
C26M0Y15K21 (26%, 0%, 15%, 21%)
(0.26 / 0.00 / 0.15 / 0.21)

CMYK percentages

%25.87
%0
%15.42
%21.18

Codes

Color #95C9AA in popluar color models

95 C9 AA
RGB 149 201 170
HSL 144° 32.50% 68.63%
HSB/HSV 144° 25.87% 78.82%
CMYK 25.87% 0.00% 15.42%
21.18%

Color #95C9AA in popluar number systems.

HEX 95 C9 AA
Decimal 149 201 170
Binary 10010101 11001001 10101010
Octal 225 311 252

Shades and tints

Shades of #95C9AA

#95C9AA
(149,201,170)
#88B79B
(136,183,155)
#7BA58C
(123,165,140)
#6E937D
(110,147,125)
#61816E
(97,129,110)
#546F5F
(84,111,95)
#475D50
(71,93,80)
#3A4B41
(58,75,65)
#2D3932
(45,57,50)
#202723
(32,39,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #95C9AA

#95C9AA
(149,201,170)
#9ECDB1
(158,205,177)
#A7D1B8
(167,209,184)
#B0D5BF
(176,213,191)
#B9D9C6
(185,217,198)
#C2DDCD
(194,221,205)
#CBE1D4
(203,225,212)
#D4E5DB
(212,229,219)
#DDE9E2
(221,233,226)
#E6EDE9
(230,237,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C9AA; }

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

This text font color is #95C9AA.

Background Color

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

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

This div background color is #95C9AA.

Border color

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

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

This div border color is #95C9AA.

Opacity

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

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

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

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

This text has shadow with #95C9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C9AA.

Preview

Color preview on black background

This text has color #95C9AA on black background.


Color preview on white background

This text has color #95C9AA on white background.


Black color preview on #95C9AA background

This text has black color on #95C9AA background.


White color preview on #95C9AA background

This text has white color on #95C9AA background.


Related colors

Complementary color

Complementary color for #hex is #6A3655.


I love getcolorcode.com

Triadic colors

1 #AA95C9 and #C9AA95 with #95C9AA are triadic colors.

2 #AAC995 and #C995AA with #95C9AA are triadic colors.