COLOR #95E1E3

HEX: #95E1E3
RGB: (149,225,227)

Color info

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

RGB color model

#95E1E3 color RGB value is (149,225,227).

  • red value is 149;
  • green value is 225;
  • blue value is 227.
RGB:
(149,225,227)
(58%,88%,89%)

RGB channels and saturation

R 149 of 255 = 58%
G 225 of 255 = 88%
B 227 of 255 = 89%

149
225
227

R + G + B ~ 78%. #95E1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 225 + 227 = 601 (100%)
R 149 of 601 ~ 24.79%
G 225 of 601 ~ 37.44%
B 227 of 601 ~ 37.77%

%24.79
%37.44
%37.77

CMYK color model

#95E1E3 color CMYK value is (34,1,0,11).

  • cyan value is 34.36%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(34,1,0,11)
C34M1Y0K11 
(34%,1%,0%,11%)
(0.34/0.01/0.00/0.11)	

CMYK percentages

%34.36
%0.88
%0
%10.98

Codes

Color #95E1E3 in popluar color models

95E1E3
RGB149225227
HSL182°58.21%73.73%
HSB/HSV182°34.36%89.02%
CMYK34.36%0.88%0.00%
10.98%

Color #95E1E3 in popluar number systems.

HEX95E1E3
Decimal149225227
Binary100101011110000111100011
Octal225341343

Shades and tints

Shades of #95E1E3

#95E1E3
(149,225,227)
#88CDCF
(136,205,207)
#7BB9BB
(123,185,187)
#6EA5A7
(110,165,167)
#619193
(97,145,147)
#547D7F
(84,125,127)
#47696B
(71,105,107)
#3A5557
(58,85,87)
#2D4143
(45,65,67)
#202D2F
(32,45,47)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #95E1E3

#95E1E3
(149,225,227)
#9EE3E5
(158,227,229)
#A7E5E7
(167,229,231)
#B0E7E9
(176,231,233)
#B9E9EB
(185,233,235)
#C2EBED
(194,235,237)
#CBEDEF
(203,237,239)
#D4EFF1
(212,239,241)
#DDF1F3
(221,241,243)
#E6F3F5
(230,243,245)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E1E3 color. Also use rgb(149,225,227) instead hex code.

Text Font Color

.myTextColor { color: #95E1E3; }

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

This text font color is #95E1E3.


Background Color

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

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

This div background color is #95E1E3.


Border color

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

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

This div border color is #95E1E3.


Opacity

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

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

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

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

This text has shadow with #95E1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E1E3 on black background.


Color preview on white background

This text has color #95E1E3 on white background.



Black color preview on #95E1E3 background

This text has black color on #95E1E3 background.


White color preview on #95E1E3 background

This text has white color on #95E1E3 background.