COLOR #9FCCAC

HEX: #9FCCAC
RGB: (159,204,172)

Color info

#9FCCAC contains red, green and blue colors in about the same proportion. Web safe color of #9FCCAC is #99CC99 (or #9C9).

RGB color model

#9FCCAC color RGB value is (159,204,172).

  • red value is 159;
  • green value is 204;
  • blue value is 172.
RGB:
(159,204,172)
(62%,80%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 204 of 255 = 80%
B 172 of 255 = 67%

159
204
172

R + G + B ~ 70%. #9FCCAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 204 + 172 = 535 (100%)
R 159 of 535 ~ 29.72%
G 204 of 535 ~ 38.13%
B 172 of 535 ~ 32.15%

%29.72
%38.13
%32.15

CMYK color model

#9FCCAC color CMYK value is (22,0,16,20).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%
CMYK:
(22,0,16,20)
C22M0Y16K20 
(22%,0%,16%,20%)
(0.22/0.00/0.16/0.20)	

CMYK percentages

%22.06
%0
%15.69
%20

Codes

Color #9FCCAC in popluar color models

9FCCAC
RGB159204172
HSL137°30.61%71.18%
HSB/HSV137°22.06%80.00%
CMYK22.06%0.00%15.69%
20.00%

Color #9FCCAC in popluar number systems.

HEX9FCCAC
Decimal159204172
Binary100111111100110010101100
Octal237314254

Shades and tints

Shades of #9FCCAC

#9FCCAC
(159,204,172)
#91BA9D
(145,186,157)
#83A88E
(131,168,142)
#75967F
(117,150,127)
#678470
(103,132,112)
#597261
(89,114,97)
#4B6052
(75,96,82)
#3D4E43
(61,78,67)
#2F3C34
(47,60,52)
#212A25
(33,42,37)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #9FCCAC

#9FCCAC
(159,204,172)
#A7D0B3
(167,208,179)
#AFD4BA
(175,212,186)
#B7D8C1
(183,216,193)
#BFDCC8
(191,220,200)
#C7E0CF
(199,224,207)
#CFE4D6
(207,228,214)
#D7E8DD
(215,232,221)
#DFECE4
(223,236,228)
#E7F0EB
(231,240,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCCAC color. Also use rgb(159,204,172) instead hex code.

Text Font Color

.myTextColor { color: #9FCCAC; }

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

This text font color is #9FCCAC.


Background Color

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

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

This div background color is #9FCCAC.


Border color

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

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

This div border color is #9FCCAC.


Opacity

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

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

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

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

This text has shadow with #9FCCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCCAC on black background.


Color preview on white background

This text has color #9FCCAC on white background.



Black color preview on #9FCCAC background

This text has black color on #9FCCAC background.


White color preview on #9FCCAC background

This text has white color on #9FCCAC background.