COLOR #95EAE4

HEX: #95EAE4
RGB: (149,234,228)

Color info

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

RGB color model

#95EAE4 color RGB value is (149,234,228).

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

RGB channels and saturation

R 149 of 255 = 58%
G 234 of 255 = 92%
B 228 of 255 = 89%

149
234
228

R + G + B ~ 80%. #95EAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 234 + 228 = 611 (100%)
R 149 of 611 ~ 24.39%
G 234 of 611 ~ 38.3%
B 228 of 611 ~ 37.32%

%24.39
%38.3
%37.32

CMYK color model

#95EAE4 color CMYK value is (36,0,3,8).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(36,0,3,8)
C36M0Y3K8 
(36%,0%,3%,8%)
(0.36/0.00/0.03/0.08)	

CMYK percentages

%36.32
%0
%2.56
%8.24

Codes

Color #95EAE4 in popluar color models

95EAE4
RGB149234228
HSL176°66.93%75.10%
HSB/HSV176°36.32%91.76%
CMYK36.32%0.00%2.56%
8.24%

Color #95EAE4 in popluar number systems.

HEX95EAE4
Decimal149234228
Binary100101011110101011100100
Octal225352344

Shades and tints

Shades of #95EAE4

#95EAE4
(149,234,228)
#88D5D0
(136,213,208)
#7BC0BC
(123,192,188)
#6EABA8
(110,171,168)
#619694
(97,150,148)
#548180
(84,129,128)
#476C6C
(71,108,108)
#3A5758
(58,87,88)
#2D4244
(45,66,68)
#202D30
(32,45,48)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #95EAE4

#95EAE4
(149,234,228)
#9EEBE6
(158,235,230)
#A7ECE8
(167,236,232)
#B0EDEA
(176,237,234)
#B9EEEC
(185,238,236)
#C2EFEE
(194,239,238)
#CBF0F0
(203,240,240)
#D4F1F2
(212,241,242)
#DDF2F4
(221,242,244)
#E6F3F6
(230,243,246)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95EAE4; }

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

This text font color is #95EAE4.


Background Color

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

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

This div background color is #95EAE4.


Border color

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

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

This div border color is #95EAE4.


Opacity

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

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

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

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

This text has shadow with #95EAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EAE4 on black background.


Color preview on white background

This text has color #95EAE4 on white background.



Black color preview on #95EAE4 background

This text has black color on #95EAE4 background.


White color preview on #95EAE4 background

This text has white color on #95EAE4 background.