COLOR #95E1C8

HEX: #95E1C8
RGB: (149,225,200)

Color info

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

RGB color model

#95E1C8 color RGB value is (149,225,200).

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

RGB channels and saturation

R 149 of 255 = 58%
G 225 of 255 = 88%
B 200 of 255 = 78%

149
225
200

R + G + B ~ 75%. #95E1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 225 + 200 = 574 (100%)
R 149 of 574 ~ 25.96%
G 225 of 574 ~ 39.2%
B 200 of 574 ~ 34.84%

%25.96
%39.2
%34.84

CMYK color model

#95E1C8 color CMYK value is (34,0,11,12).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 11.76%
CMYK:
(34,0,11,12)
C34M0Y11K12 
(34%,0%,11%,12%)
(0.34/0.00/0.11/0.12)	

CMYK percentages

%33.78
%0
%11.11
%11.76

Codes

Color #95E1C8 in popluar color models

95E1C8
RGB149225200
HSL160°55.88%73.33%
HSB/HSV160°33.78%88.24%
CMYK33.78%0.00%11.11%
11.76%

Color #95E1C8 in popluar number systems.

HEX95E1C8
Decimal149225200
Binary100101011110000111001000
Octal225341310

Shades and tints

Shades of #95E1C8

#95E1C8
(149,225,200)
#88CDB6
(136,205,182)
#7BB9A4
(123,185,164)
#6EA592
(110,165,146)
#619180
(97,145,128)
#547D6E
(84,125,110)
#47695C
(71,105,92)
#3A554A
(58,85,74)
#2D4138
(45,65,56)
#202D26
(32,45,38)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #95E1C8

#95E1C8
(149,225,200)
#9EE3CD
(158,227,205)
#A7E5D2
(167,229,210)
#B0E7D7
(176,231,215)
#B9E9DC
(185,233,220)
#C2EBE1
(194,235,225)
#CBEDE6
(203,237,230)
#D4EFEB
(212,239,235)
#DDF1F0
(221,241,240)
#E6F3F5
(230,243,245)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95E1C8; }

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

This text font color is #95E1C8.


Background Color

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

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

This div background color is #95E1C8.


Border color

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

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

This div border color is #95E1C8.


Opacity

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

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

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

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

This text has shadow with #95E1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E1C8 on black background.


Color preview on white background

This text has color #95E1C8 on white background.



Black color preview on #95E1C8 background

This text has black color on #95E1C8 background.


White color preview on #95E1C8 background

This text has white color on #95E1C8 background.