COLOR #95E0BB

HEX: #95E0BB
RGB: (149,224,187)

Color info

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

RGB color model

#95E0BB color RGB value is (149,224,187).

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

RGB channels and saturation

R 149 of 255 = 58%
G 224 of 255 = 88%
B 187 of 255 = 73%

149
224
187

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

Portions of RGB colors in percentages

R + G + B =
149 + 224 + 187 = 560 (100%)
R 149 of 560 ~ 26.61%
G 224 of 560 ~ 40%
B 187 of 560 ~ 33.39%

%26.61
%40
%33.39

CMYK color model

#95E0BB color CMYK value is (33,0,17,12).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(33,0,17,12)
C33M0Y17K12 
(33%,0%,17%,12%)
(0.33/0.00/0.17/0.12)	

CMYK percentages

%33.48
%0
%16.52
%12.16

Codes

Color #95E0BB in popluar color models

95E0BB
RGB149224187
HSL150°54.74%73.14%
HSB/HSV150°33.48%87.84%
CMYK33.48%0.00%16.52%
12.16%

Color #95E0BB in popluar number systems.

HEX95E0BB
Decimal149224187
Binary100101011110000010111011
Octal225340273

Shades and tints

Shades of #95E0BB

#95E0BB
(149,224,187)
#88CCAA
(136,204,170)
#7BB899
(123,184,153)
#6EA488
(110,164,136)
#619077
(97,144,119)
#547C66
(84,124,102)
#476855
(71,104,85)
#3A5444
(58,84,68)
#2D4033
(45,64,51)
#202C22
(32,44,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #95E0BB

#95E0BB
(149,224,187)
#9EE2C1
(158,226,193)
#A7E4C7
(167,228,199)
#B0E6CD
(176,230,205)
#B9E8D3
(185,232,211)
#C2EAD9
(194,234,217)
#CBECDF
(203,236,223)
#D4EEE5
(212,238,229)
#DDF0EB
(221,240,235)
#E6F2F1
(230,242,241)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95E0BB; }

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

This text font color is #95E0BB.


Background Color

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

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

This div background color is #95E0BB.


Border color

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

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

This div border color is #95E0BB.


Opacity

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

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

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

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

This text has shadow with #95E0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E0BB on black background.


Color preview on white background

This text has color #95E0BB on white background.



Black color preview on #95E0BB background

This text has black color on #95E0BB background.


White color preview on #95E0BB background

This text has white color on #95E0BB background.