COLOR #9FD6B2

HEX: #9FD6B2
RGB: (159,214,178)

Color info

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

RGB color model

#9FD6B2 color RGB value is (159,214,178).

  • red value is 159;
  • green value is 214;
  • blue value is 178.
RGB:
(159,214,178)
(62%,84%,70%)

RGB channels and saturation

R 159 of 255 = 62%
G 214 of 255 = 84%
B 178 of 255 = 70%

159
214
178

R + G + B ~ 72%. #9FD6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 214 + 178 = 551 (100%)
R 159 of 551 ~ 28.86%
G 214 of 551 ~ 38.84%
B 178 of 551 ~ 32.3%

%28.86
%38.84
%32.3

CMYK color model

#9FD6B2 color CMYK value is (26,0,17,16).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 16.08%
CMYK:
(26,0,17,16)
C26M0Y17K16 
(26%,0%,17%,16%)
(0.26/0.00/0.17/0.16)	

CMYK percentages

%25.7
%0
%16.82
%16.08

Codes

Color #9FD6B2 in popluar color models

9FD6B2
RGB159214178
HSL141°40.15%73.14%
HSB/HSV141°25.70%83.92%
CMYK25.70%0.00%16.82%
16.08%

Color #9FD6B2 in popluar number systems.

HEX9FD6B2
Decimal159214178
Binary100111111101011010110010
Octal237326262

Shades and tints

Shades of #9FD6B2

#9FD6B2
(159,214,178)
#91C3A2
(145,195,162)
#83B092
(131,176,146)
#759D82
(117,157,130)
#678A72
(103,138,114)
#597762
(89,119,98)
#4B6452
(75,100,82)
#3D5142
(61,81,66)
#2F3E32
(47,62,50)
#212B22
(33,43,34)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FD6B2

#9FD6B2
(159,214,178)
#A7D9B9
(167,217,185)
#AFDCC0
(175,220,192)
#B7DFC7
(183,223,199)
#BFE2CE
(191,226,206)
#C7E5D5
(199,229,213)
#CFE8DC
(207,232,220)
#D7EBE3
(215,235,227)
#DFEEEA
(223,238,234)
#E7F1F1
(231,241,241)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD6B2 color. Also use rgb(159,214,178) instead hex code.

Text Font Color

.myTextColor { color: #9FD6B2; }

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

This text font color is #9FD6B2.


Background Color

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

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

This div background color is #9FD6B2.


Border color

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

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

This div border color is #9FD6B2.


Opacity

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

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

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

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

This text has shadow with #9FD6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD6B2 on black background.


Color preview on white background

This text has color #9FD6B2 on white background.



Black color preview on #9FD6B2 background

This text has black color on #9FD6B2 background.


White color preview on #9FD6B2 background

This text has white color on #9FD6B2 background.