COLOR #9DFCC4

HEX: #9DFCC4
RGB: (157,252,196)

Color info

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

RGB color model

#9DFCC4 color RGB value is (157,252,196).

  • red value is 157;
  • green value is 252;
  • blue value is 196.
RGB:
(157,252,196)
(62%,99%,77%)

RGB channels and saturation

R 157 of 255 = 62%
G 252 of 255 = 99%
B 196 of 255 = 77%

157
252
196

R + G + B ~ 79%. #9DFCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 252 + 196 = 605 (100%)
R 157 of 605 ~ 25.95%
G 252 of 605 ~ 41.65%
B 196 of 605 ~ 32.4%

%25.95
%41.65
%32.4

CMYK color model

#9DFCC4 color CMYK value is (38,0,22,1).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 1.18%
CMYK:
(38,0,22,1)
C38M0Y22K1 
(38%,0%,22%,1%)
(0.38/0.00/0.22/0.01)	

CMYK percentages

%37.7
%0
%22.22
%1.18

Codes

Color #9DFCC4 in popluar color models

9DFCC4
RGB157252196
HSL145°94.06%80.20%
HSB/HSV145°37.70%98.82%
CMYK37.70%0.00%22.22%
1.18%

Color #9DFCC4 in popluar number systems.

HEX9DFCC4
Decimal157252196
Binary100111011111110011000100
Octal235374304

Shades and tints

Shades of #9DFCC4

#9DFCC4
(157,252,196)
#8FE6B3
(143,230,179)
#81D0A2
(129,208,162)
#73BA91
(115,186,145)
#65A480
(101,164,128)
#578E6F
(87,142,111)
#49785E
(73,120,94)
#3B624D
(59,98,77)
#2D4C3C
(45,76,60)
#1F362B
(31,54,43)
#11201A
(17,32,26)
#000000
(0,0,0)

Tints of #9DFCC4

#9DFCC4
(157,252,196)
#A5FCC9
(165,252,201)
#ADFCCE
(173,252,206)
#B5FCD3
(181,252,211)
#BDFCD8
(189,252,216)
#C5FCDD
(197,252,221)
#CDFCE2
(205,252,226)
#D5FCE7
(213,252,231)
#DDFCEC
(221,252,236)
#E5FCF1
(229,252,241)
#EDFCF6
(237,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DFCC4 color. Also use rgb(157,252,196) instead hex code.

Text Font Color

.myTextColor { color: #9DFCC4; }

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

This text font color is #9DFCC4.


Background Color

.myBgColor { background-color: #9DFCC4; }

<div style="background-color:#9DFCC4">Inner text</div>

This div background color is #9DFCC4.


Border color

.myBorderColor { border: 1px solid #9DFCC4; }

<div style="border:3px solid #9DFCC4">Div</div>

This div border color is #9DFCC4.


Opacity

.myOpacity80 { color: #9DFCC4; opacity: 0.8; }

<p style="color:#9DFCC4;opacity:0.8;">80%</p>

Text with #9DFCC4 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 #9DFCC4;}

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

This text has shadow with #9DFCC4 color.

.textShadow {text-shadow: 3px 3px 1px #9DFCC4, 3px 3px 1px red;}

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

This text has shadow with #9DFCC4 primary color and red secondary color.


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

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

This text has shadow with #9DFCC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DFCC4 on black background.


Color preview on white background

This text has color #9DFCC4 on white background.



Black color preview on #9DFCC4 background

This text has black color on #9DFCC4 background.


White color preview on #9DFCC4 background

This text has white color on #9DFCC4 background.