COLOR #95E0BC

HEX: #95E0BC
RGB: (149,224,188)

Color info

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

RGB color model

#95E0BC color RGB value is (149,224,188).

  • red value is 149;
  • green value is 224;
  • blue value is 188.
RGB:
(149,224,188)
(58%,88%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 224 of 255 = 88%
B 188 of 255 = 74%

149
224
188

R + G + B ~ 73%. #95E0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 224 + 188 = 561 (100%)
R 149 of 561 ~ 26.56%
G 224 of 561 ~ 39.93%
B 188 of 561 ~ 33.51%

%26.56
%39.93
%33.51

CMYK color model

#95E0BC color CMYK value is (33,0,16,12).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK:
(33,0,16,12)
C33M0Y16K12 
(33%,0%,16%,12%)
(0.33/0.00/0.16/0.12)	

CMYK percentages

%33.48
%0
%16.07
%12.16

Codes

Color #95E0BC in popluar color models

95E0BC
RGB149224188
HSL151°54.74%73.14%
HSB/HSV151°33.48%87.84%
CMYK33.48%0.00%16.07%
12.16%

Color #95E0BC in popluar number systems.

HEX95E0BC
Decimal149224188
Binary100101011110000010111100
Octal225340274

Shades and tints

Shades of #95E0BC

#95E0BC
(149,224,188)
#88CCAB
(136,204,171)
#7BB89A
(123,184,154)
#6EA489
(110,164,137)
#619078
(97,144,120)
#547C67
(84,124,103)
#476856
(71,104,86)
#3A5445
(58,84,69)
#2D4034
(45,64,52)
#202C23
(32,44,35)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #95E0BC

#95E0BC
(149,224,188)
#9EE2C2
(158,226,194)
#A7E4C8
(167,228,200)
#B0E6CE
(176,230,206)
#B9E8D4
(185,232,212)
#C2EADA
(194,234,218)
#CBECE0
(203,236,224)
#D4EEE6
(212,238,230)
#DDF0EC
(221,240,236)
#E6F2F2
(230,242,242)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E0BC color. Also use rgb(149,224,188) instead hex code.

Text Font Color

.myTextColor { color: #95E0BC; }

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

This text font color is #95E0BC.


Background Color

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

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

This div background color is #95E0BC.


Border color

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

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

This div border color is #95E0BC.


Opacity

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

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

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

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

This text has shadow with #95E0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E0BC on black background.


Color preview on white background

This text has color #95E0BC on white background.



Black color preview on #95E0BC background

This text has black color on #95E0BC background.


White color preview on #95E0BC background

This text has white color on #95E0BC background.