COLOR #95F1EF

HEX: #95F1EF
RGB: (149,241,239)

Color info

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

RGB color model

#95F1EF color RGB value is (149,241,239).

  • red value is 149;
  • green value is 241;
  • blue value is 239.
RGB:
(149,241,239)
(58%,95%,94%)

RGB channels and saturation

R 149 of 255 = 58%
G 241 of 255 = 95%
B 239 of 255 = 94%

149
241
239

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

Portions of RGB colors in percentages

R + G + B =
149 + 241 + 239 = 629 (100%)
R 149 of 629 ~ 23.69%
G 241 of 629 ~ 38.31%
B 239 of 629 ~ 38%

%23.69
%38.31
%38

CMYK color model

#95F1EF color CMYK value is (38,0,1,5).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(38,0,1,5)
C38M0Y1K5 
(38%,0%,1%,5%)
(0.38/0.00/0.01/0.05)	

CMYK percentages

%38.17
%0
%0.83
%5.49

Codes

Color #95F1EF in popluar color models

95F1EF
RGB149241239
HSL179°76.67%76.47%
HSB/HSV179°38.17%94.51%
CMYK38.17%0.00%0.83%
5.49%

Color #95F1EF in popluar number systems.

HEX95F1EF
Decimal149241239
Binary100101011111000111101111
Octal225361357

Shades and tints

Shades of #95F1EF

#95F1EF
(149,241,239)
#88DCDA
(136,220,218)
#7BC7C5
(123,199,197)
#6EB2B0
(110,178,176)
#619D9B
(97,157,155)
#548886
(84,136,134)
#477371
(71,115,113)
#3A5E5C
(58,94,92)
#2D4947
(45,73,71)
#203432
(32,52,50)
#131F1D
(19,31,29)
#000000
(0,0,0)

Tints of #95F1EF

#95F1EF
(149,241,239)
#9EF2F0
(158,242,240)
#A7F3F1
(167,243,241)
#B0F4F2
(176,244,242)
#B9F5F3
(185,245,243)
#C2F6F4
(194,246,244)
#CBF7F5
(203,247,245)
#D4F8F6
(212,248,246)
#DDF9F7
(221,249,247)
#E6FAF8
(230,250,248)
#EFFBF9
(239,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F1EF color. Also use rgb(149,241,239) instead hex code.

Text Font Color

.myTextColor { color: #95F1EF; }

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

This text font color is #95F1EF.


Background Color

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

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

This div background color is #95F1EF.


Border color

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

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

This div border color is #95F1EF.


Opacity

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

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

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

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

This text has shadow with #95F1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F1EF on black background.


Color preview on white background

This text has color #95F1EF on white background.



Black color preview on #95F1EF background

This text has black color on #95F1EF background.


White color preview on #95F1EF background

This text has white color on #95F1EF background.