COLOR #9FCEAF

HEX: #9FCEAF
RGB: (159,206,175)

Color info

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

RGB color model

#9FCEAF color RGB value is (159,206,175).

  • red value is 159;
  • green value is 206;
  • blue value is 175.
RGB:
(159,206,175)
(62%,81%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 206 of 255 = 81%
B 175 of 255 = 69%

159
206
175

R + G + B ~ 71%. #9FCEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 206 + 175 = 540 (100%)
R 159 of 540 ~ 29.44%
G 206 of 540 ~ 38.15%
B 175 of 540 ~ 32.41%

%29.44
%38.15
%32.41

CMYK color model

#9FCEAF color CMYK value is (23,0,15,19).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 19.22%
CMYK:
(23,0,15,19)
C23M0Y15K19 
(23%,0%,15%,19%)
(0.23/0.00/0.15/0.19)	

CMYK percentages

%22.82
%0
%15.05
%19.22

Codes

Color #9FCEAF in popluar color models

9FCEAF
RGB159206175
HSL140°32.41%71.57%
HSB/HSV140°22.82%80.78%
CMYK22.82%0.00%15.05%
19.22%

Color #9FCEAF in popluar number systems.

HEX9FCEAF
Decimal159206175
Binary100111111100111010101111
Octal237316257

Shades and tints

Shades of #9FCEAF

#9FCEAF
(159,206,175)
#91BCA0
(145,188,160)
#83AA91
(131,170,145)
#759882
(117,152,130)
#678673
(103,134,115)
#597464
(89,116,100)
#4B6255
(75,98,85)
#3D5046
(61,80,70)
#2F3E37
(47,62,55)
#212C28
(33,44,40)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #9FCEAF

#9FCEAF
(159,206,175)
#A7D2B6
(167,210,182)
#AFD6BD
(175,214,189)
#B7DAC4
(183,218,196)
#BFDECB
(191,222,203)
#C7E2D2
(199,226,210)
#CFE6D9
(207,230,217)
#D7EAE0
(215,234,224)
#DFEEE7
(223,238,231)
#E7F2EE
(231,242,238)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCEAF color. Also use rgb(159,206,175) instead hex code.

Text Font Color

.myTextColor { color: #9FCEAF; }

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

This text font color is #9FCEAF.


Background Color

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

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

This div background color is #9FCEAF.


Border color

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

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

This div border color is #9FCEAF.


Opacity

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

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

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

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

This text has shadow with #9FCEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCEAF on black background.


Color preview on white background

This text has color #9FCEAF on white background.



Black color preview on #9FCEAF background

This text has black color on #9FCEAF background.


White color preview on #9FCEAF background

This text has white color on #9FCEAF background.