COLOR #95E6E4

HEX: #95E6E4
RGB: (149,230,228)

Color info

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

RGB color model

#95E6E4 color RGB value is (149,230,228).

  • red value is 149;
  • green value is 230;
  • blue value is 228.
RGB:
(149,230,228)
(58%,90%,89%)

RGB channels and saturation

R 149 of 255 = 58%
G 230 of 255 = 90%
B 228 of 255 = 89%

149
230
228

R + G + B ~ 79%. #95E6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 230 + 228 = 607 (100%)
R 149 of 607 ~ 24.55%
G 230 of 607 ~ 37.89%
B 228 of 607 ~ 37.56%

%24.55
%37.89
%37.56

CMYK color model

#95E6E4 color CMYK value is (35,0,1,10).

  • cyan value is 35.22%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 9.80%
CMYK:
(35,0,1,10)
C35M0Y1K10 
(35%,0%,1%,10%)
(0.35/0.00/0.01/0.10)	

CMYK percentages

%35.22
%0
%0.87
%9.8

Codes

Color #95E6E4 in popluar color models

95E6E4
RGB149230228
HSL179°61.83%74.31%
HSB/HSV179°35.22%90.20%
CMYK35.22%0.00%0.87%
9.80%

Color #95E6E4 in popluar number systems.

HEX95E6E4
Decimal149230228
Binary100101011110011011100100
Octal225346344

Shades and tints

Shades of #95E6E4

#95E6E4
(149,230,228)
#88D2D0
(136,210,208)
#7BBEBC
(123,190,188)
#6EAAA8
(110,170,168)
#619694
(97,150,148)
#548280
(84,130,128)
#476E6C
(71,110,108)
#3A5A58
(58,90,88)
#2D4644
(45,70,68)
#203230
(32,50,48)
#131E1C
(19,30,28)
#000000
(0,0,0)

Tints of #95E6E4

#95E6E4
(149,230,228)
#9EE8E6
(158,232,230)
#A7EAE8
(167,234,232)
#B0ECEA
(176,236,234)
#B9EEEC
(185,238,236)
#C2F0EE
(194,240,238)
#CBF2F0
(203,242,240)
#D4F4F2
(212,244,242)
#DDF6F4
(221,246,244)
#E6F8F6
(230,248,246)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E6E4 color. Also use rgb(149,230,228) instead hex code.

Text Font Color

.myTextColor { color: #95E6E4; }

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

This text font color is #95E6E4.


Background Color

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

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

This div background color is #95E6E4.


Border color

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

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

This div border color is #95E6E4.


Opacity

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

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

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

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

This text has shadow with #95E6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E6E4 on black background.


Color preview on white background

This text has color #95E6E4 on white background.



Black color preview on #95E6E4 background

This text has black color on #95E6E4 background.


White color preview on #95E6E4 background

This text has white color on #95E6E4 background.