COLOR #95E4D1

HEX: #95E4D1
RGB: (149,228,209)

Color info

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

RGB color model

#95E4D1 color RGB value is (149,228,209).

  • red value is 149;
  • green value is 228;
  • blue value is 209.
RGB:
(149,228,209)
(58%,89%,82%)

RGB channels and saturation

R 149 of 255 = 58%
G 228 of 255 = 89%
B 209 of 255 = 82%

149
228
209

R + G + B ~ 76%. #95E4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 228 + 209 = 586 (100%)
R 149 of 586 ~ 25.43%
G 228 of 586 ~ 38.91%
B 209 of 586 ~ 35.67%

%25.43
%38.91
%35.67

CMYK color model

#95E4D1 color CMYK value is (35,0,8,11).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 10.59%
CMYK:
(35,0,8,11)
C35M0Y8K11 
(35%,0%,8%,11%)
(0.35/0.00/0.08/0.11)	

CMYK percentages

%34.65
%0
%8.33
%10.59

Codes

Color #95E4D1 in popluar color models

95E4D1
RGB149228209
HSL166°59.40%73.92%
HSB/HSV166°34.65%89.41%
CMYK34.65%0.00%8.33%
10.59%

Color #95E4D1 in popluar number systems.

HEX95E4D1
Decimal149228209
Binary100101011110010011010001
Octal225344321

Shades and tints

Shades of #95E4D1

#95E4D1
(149,228,209)
#88D0BE
(136,208,190)
#7BBCAB
(123,188,171)
#6EA898
(110,168,152)
#619485
(97,148,133)
#548072
(84,128,114)
#476C5F
(71,108,95)
#3A584C
(58,88,76)
#2D4439
(45,68,57)
#203026
(32,48,38)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #95E4D1

#95E4D1
(149,228,209)
#9EE6D5
(158,230,213)
#A7E8D9
(167,232,217)
#B0EADD
(176,234,221)
#B9ECE1
(185,236,225)
#C2EEE5
(194,238,229)
#CBF0E9
(203,240,233)
#D4F2ED
(212,242,237)
#DDF4F1
(221,244,241)
#E6F6F5
(230,246,245)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E4D1 color. Also use rgb(149,228,209) instead hex code.

Text Font Color

.myTextColor { color: #95E4D1; }

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

This text font color is #95E4D1.


Background Color

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

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

This div background color is #95E4D1.


Border color

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

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

This div border color is #95E4D1.


Opacity

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

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

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

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

This text has shadow with #95E4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E4D1 on black background.


Color preview on white background

This text has color #95E4D1 on white background.



Black color preview on #95E4D1 background

This text has black color on #95E4D1 background.


White color preview on #95E4D1 background

This text has white color on #95E4D1 background.