COLOR #9FD5BE

HEX: #9FD5BE
RGB: (159,213,190)

Color info

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

RGB color model

#9FD5BE color RGB value is (159,213,190).

  • red value is 159;
  • green value is 213;
  • blue value is 190.
RGB:
(159,213,190)
(62%,84%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 213 of 255 = 84%
B 190 of 255 = 75%

159
213
190

R + G + B ~ 74%. #9FD5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 213 + 190 = 562 (100%)
R 159 of 562 ~ 28.29%
G 213 of 562 ~ 37.9%
B 190 of 562 ~ 33.81%

%28.29
%37.9
%33.81

CMYK color model

#9FD5BE color CMYK value is (25,0,11,16).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(25,0,11,16)
C25M0Y11K16 
(25%,0%,11%,16%)
(0.25/0.00/0.11/0.16)	

CMYK percentages

%25.35
%0
%10.8
%16.47

Codes

Color #9FD5BE in popluar color models

9FD5BE
RGB159213190
HSL154°39.13%72.94%
HSB/HSV154°25.35%83.53%
CMYK25.35%0.00%10.80%
16.47%

Color #9FD5BE in popluar number systems.

HEX9FD5BE
Decimal159213190
Binary100111111101010110111110
Octal237325276

Shades and tints

Shades of #9FD5BE

#9FD5BE
(159,213,190)
#91C2AD
(145,194,173)
#83AF9C
(131,175,156)
#759C8B
(117,156,139)
#67897A
(103,137,122)
#597669
(89,118,105)
#4B6358
(75,99,88)
#3D5047
(61,80,71)
#2F3D36
(47,61,54)
#212A25
(33,42,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FD5BE

#9FD5BE
(159,213,190)
#A7D8C3
(167,216,195)
#AFDBC8
(175,219,200)
#B7DECD
(183,222,205)
#BFE1D2
(191,225,210)
#C7E4D7
(199,228,215)
#CFE7DC
(207,231,220)
#D7EAE1
(215,234,225)
#DFEDE6
(223,237,230)
#E7F0EB
(231,240,235)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD5BE color. Also use rgb(159,213,190) instead hex code.

Text Font Color

.myTextColor { color: #9FD5BE; }

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

This text font color is #9FD5BE.


Background Color

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

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

This div background color is #9FD5BE.


Border color

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

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

This div border color is #9FD5BE.


Opacity

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

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

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

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

This text has shadow with #9FD5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD5BE on black background.


Color preview on white background

This text has color #9FD5BE on white background.



Black color preview on #9FD5BE background

This text has black color on #9FD5BE background.


White color preview on #9FD5BE background

This text has white color on #9FD5BE background.