COLOR #95D7AD

HEX: #95D7AD RGB: (149,215,173)

Color info

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

RGB color model

#95D7AD color RGB value is (149,215,173).

RGB: (149,215,173) (58%, 84%, 68%)

RGB channels and saturation

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

149
215
173

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

Portions of RGB colors in percentages

R + G + B = 149 + 215 + 173 = 537 (100%)
R 149 of 537 ~ 27.75%
G 215 of 537 ~ 40.04%
B 173 of 537 ~ 32.22'%

%27.75
%40.04
%32.22

CMYK color model

#95D7AD color CMYK value is (31,0,20,16).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%

CMYK: (31,0,20,16)
C31M0Y20K16 (31%, 0%, 20%, 16%)
(0.31 / 0.00 / 0.20 / 0.16)

CMYK percentages

%30.7
%0
%19.53
%15.69

Codes

Color #95D7AD in popluar color models

95 D7 AD
RGB 149 215 173
HSL 142° 45.21% 71.37%
HSB/HSV 142° 30.70% 84.31%
CMYK 30.70% 0.00% 19.53%
15.69%

Color #95D7AD in popluar number systems.

HEX 95 D7 AD
Decimal 149 215 173
Binary 10010101 11010111 10101101
Octal 225 327 255

Shades and tints

Shades of #95D7AD

#95D7AD
(149,215,173)
#88C49E
(136,196,158)
#7BB18F
(123,177,143)
#6E9E80
(110,158,128)
#618B71
(97,139,113)
#547862
(84,120,98)
#476553
(71,101,83)
#3A5244
(58,82,68)
#2D3F35
(45,63,53)
#202C26
(32,44,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #95D7AD

#95D7AD
(149,215,173)
#9EDAB4
(158,218,180)
#A7DDBB
(167,221,187)
#B0E0C2
(176,224,194)
#B9E3C9
(185,227,201)
#C2E6D0
(194,230,208)
#CBE9D7
(203,233,215)
#D4ECDE
(212,236,222)
#DDEFE5
(221,239,229)
#E6F2EC
(230,242,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D7AD; }

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

This text font color is #95D7AD.

Background Color

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

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

This div background color is #95D7AD.

Border color

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

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

This div border color is #95D7AD.

Opacity

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

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

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

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

This text has shadow with #95D7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95D7AD.

Preview

Color preview on black background

This text has color #95D7AD on black background.


Color preview on white background

This text has color #95D7AD on white background.


Black color preview on #95D7AD background

This text has black color on #95D7AD background.


White color preview on #95D7AD background

This text has white color on #95D7AD background.


Related colors

Complementary color

Complementary color for #hex is #6A2852.


I love getcolorcode.com

Triadic colors

1 #AD95D7 and #D7AD95 with #95D7AD are triadic colors.

2 #ADD795 and #D795AD with #95D7AD are triadic colors.