COLOR #95E2B3

HEX: #95E2B3
RGB: (149,226,179)

Color info

#95E2B3 contains mainly green and blue colors. Web safe color of #95E2B3 is #99CC99 (or #9C9).

RGB color model

#95E2B3 color RGB value is (149,226,179).

  • red value is 149;
  • green value is 226;
  • blue value is 179.
RGB:
(149,226,179)
(58%,89%,70%)

RGB channels and saturation

R 149 of 255 = 58%
G 226 of 255 = 89%
B 179 of 255 = 70%

149
226
179

R + G + B ~ 72%. #95E2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 226 + 179 = 554 (100%)
R 149 of 554 ~ 26.9%
G 226 of 554 ~ 40.79%
B 179 of 554 ~ 32.31%

%26.9
%40.79
%32.31

CMYK color model

#95E2B3 color CMYK value is (34,0,21,11).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(34,0,21,11)
C34M0Y21K11 
(34%,0%,21%,11%)
(0.34/0.00/0.21/0.11)	

CMYK percentages

%34.07
%0
%20.8
%11.37

Codes

Color #95E2B3 in popluar color models

95E2B3
RGB149226179
HSL143°57.04%73.53%
HSB/HSV143°34.07%88.63%
CMYK34.07%0.00%20.80%
11.37%

Color #95E2B3 in popluar number systems.

HEX95E2B3
Decimal149226179
Binary100101011110001010110011
Octal225342263

Shades and tints

Shades of #95E2B3

#95E2B3
(149,226,179)
#88CEA3
(136,206,163)
#7BBA93
(123,186,147)
#6EA683
(110,166,131)
#619273
(97,146,115)
#547E63
(84,126,99)
#476A53
(71,106,83)
#3A5643
(58,86,67)
#2D4233
(45,66,51)
#202E23
(32,46,35)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #95E2B3

#95E2B3
(149,226,179)
#9EE4B9
(158,228,185)
#A7E6BF
(167,230,191)
#B0E8C5
(176,232,197)
#B9EACB
(185,234,203)
#C2ECD1
(194,236,209)
#CBEED7
(203,238,215)
#D4F0DD
(212,240,221)
#DDF2E3
(221,242,227)
#E6F4E9
(230,244,233)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E2B3 color. Also use rgb(149,226,179) instead hex code.

Text Font Color

.myTextColor { color: #95E2B3; }

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

This text font color is #95E2B3.


Background Color

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

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

This div background color is #95E2B3.


Border color

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

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

This div border color is #95E2B3.


Opacity

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

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

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

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

This text has shadow with #95E2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E2B3 on black background.


Color preview on white background

This text has color #95E2B3 on white background.



Black color preview on #95E2B3 background

This text has black color on #95E2B3 background.


White color preview on #95E2B3 background

This text has white color on #95E2B3 background.