COLOR #9FBEB3

HEX: #9FBEB3
RGB: (159,190,179)

Color info

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

RGB color model

#9FBEB3 color RGB value is (159,190,179).

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

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 179 of 255 = 70%

159
190
179

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

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 179 = 528 (100%)
R 159 of 528 ~ 30.11%
G 190 of 528 ~ 35.98%
B 179 of 528 ~ 33.9%

%30.11
%35.98
%33.9

CMYK color model

#9FBEB3 color CMYK value is (16,0,6,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(16,0,6,25)
C16M0Y6K25 
(16%,0%,6%,25%)
(0.16/0.00/0.06/0.25)	

CMYK percentages

%16.32
%0
%5.79
%25.49

Codes

Color #9FBEB3 in popluar color models

9FBEB3
RGB159190179
HSL159°19.25%68.43%
HSB/HSV159°16.32%74.51%
CMYK16.32%0.00%5.79%
25.49%

Color #9FBEB3 in popluar number systems.

HEX9FBEB3
Decimal159190179
Binary100111111011111010110011
Octal237276263

Shades and tints

Shades of #9FBEB3

#9FBEB3
(159,190,179)
#91ADA3
(145,173,163)
#839C93
(131,156,147)
#758B83
(117,139,131)
#677A73
(103,122,115)
#596963
(89,105,99)
#4B5853
(75,88,83)
#3D4743
(61,71,67)
#2F3633
(47,54,51)
#212523
(33,37,35)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #9FBEB3

#9FBEB3
(159,190,179)
#A7C3B9
(167,195,185)
#AFC8BF
(175,200,191)
#B7CDC5
(183,205,197)
#BFD2CB
(191,210,203)
#C7D7D1
(199,215,209)
#CFDCD7
(207,220,215)
#D7E1DD
(215,225,221)
#DFE6E3
(223,230,227)
#E7EBE9
(231,235,233)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBEB3; }

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

This text font color is #9FBEB3.


Background Color

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

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

This div background color is #9FBEB3.


Border color

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

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

This div border color is #9FBEB3.


Opacity

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

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

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

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

This text has shadow with #9FBEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBEB3 on black background.


Color preview on white background

This text has color #9FBEB3 on white background.



Black color preview on #9FBEB3 background

This text has black color on #9FBEB3 background.


White color preview on #9FBEB3 background

This text has white color on #9FBEB3 background.