COLOR #95FEF8

HEX: #95FEF8
RGB: (149,254,248)

Color info

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

RGB color model

#95FEF8 color RGB value is (149,254,248).

  • red value is 149;
  • green value is 254;
  • blue value is 248.
RGB:
(149,254,248)
(58%,100%,97%)

RGB channels and saturation

R 149 of 255 = 58%
G 254 of 255 = 100%
B 248 of 255 = 97%

149
254
248

R + G + B ~ 85%. #95FEF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 254 + 248 = 651 (100%)
R 149 of 651 ~ 22.89%
G 254 of 651 ~ 39.02%
B 248 of 651 ~ 38.1%

%22.89
%39.02
%38.1

CMYK color model

#95FEF8 color CMYK value is (41,0,2,0).

  • cyan value is 41.34%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(41,0,2,0)
C41M0Y2K0 
(41%,0%,2%,0%)
(0.41/0.00/0.02/0.00)	

CMYK percentages

%41.34
%0
%2.36
%0.39

Codes

Color #95FEF8 in popluar color models

95FEF8
RGB149254248
HSL177°98.13%79.02%
HSB/HSV177°41.34%99.61%
CMYK41.34%0.00%2.36%
0.39%

Color #95FEF8 in popluar number systems.

HEX95FEF8
Decimal149254248
Binary100101011111111011111000
Octal225376370

Shades and tints

Shades of #95FEF8

#95FEF8
(149,254,248)
#88E7E2
(136,231,226)
#7BD0CC
(123,208,204)
#6EB9B6
(110,185,182)
#61A2A0
(97,162,160)
#548B8A
(84,139,138)
#477474
(71,116,116)
#3A5D5E
(58,93,94)
#2D4648
(45,70,72)
#202F32
(32,47,50)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #95FEF8

#95FEF8
(149,254,248)
#9EFEF8
(158,254,248)
#A7FEF8
(167,254,248)
#B0FEF8
(176,254,248)
#B9FEF8
(185,254,248)
#C2FEF8
(194,254,248)
#CBFEF8
(203,254,248)
#D4FEF8
(212,254,248)
#DDFEF8
(221,254,248)
#E6FEF8
(230,254,248)
#EFFEF8
(239,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FEF8 color. Also use rgb(149,254,248) instead hex code.

Text Font Color

.myTextColor { color: #95FEF8; }

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

This text font color is #95FEF8.


Background Color

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

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

This div background color is #95FEF8.


Border color

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

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

This div border color is #95FEF8.


Opacity

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

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

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

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

This text has shadow with #95FEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95FEF8 on black background.


Color preview on white background

This text has color #95FEF8 on white background.



Black color preview on #95FEF8 background

This text has black color on #95FEF8 background.


White color preview on #95FEF8 background

This text has white color on #95FEF8 background.