COLOR #9FBEA5

HEX: #9FBEA5 RGB: (159,190,165)

Color info

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

RGB color model

#9FBEA5 color RGB value is (159,190,165).

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

RGB channels and saturation

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

159
190
165

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

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 165 = 514 (100%)
R 159 of 514 ~ 30.93%
G 190 of 514 ~ 36.96%
B 165 of 514 ~ 32.1'%

%30.93
%36.96
%32.1

CMYK color model

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

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • 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
%13.16
%25.49

Codes

Color #9FBEA5 in popluar color models

9F BE A5
RGB 159 190 165
HSL 132° 19.25% 68.43%
HSB/HSV 132° 16.32% 74.51%
CMYK 16.32% 0.00% 13.16%
25.49%

Color #9FBEA5 in popluar number systems.

HEX 9F BE A5
Decimal 159 190 165
Binary 10011111 10111110 10100101
Octal 237 276 245

Shades and tints

Shades of #9FBEA5

#9FBEA5
(159,190,165)
#91AD96
(145,173,150)
#839C87
(131,156,135)
#758B78
(117,139,120)
#677A69
(103,122,105)
#59695A
(89,105,90)
#4B584B
(75,88,75)
#3D473C
(61,71,60)
#2F362D
(47,54,45)
#21251E
(33,37,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #9FBEA5

#9FBEA5
(159,190,165)
#A7C3AD
(167,195,173)
#AFC8B5
(175,200,181)
#B7CDBD
(183,205,189)
#BFD2C5
(191,210,197)
#C7D7CD
(199,215,205)
#CFDCD5
(207,220,213)
#D7E1DD
(215,225,221)
#DFE6E5
(223,230,229)
#E7EBED
(231,235,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBEA5; }

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

This text font color is #9FBEA5.

Background Color

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

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

This div background color is #9FBEA5.

Border color

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

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

This div border color is #9FBEA5.

Opacity

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

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

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

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

This text has shadow with #9FBEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBEA5.

Preview

Color preview on black background

This text has color #9FBEA5 on black background.


Color preview on white background

This text has color #9FBEA5 on white background.


Black color preview on #9FBEA5 background

This text has black color on #9FBEA5 background.


White color preview on #9FBEA5 background

This text has white color on #9FBEA5 background.


Related colors

Complementary color

Complementary color for #hex is #60415A.


I love getcolorcode.com

Triadic colors

1 #A59FBE and #BEA59F with #9FBEA5 are triadic colors.

2 #A5BE9F and #BE9FA5 with #9FBEA5 are triadic colors.