COLOR #95E7CE

HEX: #95E7CE RGB: (149,231,206)

Color info

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

RGB color model

#95E7CE color RGB value is (149,231,206).

RGB: (149,231,206) (58%, 91%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 231 of 255 = 91%
B 206 of 255 = 81%

149
231
206

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

Portions of RGB colors in percentages

R + G + B = 149 + 231 + 206 = 586 (100%)
R 149 of 586 ~ 25.43%
G 231 of 586 ~ 39.42%
B 206 of 586 ~ 35.15'%

%25.43
%39.42
%35.15

CMYK color model

#95E7CE color CMYK value is (35,0,11,9).

  • cyan value is 35.50%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 9.41%

CMYK: (35,0,11,9)
C35M0Y11K9 (35%, 0%, 11%, 9%)
(0.35 / 0.00 / 0.11 / 0.09)

CMYK percentages

%35.5
%0
%10.82
%9.41

Codes

Color #95E7CE in popluar color models

95 E7 CE
RGB 149 231 206
HSL 162° 63.08% 74.51%
HSB/HSV 162° 35.50% 90.59%
CMYK 35.50% 0.00% 10.82%
9.41%

Color #95E7CE in popluar number systems.

HEX 95 E7 CE
Decimal 149 231 206
Binary 10010101 11100111 11001110
Octal 225 347 316

Shades and tints

Shades of #95E7CE

#95E7CE
(149,231,206)
#88D2BC
(136,210,188)
#7BBDAA
(123,189,170)
#6EA898
(110,168,152)
#619386
(97,147,134)
#547E74
(84,126,116)
#476962
(71,105,98)
#3A5450
(58,84,80)
#2D3F3E
(45,63,62)
#202A2C
(32,42,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #95E7CE

#95E7CE
(149,231,206)
#9EE9D2
(158,233,210)
#A7EBD6
(167,235,214)
#B0EDDA
(176,237,218)
#B9EFDE
(185,239,222)
#C2F1E2
(194,241,226)
#CBF3E6
(203,243,230)
#D4F5EA
(212,245,234)
#DDF7EE
(221,247,238)
#E6F9F2
(230,249,242)
#EFFBF6
(239,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E7CE color. Also use rgb(149,231,206) instead hex code.

Text Font Color

.myTextColor { color: #95E7CE; }

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

This text font color is #95E7CE.

Background Color

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

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

This div background color is #95E7CE.

Border color

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

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

This div border color is #95E7CE.

Opacity

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

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

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

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

This text has shadow with #95E7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95E7CE.

Preview

Color preview on black background

This text has color #95E7CE on black background.


Color preview on white background

This text has color #95E7CE on white background.


Black color preview on #95E7CE background

This text has black color on #95E7CE background.


White color preview on #95E7CE background

This text has white color on #95E7CE background.


Related colors

Complementary color

Complementary color for #hex is #6A1831.


I love getcolorcode.com

Triadic colors

1 #CE95E7 and #E7CE95 with #95E7CE are triadic colors.

2 #CEE795 and #E795CE with #95E7CE are triadic colors.