COLOR #9FBEA6

HEX: #9FBEA6 RGB: (159,190,166)

Color info

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

RGB color model

#9FBEA6 color RGB value is (159,190,166).

RGB: (159,190,166) (62%, 75%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 166 of 255 = 65%

159
190
166

R + G + B ~ 67%. #9FBEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 166 = 515 (100%)
R 159 of 515 ~ 30.87%
G 190 of 515 ~ 36.89%
B 166 of 515 ~ 32.23'%

%30.87
%36.89
%32.23

CMYK color model

#9FBEA6 color CMYK value is (16,0,13,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%

CMYK: (16,0,13,25)
C16M0Y13K25 (16%, 0%, 13%, 25%)
(0.16 / 0.00 / 0.13 / 0.25)

CMYK percentages

%16.32
%0
%12.63
%25.49

Codes

Color #9FBEA6 in popluar color models

9F BE A6
RGB 159 190 166
HSL 134° 19.25% 68.43%
HSB/HSV 134° 16.32% 74.51%
CMYK 16.32% 0.00% 12.63%
25.49%

Color #9FBEA6 in popluar number systems.

HEX 9F BE A6
Decimal 159 190 166
Binary 10011111 10111110 10100110
Octal 237 276 246

Shades and tints

Shades of #9FBEA6

#9FBEA6
(159,190,166)
#91AD97
(145,173,151)
#839C88
(131,156,136)
#758B79
(117,139,121)
#677A6A
(103,122,106)
#59695B
(89,105,91)
#4B584C
(75,88,76)
#3D473D
(61,71,61)
#2F362E
(47,54,46)
#21251F
(33,37,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #9FBEA6

#9FBEA6
(159,190,166)
#A7C3AE
(167,195,174)
#AFC8B6
(175,200,182)
#B7CDBE
(183,205,190)
#BFD2C6
(191,210,198)
#C7D7CE
(199,215,206)
#CFDCD6
(207,220,214)
#D7E1DE
(215,225,222)
#DFE6E6
(223,230,230)
#E7EBEE
(231,235,238)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBEA6; }

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

This text font color is #9FBEA6.

Background Color

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

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

This div background color is #9FBEA6.

Border color

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

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

This div border color is #9FBEA6.

Opacity

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

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

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

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

This text has shadow with #9FBEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBEA6.

Preview

Color preview on black background

This text has color #9FBEA6 on black background.


Color preview on white background

This text has color #9FBEA6 on white background.


Black color preview on #9FBEA6 background

This text has black color on #9FBEA6 background.


White color preview on #9FBEA6 background

This text has white color on #9FBEA6 background.


Related colors

Complementary color

Complementary color for #hex is #604159.


I love getcolorcode.com

Triadic colors

1 #A69FBE and #BEA69F with #9FBEA6 are triadic colors.

2 #A6BE9F and #BE9FA6 with #9FBEA6 are triadic colors.