COLOR #9FB895

HEX: #9FB895 RGB: (159,184,149)

Color info

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

RGB color model

#9FB895 color RGB value is (159,184,149).

RGB: (159,184,149) (62%, 72%, 58%)

RGB channels and saturation

R 159 of 255 = 62%
G 184 of 255 = 72%
B 149 of 255 = 58%

159
184
149

R + G + B ~ 64%. #9FB895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 184 + 149 = 492 (100%)
R 159 of 492 ~ 32.32%
G 184 of 492 ~ 37.4%
B 149 of 492 ~ 30.28'%

%32.32
%37.4
%30.28

CMYK color model

#9FB895 color CMYK value is (14,0,19,28).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 27.84%

CMYK: (14,0,19,28)
C14M0Y19K28 (14%, 0%, 19%, 28%)
(0.14 / 0.00 / 0.19 / 0.28)

CMYK percentages

%13.59
%0
%19.02
%27.84

Codes

Color #9FB895 in popluar color models

9F B8 95
RGB 159 184 149
HSL 103° 19.77% 65.29%
HSB/HSV 103° 19.02% 72.16%
CMYK 13.59% 0.00% 19.02%
27.84%

Color #9FB895 in popluar number systems.

HEX 9F B8 95
Decimal 159 184 149
Binary 10011111 10111000 10010101
Octal 237 270 225

Shades and tints

Shades of #9FB895

#9FB895
(159,184,149)
#91A888
(145,168,136)
#83987B
(131,152,123)
#75886E
(117,136,110)
#677861
(103,120,97)
#596854
(89,104,84)
#4B5847
(75,88,71)
#3D483A
(61,72,58)
#2F382D
(47,56,45)
#212820
(33,40,32)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #9FB895

#9FB895
(159,184,149)
#A7BE9E
(167,190,158)
#AFC4A7
(175,196,167)
#B7CAB0
(183,202,176)
#BFD0B9
(191,208,185)
#C7D6C2
(199,214,194)
#CFDCCB
(207,220,203)
#D7E2D4
(215,226,212)
#DFE8DD
(223,232,221)
#E7EEE6
(231,238,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB895 color. Also use rgb(159,184,149) instead hex code.

Text Font Color

.myTextColor { color: #9FB895; }

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

This text font color is #9FB895.

Background Color

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

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

This div background color is #9FB895.

Border color

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

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

This div border color is #9FB895.

Opacity

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

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

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

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

This text has shadow with #9FB895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB895.

Preview

Color preview on black background

This text has color #9FB895 on black background.


Color preview on white background

This text has color #9FB895 on white background.


Black color preview on #9FB895 background

This text has black color on #9FB895 background.


White color preview on #9FB895 background

This text has white color on #9FB895 background.


Related colors

Complementary color

Complementary color for #hex is #60476A.


I love getcolorcode.com

Triadic colors

1 #959FB8 and #B8959F with #9FB895 are triadic colors.

2 #95B89F and #B89F95 with #9FB895 are triadic colors.