COLOR #9FBEB1

HEX: #9FBEB1
RGB: (159,190,177)

Color info

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

RGB color model

#9FBEB1 color RGB value is (159,190,177).

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

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 177 of 255 = 69%

159
190
177

R + G + B ~ 69%. #9FBEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 177 = 526 (100%)
R 159 of 526 ~ 30.23%
G 190 of 526 ~ 36.12%
B 177 of 526 ~ 33.65%

%30.23
%36.12
%33.65

CMYK color model

#9FBEB1 color CMYK value is (16,0,7,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(16,0,7,25)
C16M0Y7K25 
(16%,0%,7%,25%)
(0.16/0.00/0.07/0.25)	

CMYK percentages

%16.32
%0
%6.84
%25.49

Codes

Color #9FBEB1 in popluar color models

9FBEB1
RGB159190177
HSL155°19.25%68.43%
HSB/HSV155°16.32%74.51%
CMYK16.32%0.00%6.84%
25.49%

Color #9FBEB1 in popluar number systems.

HEX9FBEB1
Decimal159190177
Binary100111111011111010110001
Octal237276261

Shades and tints

Shades of #9FBEB1

#9FBEB1
(159,190,177)
#91ADA1
(145,173,161)
#839C91
(131,156,145)
#758B81
(117,139,129)
#677A71
(103,122,113)
#596961
(89,105,97)
#4B5851
(75,88,81)
#3D4741
(61,71,65)
#2F3631
(47,54,49)
#212521
(33,37,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9FBEB1

#9FBEB1
(159,190,177)
#A7C3B8
(167,195,184)
#AFC8BF
(175,200,191)
#B7CDC6
(183,205,198)
#BFD2CD
(191,210,205)
#C7D7D4
(199,215,212)
#CFDCDB
(207,220,219)
#D7E1E2
(215,225,226)
#DFE6E9
(223,230,233)
#E7EBF0
(231,235,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBEB1; }

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

This text font color is #9FBEB1.


Background Color

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

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

This div background color is #9FBEB1.


Border color

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

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

This div border color is #9FBEB1.


Opacity

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

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

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

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

This text has shadow with #9FBEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBEB1 on black background.


Color preview on white background

This text has color #9FBEB1 on white background.



Black color preview on #9FBEB1 background

This text has black color on #9FBEB1 background.


White color preview on #9FBEB1 background

This text has white color on #9FBEB1 background.