COLOR #9BE8A6

HEX: #9BE8A6 RGB: (155,232,166)

Color info

#9BE8A6 contains mainly green color. Web safe color of #9BE8A6 is #99FF99 (or #9F9).

RGB color model

#9BE8A6 color RGB value is (155,232,166).

RGB: (155,232,166) (61%, 91%, 65%)

RGB channels and saturation

R 155 of 255 = 61%
G 232 of 255 = 91%
B 166 of 255 = 65%

155
232
166

R + G + B ~ 72%. #9BE8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 232 + 166 = 553 (100%)
R 155 of 553 ~ 28.03%
G 232 of 553 ~ 41.95%
B 166 of 553 ~ 30.02'%

%28.03
%41.95
%30.02

CMYK color model

#9BE8A6 color CMYK value is (33,0,28,9).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 9.02%

CMYK: (33,0,28,9)
C33M0Y28K9 (33%, 0%, 28%, 9%)
(0.33 / 0.00 / 0.28 / 0.09)

CMYK percentages

%33.19
%0
%28.45
%9.02

Codes

Color #9BE8A6 in popluar color models

9B E8 A6
RGB 155 232 166
HSL 129° 62.60% 75.88%
HSB/HSV 129° 33.19% 90.98%
CMYK 33.19% 0.00% 28.45%
9.02%

Color #9BE8A6 in popluar number systems.

HEX 9B E8 A6
Decimal 155 232 166
Binary 10011011 11101000 10100110
Octal 233 350 246

Shades and tints

Shades of #9BE8A6

#9BE8A6
(155,232,166)
#8DD397
(141,211,151)
#7FBE88
(127,190,136)
#71A979
(113,169,121)
#63946A
(99,148,106)
#557F5B
(85,127,91)
#476A4C
(71,106,76)
#39553D
(57,85,61)
#2B402E
(43,64,46)
#1D2B1F
(29,43,31)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #9BE8A6

#9BE8A6
(155,232,166)
#A4EAAE
(164,234,174)
#ADECB6
(173,236,182)
#B6EEBE
(182,238,190)
#BFF0C6
(191,240,198)
#C8F2CE
(200,242,206)
#D1F4D6
(209,244,214)
#DAF6DE
(218,246,222)
#E3F8E6
(227,248,230)
#ECFAEE
(236,250,238)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE8A6 color. Also use rgb(155,232,166) instead hex code.

Text Font Color

.myTextColor { color: #9BE8A6; }

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

This text font color is #9BE8A6.

Background Color

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

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

This div background color is #9BE8A6.

Border color

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

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

This div border color is #9BE8A6.

Opacity

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

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

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

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

This text has shadow with #9BE8A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE8A6.

Preview

Color preview on black background

This text has color #9BE8A6 on black background.


Color preview on white background

This text has color #9BE8A6 on white background.


Black color preview on #9BE8A6 background

This text has black color on #9BE8A6 background.


White color preview on #9BE8A6 background

This text has white color on #9BE8A6 background.


Related colors

Complementary color

Complementary color for #hex is #641759.


I love getcolorcode.com

Triadic colors

1 #A69BE8 and #E8A69B with #9BE8A6 are triadic colors.

2 #A6E89B and #E89BA6 with #9BE8A6 are triadic colors.