COLOR #95C9A9

HEX: #95C9A9 RGB: (149,201,169)

Color info

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

RGB color model

#95C9A9 color RGB value is (149,201,169).

RGB: (149,201,169) (58%, 79%, 66%)

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 169 of 255 = 66%

149
201
169

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

Portions of RGB colors in percentages

R + G + B = 149 + 201 + 169 = 519 (100%)
R 149 of 519 ~ 28.71%
G 201 of 519 ~ 38.73%
B 169 of 519 ~ 32.56'%

%28.71
%38.73
%32.56

CMYK color model

#95C9A9 color CMYK value is (26,0,16,21).

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

CMYK: (26,0,16,21)
C26M0Y16K21 (26%, 0%, 16%, 21%)
(0.26 / 0.00 / 0.16 / 0.21)

CMYK percentages

%25.87
%0
%15.92
%21.18

Codes

Color #95C9A9 in popluar color models

95 C9 A9
RGB 149 201 169
HSL 143° 32.50% 68.63%
HSB/HSV 143° 25.87% 78.82%
CMYK 25.87% 0.00% 15.92%
21.18%

Color #95C9A9 in popluar number systems.

HEX 95 C9 A9
Decimal 149 201 169
Binary 10010101 11001001 10101001
Octal 225 311 251

Shades and tints

Shades of #95C9A9

#95C9A9
(149,201,169)
#88B79A
(136,183,154)
#7BA58B
(123,165,139)
#6E937C
(110,147,124)
#61816D
(97,129,109)
#546F5E
(84,111,94)
#475D4F
(71,93,79)
#3A4B40
(58,75,64)
#2D3931
(45,57,49)
#202722
(32,39,34)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #95C9A9

#95C9A9
(149,201,169)
#9ECDB0
(158,205,176)
#A7D1B7
(167,209,183)
#B0D5BE
(176,213,190)
#B9D9C5
(185,217,197)
#C2DDCC
(194,221,204)
#CBE1D3
(203,225,211)
#D4E5DA
(212,229,218)
#DDE9E1
(221,233,225)
#E6EDE8
(230,237,232)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C9A9; }

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

This text font color is #95C9A9.

Background Color

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

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

This div background color is #95C9A9.

Border color

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

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

This div border color is #95C9A9.

Opacity

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

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

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

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

This text has shadow with #95C9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C9A9.

Preview

Color preview on black background

This text has color #95C9A9 on black background.


Color preview on white background

This text has color #95C9A9 on white background.


Black color preview on #95C9A9 background

This text has black color on #95C9A9 background.


White color preview on #95C9A9 background

This text has white color on #95C9A9 background.


Related colors

Complementary color

Complementary color for #hex is #6A3656.


I love getcolorcode.com

Triadic colors

1 #A995C9 and #C9A995 with #95C9A9 are triadic colors.

2 #A9C995 and #C995A9 with #95C9A9 are triadic colors.