COLOR #95D6A6

HEX: #95D6A6
RGB: (149,214,166)

Color info

#95D6A6 contains mainly green and blue colors. Web safe color of #95D6A6 is #99CC99 (or #9C9).

RGB color model

#95D6A6 color RGB value is (149,214,166).

  • red value is 149;
  • green value is 214;
  • blue value is 166.
RGB:
(149,214,166)
(58%,84%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 166 of 255 = 65%

149
214
166

R + G + B ~ 69%. #95D6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 166 = 529 (100%)
R 149 of 529 ~ 28.17%
G 214 of 529 ~ 40.45%
B 166 of 529 ~ 31.38%

%28.17
%40.45
%31.38

CMYK color model

#95D6A6 color CMYK value is (30,0,22,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 22.43%
  • key color value is 16.08%
CMYK:
(30,0,22,16)
C30M0Y22K16 
(30%,0%,22%,16%)
(0.30/0.00/0.22/0.16)	

CMYK percentages

%30.37
%0
%22.43
%16.08

Codes

Color #95D6A6 in popluar color models

95D6A6
RGB149214166
HSL136°44.22%71.18%
HSB/HSV136°30.37%83.92%
CMYK30.37%0.00%22.43%
16.08%

Color #95D6A6 in popluar number systems.

HEX95D6A6
Decimal149214166
Binary100101011101011010100110
Octal225326246

Shades and tints

Shades of #95D6A6

#95D6A6
(149,214,166)
#88C397
(136,195,151)
#7BB088
(123,176,136)
#6E9D79
(110,157,121)
#618A6A
(97,138,106)
#54775B
(84,119,91)
#47644C
(71,100,76)
#3A513D
(58,81,61)
#2D3E2E
(45,62,46)
#202B1F
(32,43,31)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #95D6A6

#95D6A6
(149,214,166)
#9ED9AE
(158,217,174)
#A7DCB6
(167,220,182)
#B0DFBE
(176,223,190)
#B9E2C6
(185,226,198)
#C2E5CE
(194,229,206)
#CBE8D6
(203,232,214)
#D4EBDE
(212,235,222)
#DDEEE6
(221,238,230)
#E6F1EE
(230,241,238)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D6A6 color. Also use rgb(149,214,166) instead hex code.

Text Font Color

.myTextColor { color: #95D6A6; }

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

This text font color is #95D6A6.


Background Color

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

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

This div background color is #95D6A6.


Border color

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

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

This div border color is #95D6A6.


Opacity

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

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

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

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

This text has shadow with #95D6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6A6 on black background.


Color preview on white background

This text has color #95D6A6 on white background.



Black color preview on #95D6A6 background

This text has black color on #95D6A6 background.


White color preview on #95D6A6 background

This text has white color on #95D6A6 background.