COLOR #95E3BB

HEX: #95E3BB
RGB: (149,227,187)

Color info

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

RGB color model

#95E3BB color RGB value is (149,227,187).

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

RGB channels and saturation

R 149 of 255 = 58%
G 227 of 255 = 89%
B 187 of 255 = 73%

149
227
187

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

Portions of RGB colors in percentages

R + G + B =
149 + 227 + 187 = 563 (100%)
R 149 of 563 ~ 26.47%
G 227 of 563 ~ 40.32%
B 187 of 563 ~ 33.21%

%26.47
%40.32
%33.21

CMYK color model

#95E3BB color CMYK value is (34,0,18,11).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%
CMYK:
(34,0,18,11)
C34M0Y18K11 
(34%,0%,18%,11%)
(0.34/0.00/0.18/0.11)	

CMYK percentages

%34.36
%0
%17.62
%10.98

Codes

Color #95E3BB in popluar color models

95E3BB
RGB149227187
HSL149°58.21%73.73%
HSB/HSV149°34.36%89.02%
CMYK34.36%0.00%17.62%
10.98%

Color #95E3BB in popluar number systems.

HEX95E3BB
Decimal149227187
Binary100101011110001110111011
Octal225343273

Shades and tints

Shades of #95E3BB

#95E3BB
(149,227,187)
#88CFAA
(136,207,170)
#7BBB99
(123,187,153)
#6EA788
(110,167,136)
#619377
(97,147,119)
#547F66
(84,127,102)
#476B55
(71,107,85)
#3A5744
(58,87,68)
#2D4333
(45,67,51)
#202F22
(32,47,34)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #95E3BB

#95E3BB
(149,227,187)
#9EE5C1
(158,229,193)
#A7E7C7
(167,231,199)
#B0E9CD
(176,233,205)
#B9EBD3
(185,235,211)
#C2EDD9
(194,237,217)
#CBEFDF
(203,239,223)
#D4F1E5
(212,241,229)
#DDF3EB
(221,243,235)
#E6F5F1
(230,245,241)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95E3BB; }

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

This text font color is #95E3BB.


Background Color

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

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

This div background color is #95E3BB.


Border color

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

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

This div border color is #95E3BB.


Opacity

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

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

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

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

This text has shadow with #95E3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E3BB on black background.


Color preview on white background

This text has color #95E3BB on white background.



Black color preview on #95E3BB background

This text has black color on #95E3BB background.


White color preview on #95E3BB background

This text has white color on #95E3BB background.