COLOR #95E8CF

HEX: #95E8CF
RGB: (149,232,207)

Color info

#95E8CF contains mainly green and blue colors. Web safe color of #95E8CF is #99FFCC (or #9FC).

RGB color model

#95E8CF color RGB value is (149,232,207).

  • red value is 149;
  • green value is 232;
  • blue value is 207.
RGB:
(149,232,207)
(58%,91%,81%)

RGB channels and saturation

R 149 of 255 = 58%
G 232 of 255 = 91%
B 207 of 255 = 81%

149
232
207

R + G + B ~ 77%. #95E8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 232 + 207 = 588 (100%)
R 149 of 588 ~ 25.34%
G 232 of 588 ~ 39.46%
B 207 of 588 ~ 35.2%

%25.34
%39.46
%35.2

CMYK color model

#95E8CF color CMYK value is (36,0,11,9).

  • cyan value is 35.78%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%
CMYK:
(36,0,11,9)
C36M0Y11K9 
(36%,0%,11%,9%)
(0.36/0.00/0.11/0.09)	

CMYK percentages

%35.78
%0
%10.78
%9.02

Codes

Color #95E8CF in popluar color models

95E8CF
RGB149232207
HSL162°64.34%74.71%
HSB/HSV162°35.78%90.98%
CMYK35.78%0.00%10.78%
9.02%

Color #95E8CF in popluar number systems.

HEX95E8CF
Decimal149232207
Binary100101011110100011001111
Octal225350317

Shades and tints

Shades of #95E8CF

#95E8CF
(149,232,207)
#88D3BD
(136,211,189)
#7BBEAB
(123,190,171)
#6EA999
(110,169,153)
#619487
(97,148,135)
#547F75
(84,127,117)
#476A63
(71,106,99)
#3A5551
(58,85,81)
#2D403F
(45,64,63)
#202B2D
(32,43,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #95E8CF

#95E8CF
(149,232,207)
#9EEAD3
(158,234,211)
#A7ECD7
(167,236,215)
#B0EEDB
(176,238,219)
#B9F0DF
(185,240,223)
#C2F2E3
(194,242,227)
#CBF4E7
(203,244,231)
#D4F6EB
(212,246,235)
#DDF8EF
(221,248,239)
#E6FAF3
(230,250,243)
#EFFCF7
(239,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E8CF color. Also use rgb(149,232,207) instead hex code.

Text Font Color

.myTextColor { color: #95E8CF; }

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

This text font color is #95E8CF.


Background Color

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

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

This div background color is #95E8CF.


Border color

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

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

This div border color is #95E8CF.


Opacity

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

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

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

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

This text has shadow with #95E8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E8CF on black background.


Color preview on white background

This text has color #95E8CF on white background.



Black color preview on #95E8CF background

This text has black color on #95E8CF background.


White color preview on #95E8CF background

This text has white color on #95E8CF background.