COLOR #95E6BF

HEX: #95E6BF
RGB: (149,230,191)

Color info

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

RGB color model

#95E6BF color RGB value is (149,230,191).

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

RGB channels and saturation

R 149 of 255 = 58%
G 230 of 255 = 90%
B 191 of 255 = 75%

149
230
191

R + G + B ~ 74%. #95E6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 230 + 191 = 570 (100%)
R 149 of 570 ~ 26.14%
G 230 of 570 ~ 40.35%
B 191 of 570 ~ 33.51%

%26.14
%40.35
%33.51

CMYK color model

#95E6BF color CMYK value is (35,0,17,10).

  • cyan value is 35.22%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(35,0,17,10)
C35M0Y17K10 
(35%,0%,17%,10%)
(0.35/0.00/0.17/0.10)	

CMYK percentages

%35.22
%0
%16.96
%9.8

Codes

Color #95E6BF in popluar color models

95E6BF
RGB149230191
HSL151°61.83%74.31%
HSB/HSV151°35.22%90.20%
CMYK35.22%0.00%16.96%
9.80%

Color #95E6BF in popluar number systems.

HEX95E6BF
Decimal149230191
Binary100101011110011010111111
Octal225346277

Shades and tints

Shades of #95E6BF

#95E6BF
(149,230,191)
#88D2AE
(136,210,174)
#7BBE9D
(123,190,157)
#6EAA8C
(110,170,140)
#61967B
(97,150,123)
#54826A
(84,130,106)
#476E59
(71,110,89)
#3A5A48
(58,90,72)
#2D4637
(45,70,55)
#203226
(32,50,38)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #95E6BF

#95E6BF
(149,230,191)
#9EE8C4
(158,232,196)
#A7EAC9
(167,234,201)
#B0ECCE
(176,236,206)
#B9EED3
(185,238,211)
#C2F0D8
(194,240,216)
#CBF2DD
(203,242,221)
#D4F4E2
(212,244,226)
#DDF6E7
(221,246,231)
#E6F8EC
(230,248,236)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95E6BF; }

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

This text font color is #95E6BF.


Background Color

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

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

This div background color is #95E6BF.


Border color

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

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

This div border color is #95E6BF.


Opacity

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

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

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

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

This text has shadow with #95E6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E6BF on black background.


Color preview on white background

This text has color #95E6BF on white background.



Black color preview on #95E6BF background

This text has black color on #95E6BF background.


White color preview on #95E6BF background

This text has white color on #95E6BF background.