COLOR #95E0B7

HEX: #95E0B7
RGB: (149,224,183)

Color info

#95E0B7 contains mainly green and blue colors. Web safe color of #95E0B7 is #99CCCC (or #9CC).

RGB color model

#95E0B7 color RGB value is (149,224,183).

  • red value is 149;
  • green value is 224;
  • blue value is 183.
RGB:
(149,224,183)
(58%,88%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 224 of 255 = 88%
B 183 of 255 = 72%

149
224
183

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

Portions of RGB colors in percentages

R + G + B =
149 + 224 + 183 = 556 (100%)
R 149 of 556 ~ 26.8%
G 224 of 556 ~ 40.29%
B 183 of 556 ~ 32.91%

%26.8
%40.29
%32.91

CMYK color model

#95E0B7 color CMYK value is (33,0,18,12).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 12.16%
CMYK:
(33,0,18,12)
C33M0Y18K12 
(33%,0%,18%,12%)
(0.33/0.00/0.18/0.12)	

CMYK percentages

%33.48
%0
%18.3
%12.16

Codes

Color #95E0B7 in popluar color models

95E0B7
RGB149224183
HSL147°54.74%73.14%
HSB/HSV147°33.48%87.84%
CMYK33.48%0.00%18.30%
12.16%

Color #95E0B7 in popluar number systems.

HEX95E0B7
Decimal149224183
Binary100101011110000010110111
Octal225340267

Shades and tints

Shades of #95E0B7

#95E0B7
(149,224,183)
#88CCA7
(136,204,167)
#7BB897
(123,184,151)
#6EA487
(110,164,135)
#619077
(97,144,119)
#547C67
(84,124,103)
#476857
(71,104,87)
#3A5447
(58,84,71)
#2D4037
(45,64,55)
#202C27
(32,44,39)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #95E0B7

#95E0B7
(149,224,183)
#9EE2BD
(158,226,189)
#A7E4C3
(167,228,195)
#B0E6C9
(176,230,201)
#B9E8CF
(185,232,207)
#C2EAD5
(194,234,213)
#CBECDB
(203,236,219)
#D4EEE1
(212,238,225)
#DDF0E7
(221,240,231)
#E6F2ED
(230,242,237)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E0B7 color. Also use rgb(149,224,183) instead hex code.

Text Font Color

.myTextColor { color: #95E0B7; }

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

This text font color is #95E0B7.


Background Color

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

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

This div background color is #95E0B7.


Border color

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

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

This div border color is #95E0B7.


Opacity

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

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

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

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

This text has shadow with #95E0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E0B7 on black background.


Color preview on white background

This text has color #95E0B7 on white background.



Black color preview on #95E0B7 background

This text has black color on #95E0B7 background.


White color preview on #95E0B7 background

This text has white color on #95E0B7 background.