COLOR #9FBE9A

HEX: #9FBE9A RGB: (159,190,154)

Color info

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

RGB color model

#9FBE9A color RGB value is (159,190,154).

RGB: (159,190,154) (62%, 75%, 60%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 154 of 255 = 60%

159
190
154

R + G + B ~ 66%. #9FBE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 154 = 503 (100%)
R 159 of 503 ~ 31.61%
G 190 of 503 ~ 37.77%
B 154 of 503 ~ 30.62'%

%31.61
%37.77
%30.62

CMYK color model

#9FBE9A color CMYK value is (16,0,19,25).

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

CMYK: (16,0,19,25)
C16M0Y19K25 (16%, 0%, 19%, 25%)
(0.16 / 0.00 / 0.19 / 0.25)

CMYK percentages

%16.32
%0
%18.95
%25.49

Codes

Color #9FBE9A in popluar color models

9F BE 9A
RGB 159 190 154
HSL 112° 21.69% 67.45%
HSB/HSV 112° 18.95% 74.51%
CMYK 16.32% 0.00% 18.95%
25.49%

Color #9FBE9A in popluar number systems.

HEX 9F BE 9A
Decimal 159 190 154
Binary 10011111 10111110 10011010
Octal 237 276 232

Shades and tints

Shades of #9FBE9A

#9FBE9A
(159,190,154)
#91AD8C
(145,173,140)
#839C7E
(131,156,126)
#758B70
(117,139,112)
#677A62
(103,122,98)
#596954
(89,105,84)
#4B5846
(75,88,70)
#3D4738
(61,71,56)
#2F362A
(47,54,42)
#21251C
(33,37,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #9FBE9A

#9FBE9A
(159,190,154)
#A7C3A3
(167,195,163)
#AFC8AC
(175,200,172)
#B7CDB5
(183,205,181)
#BFD2BE
(191,210,190)
#C7D7C7
(199,215,199)
#CFDCD0
(207,220,208)
#D7E1D9
(215,225,217)
#DFE6E2
(223,230,226)
#E7EBEB
(231,235,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBE9A; }

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

This text font color is #9FBE9A.

Background Color

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

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

This div background color is #9FBE9A.

Border color

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

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

This div border color is #9FBE9A.

Opacity

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

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

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

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

This text has shadow with #9FBE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBE9A.

Preview

Color preview on black background

This text has color #9FBE9A on black background.


Color preview on white background

This text has color #9FBE9A on white background.


Black color preview on #9FBE9A background

This text has black color on #9FBE9A background.


White color preview on #9FBE9A background

This text has white color on #9FBE9A background.


Related colors

Complementary color

Complementary color for #hex is #604165.


I love getcolorcode.com

Triadic colors

1 #9A9FBE and #BE9A9F with #9FBE9A are triadic colors.

2 #9ABE9F and #BE9F9A with #9FBE9A are triadic colors.