COLOR #9FE7BD

HEX: #9FE7BD RGB: (159,231,189)

Color info

#9FE7BD contains mainly green and blue colors. Web safe color of #9FE7BD is #99FFCC (or #9FC).

RGB color model

#9FE7BD color RGB value is (159,231,189).

RGB: (159,231,189) (62%, 91%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 231 of 255 = 91%
B 189 of 255 = 74%

159
231
189

R + G + B ~ 76%. #9FE7BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 231 + 189 = 579 (100%)
R 159 of 579 ~ 27.46%
G 231 of 579 ~ 39.9%
B 189 of 579 ~ 32.64'%

%27.46
%39.9
%32.64

CMYK color model

#9FE7BD color CMYK value is (31,0,18,9).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK: (31,0,18,9) C31M0Y18K9 (31%,0%,18%,9%) (0.31/0.00/0.18/0.09) 

CMYK percentages

%31.17
%0
%18.18
%9.41

Codes

Color #9FE7BD in popluar color models

9F E7 BD
RGB 159 231 189
HSL 145° 60.00% 76.47%
HSB/HSV 145° 31.17% 90.59%
CMYK 31.17% 0.00% 18.18%
9.41%

Color #9FE7BD in popluar number systems.

HEX 9F E7 BD
Decimal 159 231 189
Binary 10011111 11100111 10111101
Octal 237 347 275

Shades and tints

Shades of #9FE7BD

#9FE7BD
(159,231,189)
#91D2AC
(145,210,172)
#83BD9B
(131,189,155)
#75A88A
(117,168,138)
#679379
(103,147,121)
#597E68
(89,126,104)
#4B6957
(75,105,87)
#3D5446
(61,84,70)
#2F3F35
(47,63,53)
#212A24
(33,42,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #9FE7BD

#9FE7BD
(159,231,189)
#A7E9C3
(167,233,195)
#AFEBC9
(175,235,201)
#B7EDCF
(183,237,207)
#BFEFD5
(191,239,213)
#C7F1DB
(199,241,219)
#CFF3E1
(207,243,225)
#D7F5E7
(215,245,231)
#DFF7ED
(223,247,237)
#E7F9F3
(231,249,243)
#EFFBF9
(239,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE7BD color. Also use rgb(159,231,189) instead hex code.

Text Font Color

.myTextColor { color: #9FE7BD; }

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

This text font color is #9FE7BD.

Background Color

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

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

This div background color is #9FE7BD.

Border color

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

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

This div border color is #9FE7BD.

Opacity

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

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

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

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

This text has shadow with #9FE7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE7BD.

Preview

Color preview on black background

This text has color #9FE7BD on black background.


Color preview on white background

This text has color #9FE7BD on white background.


Black color preview on #9FE7BD background

This text has black color on #9FE7BD background.


White color preview on #9FE7BD background

This text has white color on #9FE7BD background.


Related colors

Complementary color

Complementary color for #hex is #601842.


I love getcolorcode.com

Triadic colors

1 #BD9FE7 and #E7BD9F with #9FE7BD are triadic colors.

2 #BDE79F and #E79FBD with #9FE7BD are triadic colors.