COLOR #95DEC8

HEX: #95DEC8
RGB: (149,222,200)

Color info

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

RGB color model

#95DEC8 color RGB value is (149,222,200).

  • red value is 149;
  • green value is 222;
  • blue value is 200.
RGB:
(149,222,200)
(58%,87%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 222 of 255 = 87%
B 200 of 255 = 78%

149
222
200

R + G + B ~ 74%. #95DEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 222 + 200 = 571 (100%)
R 149 of 571 ~ 26.09%
G 222 of 571 ~ 38.88%
B 200 of 571 ~ 35.03%

%26.09
%38.88
%35.03

CMYK color model

#95DEC8 color CMYK value is (33,0,10,13).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(33,0,10,13)
C33M0Y10K13 
(33%,0%,10%,13%)
(0.33/0.00/0.10/0.13)	

CMYK percentages

%32.88
%0
%9.91
%12.94

Codes

Color #95DEC8 in popluar color models

95DEC8
RGB149222200
HSL162°52.52%72.75%
HSB/HSV162°32.88%87.06%
CMYK32.88%0.00%9.91%
12.94%

Color #95DEC8 in popluar number systems.

HEX95DEC8
Decimal149222200
Binary100101011101111011001000
Octal225336310

Shades and tints

Shades of #95DEC8

#95DEC8
(149,222,200)
#88CAB6
(136,202,182)
#7BB6A4
(123,182,164)
#6EA292
(110,162,146)
#618E80
(97,142,128)
#547A6E
(84,122,110)
#47665C
(71,102,92)
#3A524A
(58,82,74)
#2D3E38
(45,62,56)
#202A26
(32,42,38)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #95DEC8

#95DEC8
(149,222,200)
#9EE1CD
(158,225,205)
#A7E4D2
(167,228,210)
#B0E7D7
(176,231,215)
#B9EADC
(185,234,220)
#C2EDE1
(194,237,225)
#CBF0E6
(203,240,230)
#D4F3EB
(212,243,235)
#DDF6F0
(221,246,240)
#E6F9F5
(230,249,245)
#EFFCFA
(239,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DEC8 color. Also use rgb(149,222,200) instead hex code.

Text Font Color

.myTextColor { color: #95DEC8; }

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

This text font color is #95DEC8.


Background Color

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

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

This div background color is #95DEC8.


Border color

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

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

This div border color is #95DEC8.


Opacity

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

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

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

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

This text has shadow with #95DEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DEC8 on black background.


Color preview on white background

This text has color #95DEC8 on white background.



Black color preview on #95DEC8 background

This text has black color on #95DEC8 background.


White color preview on #95DEC8 background

This text has white color on #95DEC8 background.