COLOR #95D5AD

HEX: #95D5AD
RGB: (149,213,173)

Color info

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

RGB color model

#95D5AD color RGB value is (149,213,173).

  • red value is 149;
  • green value is 213;
  • blue value is 173.
RGB:
(149,213,173)
(58%,84%,68%)

RGB channels and saturation

R 149 of 255 = 58%
G 213 of 255 = 84%
B 173 of 255 = 68%

149
213
173

R + G + B ~ 70%. #95D5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 213 + 173 = 535 (100%)
R 149 of 535 ~ 27.85%
G 213 of 535 ~ 39.81%
B 173 of 535 ~ 32.34%

%27.85
%39.81
%32.34

CMYK color model

#95D5AD color CMYK value is (30,0,19,16).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(30,0,19,16)
C30M0Y19K16 
(30%,0%,19%,16%)
(0.30/0.00/0.19/0.16)	

CMYK percentages

%30.05
%0
%18.78
%16.47

Codes

Color #95D5AD in popluar color models

95D5AD
RGB149213173
HSL143°43.24%70.98%
HSB/HSV143°30.05%83.53%
CMYK30.05%0.00%18.78%
16.47%

Color #95D5AD in popluar number systems.

HEX95D5AD
Decimal149213173
Binary100101011101010110101101
Octal225325255

Shades and tints

Shades of #95D5AD

#95D5AD
(149,213,173)
#88C29E
(136,194,158)
#7BAF8F
(123,175,143)
#6E9C80
(110,156,128)
#618971
(97,137,113)
#547662
(84,118,98)
#476353
(71,99,83)
#3A5044
(58,80,68)
#2D3D35
(45,61,53)
#202A26
(32,42,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #95D5AD

#95D5AD
(149,213,173)
#9ED8B4
(158,216,180)
#A7DBBB
(167,219,187)
#B0DEC2
(176,222,194)
#B9E1C9
(185,225,201)
#C2E4D0
(194,228,208)
#CBE7D7
(203,231,215)
#D4EADE
(212,234,222)
#DDEDE5
(221,237,229)
#E6F0EC
(230,240,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D5AD color. Also use rgb(149,213,173) instead hex code.

Text Font Color

.myTextColor { color: #95D5AD; }

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

This text font color is #95D5AD.


Background Color

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

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

This div background color is #95D5AD.


Border color

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

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

This div border color is #95D5AD.


Opacity

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

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

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

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

This text has shadow with #95D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D5AD on black background.


Color preview on white background

This text has color #95D5AD on white background.



Black color preview on #95D5AD background

This text has black color on #95D5AD background.


White color preview on #95D5AD background

This text has white color on #95D5AD background.