COLOR #95E3CA

HEX: #95E3CA
RGB: (149,227,202)

Color info

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

RGB color model

#95E3CA color RGB value is (149,227,202).

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

RGB channels and saturation

R 149 of 255 = 58%
G 227 of 255 = 89%
B 202 of 255 = 79%

149
227
202

R + G + B ~ 75%. #95E3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 227 + 202 = 578 (100%)
R 149 of 578 ~ 25.78%
G 227 of 578 ~ 39.27%
B 202 of 578 ~ 34.95%

%25.78
%39.27
%34.95

CMYK color model

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

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(34,0,11,11)
C34M0Y11K11 
(34%,0%,11%,11%)
(0.34/0.00/0.11/0.11)	

CMYK percentages

%34.36
%0
%11.01
%10.98

Codes

Color #95E3CA in popluar color models

95E3CA
RGB149227202
HSL161°58.21%73.73%
HSB/HSV161°34.36%89.02%
CMYK34.36%0.00%11.01%
10.98%

Color #95E3CA in popluar number systems.

HEX95E3CA
Decimal149227202
Binary100101011110001111001010
Octal225343312

Shades and tints

Shades of #95E3CA

#95E3CA
(149,227,202)
#88CFB8
(136,207,184)
#7BBBA6
(123,187,166)
#6EA794
(110,167,148)
#619382
(97,147,130)
#547F70
(84,127,112)
#476B5E
(71,107,94)
#3A574C
(58,87,76)
#2D433A
(45,67,58)
#202F28
(32,47,40)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #95E3CA

#95E3CA
(149,227,202)
#9EE5CE
(158,229,206)
#A7E7D2
(167,231,210)
#B0E9D6
(176,233,214)
#B9EBDA
(185,235,218)
#C2EDDE
(194,237,222)
#CBEFE2
(203,239,226)
#D4F1E6
(212,241,230)
#DDF3EA
(221,243,234)
#E6F5EE
(230,245,238)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95E3CA; }

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

This text font color is #95E3CA.


Background Color

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

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

This div background color is #95E3CA.


Border color

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

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

This div border color is #95E3CA.


Opacity

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

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

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

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

This text has shadow with #95E3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E3CA on black background.


Color preview on white background

This text has color #95E3CA on white background.



Black color preview on #95E3CA background

This text has black color on #95E3CA background.


White color preview on #95E3CA background

This text has white color on #95E3CA background.