COLOR #95F4E9

HEX: #95F4E9
RGB: (149,244,233)

Color info

#95F4E9 contains mainly green and blue colors. Web safe color of #95F4E9 is #99FFFF (or #9FF).

RGB color model

#95F4E9 color RGB value is (149,244,233).

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

RGB channels and saturation

R 149 of 255 = 58%
G 244 of 255 = 96%
B 233 of 255 = 91%

149
244
233

R + G + B ~ 82%. #95F4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 244 + 233 = 626 (100%)
R 149 of 626 ~ 23.8%
G 244 of 626 ~ 38.98%
B 233 of 626 ~ 37.22%

%23.8
%38.98
%37.22

CMYK color model

#95F4E9 color CMYK value is (39,0,5,4).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 4.31%
CMYK:
(39,0,5,4)
C39M0Y5K4 
(39%,0%,5%,4%)
(0.39/0.00/0.05/0.04)	

CMYK percentages

%38.93
%0
%4.51
%4.31

Codes

Color #95F4E9 in popluar color models

95F4E9
RGB149244233
HSL173°81.20%77.06%
HSB/HSV173°38.93%95.69%
CMYK38.93%0.00%4.51%
4.31%

Color #95F4E9 in popluar number systems.

HEX95F4E9
Decimal149244233
Binary100101011111010011101001
Octal225364351

Shades and tints

Shades of #95F4E9

#95F4E9
(149,244,233)
#88DED4
(136,222,212)
#7BC8BF
(123,200,191)
#6EB2AA
(110,178,170)
#619C95
(97,156,149)
#548680
(84,134,128)
#47706B
(71,112,107)
#3A5A56
(58,90,86)
#2D4441
(45,68,65)
#202E2C
(32,46,44)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #95F4E9

#95F4E9
(149,244,233)
#9EF5EB
(158,245,235)
#A7F6ED
(167,246,237)
#B0F7EF
(176,247,239)
#B9F8F1
(185,248,241)
#C2F9F3
(194,249,243)
#CBFAF5
(203,250,245)
#D4FBF7
(212,251,247)
#DDFCF9
(221,252,249)
#E6FDFB
(230,253,251)
#EFFEFD
(239,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95F4E9; }

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

This text font color is #95F4E9.


Background Color

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

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

This div background color is #95F4E9.


Border color

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

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

This div border color is #95F4E9.


Opacity

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

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

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

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

This text has shadow with #95F4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F4E9 on black background.


Color preview on white background

This text has color #95F4E9 on white background.



Black color preview on #95F4E9 background

This text has black color on #95F4E9 background.


White color preview on #95F4E9 background

This text has white color on #95F4E9 background.