COLOR #95E9C8

HEX: #95E9C8
RGB: (149,233,200)

Color info

#95E9C8 contains mainly green and blue colors. Web safe color of #95E9C8 is #99FFCC (or #9FC).

RGB color model

#95E9C8 color RGB value is (149,233,200).

  • red value is 149;
  • green value is 233;
  • blue value is 200.
RGB:
(149,233,200)
(58%,91%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 233 of 255 = 91%
B 200 of 255 = 78%

149
233
200

R + G + B ~ 76%. #95E9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 233 + 200 = 582 (100%)
R 149 of 582 ~ 25.6%
G 233 of 582 ~ 40.03%
B 200 of 582 ~ 34.36%

%25.6
%40.03
%34.36

CMYK color model

#95E9C8 color CMYK value is (36,0,14,9).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(36,0,14,9)
C36M0Y14K9 
(36%,0%,14%,9%)
(0.36/0.00/0.14/0.09)	

CMYK percentages

%36.05
%0
%14.16
%8.63

Codes

Color #95E9C8 in popluar color models

95E9C8
RGB149233200
HSL156°65.63%74.90%
HSB/HSV156°36.05%91.37%
CMYK36.05%0.00%14.16%
8.63%

Color #95E9C8 in popluar number systems.

HEX95E9C8
Decimal149233200
Binary100101011110100111001000
Octal225351310

Shades and tints

Shades of #95E9C8

#95E9C8
(149,233,200)
#88D4B6
(136,212,182)
#7BBFA4
(123,191,164)
#6EAA92
(110,170,146)
#619580
(97,149,128)
#54806E
(84,128,110)
#476B5C
(71,107,92)
#3A564A
(58,86,74)
#2D4138
(45,65,56)
#202C26
(32,44,38)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95E9C8

#95E9C8
(149,233,200)
#9EEBCD
(158,235,205)
#A7EDD2
(167,237,210)
#B0EFD7
(176,239,215)
#B9F1DC
(185,241,220)
#C2F3E1
(194,243,225)
#CBF5E6
(203,245,230)
#D4F7EB
(212,247,235)
#DDF9F0
(221,249,240)
#E6FBF5
(230,251,245)
#EFFDFA
(239,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E9C8 color. Also use rgb(149,233,200) instead hex code.

Text Font Color

.myTextColor { color: #95E9C8; }

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

This text font color is #95E9C8.


Background Color

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

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

This div background color is #95E9C8.


Border color

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

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

This div border color is #95E9C8.


Opacity

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

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

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

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

This text has shadow with #95E9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E9C8 on black background.


Color preview on white background

This text has color #95E9C8 on white background.



Black color preview on #95E9C8 background

This text has black color on #95E9C8 background.


White color preview on #95E9C8 background

This text has white color on #95E9C8 background.