COLOR #95C4A3

HEX: #95C4A3 RGB: (149,196,163)

Color info

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

RGB color model

#95C4A3 color RGB value is (149,196,163).

RGB: (149,196,163) (58%, 77%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 196 of 255 = 77%
B 163 of 255 = 64%

149
196
163

R + G + B ~ 66%. #95C4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 196 + 163 = 508 (100%)
R 149 of 508 ~ 29.33%
G 196 of 508 ~ 38.58%
B 163 of 508 ~ 32.09'%

%29.33
%38.58
%32.09

CMYK color model

#95C4A3 color CMYK value is (24,0,17,23).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 23.14%

CMYK: (24,0,17,23)
C24M0Y17K23 (24%, 0%, 17%, 23%)
(0.24 / 0.00 / 0.17 / 0.23)

CMYK percentages

%23.98
%0
%16.84
%23.14

Codes

Color #95C4A3 in popluar color models

95 C4 A3
RGB 149 196 163
HSL 138° 28.48% 67.65%
HSB/HSV 138° 23.98% 76.86%
CMYK 23.98% 0.00% 16.84%
23.14%

Color #95C4A3 in popluar number systems.

HEX 95 C4 A3
Decimal 149 196 163
Binary 10010101 11000100 10100011
Octal 225 304 243

Shades and tints

Shades of #95C4A3

#95C4A3
(149,196,163)
#88B395
(136,179,149)
#7BA287
(123,162,135)
#6E9179
(110,145,121)
#61806B
(97,128,107)
#546F5D
(84,111,93)
#475E4F
(71,94,79)
#3A4D41
(58,77,65)
#2D3C33
(45,60,51)
#202B25
(32,43,37)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #95C4A3

#95C4A3
(149,196,163)
#9EC9AB
(158,201,171)
#A7CEB3
(167,206,179)
#B0D3BB
(176,211,187)
#B9D8C3
(185,216,195)
#C2DDCB
(194,221,203)
#CBE2D3
(203,226,211)
#D4E7DB
(212,231,219)
#DDECE3
(221,236,227)
#E6F1EB
(230,241,235)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C4A3 color. Also use rgb(149,196,163) instead hex code.

Text Font Color

.myTextColor { color: #95C4A3; }

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

This text font color is #95C4A3.

Background Color

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

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

This div background color is #95C4A3.

Border color

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

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

This div border color is #95C4A3.

Opacity

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

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

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

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

This text has shadow with #95C4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C4A3.

Preview

Color preview on black background

This text has color #95C4A3 on black background.


Color preview on white background

This text has color #95C4A3 on white background.


Black color preview on #95C4A3 background

This text has black color on #95C4A3 background.


White color preview on #95C4A3 background

This text has white color on #95C4A3 background.


Related colors

Complementary color

Complementary color for #hex is #6A3B5C.


I love getcolorcode.com

Triadic colors

1 #A395C4 and #C4A395 with #95C4A3 are triadic colors.

2 #A3C495 and #C495A3 with #95C4A3 are triadic colors.