COLOR #95FDD6

HEX: #95FDD6
RGB: (149,253,214)

Color info

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

RGB color model

#95FDD6 color RGB value is (149,253,214).

  • red value is 149;
  • green value is 253;
  • blue value is 214.
RGB:
(149,253,214)
(58%,99%,84%)

RGB channels and saturation

R 149 of 255 = 58%
G 253 of 255 = 99%
B 214 of 255 = 84%

149
253
214

R + G + B ~ 80%. #95FDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 253 + 214 = 616 (100%)
R 149 of 616 ~ 24.19%
G 253 of 616 ~ 41.07%
B 214 of 616 ~ 34.74%

%24.19
%41.07
%34.74

CMYK color model

#95FDD6 color CMYK value is (41,0,15,1).

  • cyan value is 41.11%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 0.78%
CMYK:
(41,0,15,1)
C41M0Y15K1 
(41%,0%,15%,1%)
(0.41/0.00/0.15/0.01)	

CMYK percentages

%41.11
%0
%15.42
%0.78

Codes

Color #95FDD6 in popluar color models

95FDD6
RGB149253214
HSL158°96.30%78.82%
HSB/HSV158°41.11%99.22%
CMYK41.11%0.00%15.42%
0.78%

Color #95FDD6 in popluar number systems.

HEX95FDD6
Decimal149253214
Binary100101011111110111010110
Octal225375326

Shades and tints

Shades of #95FDD6

#95FDD6
(149,253,214)
#88E6C3
(136,230,195)
#7BCFB0
(123,207,176)
#6EB89D
(110,184,157)
#61A18A
(97,161,138)
#548A77
(84,138,119)
#477364
(71,115,100)
#3A5C51
(58,92,81)
#2D453E
(45,69,62)
#202E2B
(32,46,43)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #95FDD6

#95FDD6
(149,253,214)
#9EFDD9
(158,253,217)
#A7FDDC
(167,253,220)
#B0FDDF
(176,253,223)
#B9FDE2
(185,253,226)
#C2FDE5
(194,253,229)
#CBFDE8
(203,253,232)
#D4FDEB
(212,253,235)
#DDFDEE
(221,253,238)
#E6FDF1
(230,253,241)
#EFFDF4
(239,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FDD6 color. Also use rgb(149,253,214) instead hex code.

Text Font Color

.myTextColor { color: #95FDD6; }

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

This text font color is #95FDD6.


Background Color

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

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

This div background color is #95FDD6.


Border color

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

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

This div border color is #95FDD6.


Opacity

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

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

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

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

This text has shadow with #95FDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95FDD6 on black background.


Color preview on white background

This text has color #95FDD6 on white background.



Black color preview on #95FDD6 background

This text has black color on #95FDD6 background.


White color preview on #95FDD6 background

This text has white color on #95FDD6 background.