COLOR #9FE1BB

HEX: #9FE1BB RGB: (159,225,187)

Color info

#9FE1BB contains mainly green and blue colors. Web safe color of #9FE1BB is #99CCCC (or #9CC).

RGB color model

#9FE1BB color RGB value is (159,225,187).

RGB: (159,225,187) (62%, 88%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 225 of 255 = 88%
B 187 of 255 = 73%

159
225
187

R + G + B ~ 74%. #9FE1BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 225 + 187 = 571 (100%)
R 159 of 571 ~ 27.85%
G 225 of 571 ~ 39.4%
B 187 of 571 ~ 32.75'%

%27.85
%39.4
%32.75

CMYK color model

#9FE1BB color CMYK value is (29,0,17,12).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 11.76%

CMYK: (29,0,17,12)
C29M0Y17K12 (29%, 0%, 17%, 12%)
(0.29 / 0.00 / 0.17 / 0.12)

CMYK percentages

%29.33
%0
%16.89
%11.76

Codes

Color #9FE1BB in popluar color models

9F E1 BB
RGB 159 225 187
HSL 145° 52.38% 75.29%
HSB/HSV 145° 29.33% 88.24%
CMYK 29.33% 0.00% 16.89%
11.76%

Color #9FE1BB in popluar number systems.

HEX 9F E1 BB
Decimal 159 225 187
Binary 10011111 11100001 10111011
Octal 237 341 273

Shades and tints

Shades of #9FE1BB

#9FE1BB
(159,225,187)
#91CDAA
(145,205,170)
#83B999
(131,185,153)
#75A588
(117,165,136)
#679177
(103,145,119)
#597D66
(89,125,102)
#4B6955
(75,105,85)
#3D5544
(61,85,68)
#2F4133
(47,65,51)
#212D22
(33,45,34)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #9FE1BB

#9FE1BB
(159,225,187)
#A7E3C1
(167,227,193)
#AFE5C7
(175,229,199)
#B7E7CD
(183,231,205)
#BFE9D3
(191,233,211)
#C7EBD9
(199,235,217)
#CFEDDF
(207,237,223)
#D7EFE5
(215,239,229)
#DFF1EB
(223,241,235)
#E7F3F1
(231,243,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE1BB color. Also use rgb(159,225,187) instead hex code.

Text Font Color

.myTextColor { color: #9FE1BB; }

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

This text font color is #9FE1BB.

Background Color

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

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

This div background color is #9FE1BB.

Border color

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

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

This div border color is #9FE1BB.

Opacity

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

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

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

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

This text has shadow with #9FE1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE1BB.

Preview

Color preview on black background

This text has color #9FE1BB on black background.


Color preview on white background

This text has color #9FE1BB on white background.


Black color preview on #9FE1BB background

This text has black color on #9FE1BB background.


White color preview on #9FE1BB background

This text has white color on #9FE1BB background.


Related colors

Complementary color

Complementary color for #hex is #601E44.


I love getcolorcode.com

Triadic colors

1 #BB9FE1 and #E1BB9F with #9FE1BB are triadic colors.

2 #BBE19F and #E19FBB with #9FE1BB are triadic colors.