COLOR #95D6A5

HEX: #95D6A5
RGB: (149,214,165)

Color info

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

RGB color model

#95D6A5 color RGB value is (149,214,165).

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

RGB channels and saturation

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

149
214
165

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

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 165 = 528 (100%)
R 149 of 528 ~ 28.22%
G 214 of 528 ~ 40.53%
B 165 of 528 ~ 31.25%

%28.22
%40.53
%31.25

CMYK color model

#95D6A5 color CMYK value is (30,0,23,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK:
(30,0,23,16)
C30M0Y23K16 
(30%,0%,23%,16%)
(0.30/0.00/0.23/0.16)	

CMYK percentages

%30.37
%0
%22.9
%16.08

Codes

Color #95D6A5 in popluar color models

95D6A5
RGB149214165
HSL135°44.22%71.18%
HSB/HSV135°30.37%83.92%
CMYK30.37%0.00%22.90%
16.08%

Color #95D6A5 in popluar number systems.

HEX95D6A5
Decimal149214165
Binary100101011101011010100101
Octal225326245

Shades and tints

Shades of #95D6A5

#95D6A5
(149,214,165)
#88C396
(136,195,150)
#7BB087
(123,176,135)
#6E9D78
(110,157,120)
#618A69
(97,138,105)
#54775A
(84,119,90)
#47644B
(71,100,75)
#3A513C
(58,81,60)
#2D3E2D
(45,62,45)
#202B1E
(32,43,30)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #95D6A5

#95D6A5
(149,214,165)
#9ED9AD
(158,217,173)
#A7DCB5
(167,220,181)
#B0DFBD
(176,223,189)
#B9E2C5
(185,226,197)
#C2E5CD
(194,229,205)
#CBE8D5
(203,232,213)
#D4EBDD
(212,235,221)
#DDEEE5
(221,238,229)
#E6F1ED
(230,241,237)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D6A5; }

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

This text font color is #95D6A5.


Background Color

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

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

This div background color is #95D6A5.


Border color

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

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

This div border color is #95D6A5.


Opacity

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

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

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

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

This text has shadow with #95D6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6A5 on black background.


Color preview on white background

This text has color #95D6A5 on white background.



Black color preview on #95D6A5 background

This text has black color on #95D6A5 background.


White color preview on #95D6A5 background

This text has white color on #95D6A5 background.