COLOR #9FBEB6

HEX: #9FBEB6
RGB: (159,190,182)

Color info

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

RGB color model

#9FBEB6 color RGB value is (159,190,182).

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

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 182 of 255 = 71%

159
190
182

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

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 182 = 531 (100%)
R 159 of 531 ~ 29.94%
G 190 of 531 ~ 35.78%
B 182 of 531 ~ 34.27%

%29.94
%35.78
%34.27

CMYK color model

#9FBEB6 color CMYK value is (16,0,4,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(16,0,4,25)
C16M0Y4K25 
(16%,0%,4%,25%)
(0.16/0.00/0.04/0.25)	

CMYK percentages

%16.32
%0
%4.21
%25.49

Codes

Color #9FBEB6 in popluar color models

9FBEB6
RGB159190182
HSL165°19.25%68.43%
HSB/HSV165°16.32%74.51%
CMYK16.32%0.00%4.21%
25.49%

Color #9FBEB6 in popluar number systems.

HEX9FBEB6
Decimal159190182
Binary100111111011111010110110
Octal237276266

Shades and tints

Shades of #9FBEB6

#9FBEB6
(159,190,182)
#91ADA6
(145,173,166)
#839C96
(131,156,150)
#758B86
(117,139,134)
#677A76
(103,122,118)
#596966
(89,105,102)
#4B5856
(75,88,86)
#3D4746
(61,71,70)
#2F3636
(47,54,54)
#212526
(33,37,38)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #9FBEB6

#9FBEB6
(159,190,182)
#A7C3BC
(167,195,188)
#AFC8C2
(175,200,194)
#B7CDC8
(183,205,200)
#BFD2CE
(191,210,206)
#C7D7D4
(199,215,212)
#CFDCDA
(207,220,218)
#D7E1E0
(215,225,224)
#DFE6E6
(223,230,230)
#E7EBEC
(231,235,236)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBEB6; }

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

This text font color is #9FBEB6.


Background Color

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

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

This div background color is #9FBEB6.


Border color

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

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

This div border color is #9FBEB6.


Opacity

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

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

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

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

This text has shadow with #9FBEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBEB6 on black background.


Color preview on white background

This text has color #9FBEB6 on white background.



Black color preview on #9FBEB6 background

This text has black color on #9FBEB6 background.


White color preview on #9FBEB6 background

This text has white color on #9FBEB6 background.