COLOR #95EDAB

HEX: #95EDAB
RGB: (149,237,171)

Color info

#95EDAB contains mainly green color. Web safe color of #95EDAB is #99FF99 (or #9F9).

RGB color model

#95EDAB color RGB value is (149,237,171).

  • red value is 149;
  • green value is 237;
  • blue value is 171.
RGB:
(149,237,171)
(58%,93%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 237 of 255 = 93%
B 171 of 255 = 67%

149
237
171

R + G + B ~ 73%. #95EDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 237 + 171 = 557 (100%)
R 149 of 557 ~ 26.75%
G 237 of 557 ~ 42.55%
B 171 of 557 ~ 30.7%

%26.75
%42.55
%30.7

CMYK color model

#95EDAB color CMYK value is (37,0,28,7).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 7.06%
CMYK:
(37,0,28,7)
C37M0Y28K7 
(37%,0%,28%,7%)
(0.37/0.00/0.28/0.07)	

CMYK percentages

%37.13
%0
%27.85
%7.06

Codes

Color #95EDAB in popluar color models

95EDAB
RGB149237171
HSL135°70.97%75.69%
HSB/HSV135°37.13%92.94%
CMYK37.13%0.00%27.85%
7.06%

Color #95EDAB in popluar number systems.

HEX95EDAB
Decimal149237171
Binary100101011110110110101011
Octal225355253

Shades and tints

Shades of #95EDAB

#95EDAB
(149,237,171)
#88D89C
(136,216,156)
#7BC38D
(123,195,141)
#6EAE7E
(110,174,126)
#61996F
(97,153,111)
#548460
(84,132,96)
#476F51
(71,111,81)
#3A5A42
(58,90,66)
#2D4533
(45,69,51)
#203024
(32,48,36)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #95EDAB

#95EDAB
(149,237,171)
#9EEEB2
(158,238,178)
#A7EFB9
(167,239,185)
#B0F0C0
(176,240,192)
#B9F1C7
(185,241,199)
#C2F2CE
(194,242,206)
#CBF3D5
(203,243,213)
#D4F4DC
(212,244,220)
#DDF5E3
(221,245,227)
#E6F6EA
(230,246,234)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EDAB color. Also use rgb(149,237,171) instead hex code.

Text Font Color

.myTextColor { color: #95EDAB; }

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

This text font color is #95EDAB.


Background Color

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

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

This div background color is #95EDAB.


Border color

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

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

This div border color is #95EDAB.


Opacity

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

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

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

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

This text has shadow with #95EDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EDAB on black background.


Color preview on white background

This text has color #95EDAB on white background.



Black color preview on #95EDAB background

This text has black color on #95EDAB background.


White color preview on #95EDAB background

This text has white color on #95EDAB background.