COLOR #9BE2A4

HEX: #9BE2A4 RGB: (155,226,164)

Color info

#9BE2A4 contains mainly green color. Web safe color of #9BE2A4 is #99CC99 (or #9C9).

RGB color model

#9BE2A4 color RGB value is (155,226,164).

RGB: (155,226,164) (61%, 89%, 64%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 164 of 255 = 64%

155
226
164

R + G + B ~ 71%. #9BE2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 226 + 164 = 545 (100%)
R 155 of 545 ~ 28.44%
G 226 of 545 ~ 41.47%
B 164 of 545 ~ 30.09'%

%28.44
%41.47
%30.09

CMYK color model

#9BE2A4 color CMYK value is (31,0,27,11).

  • cyan value is 31.42%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 11.37%

CMYK: (31,0,27,11)
C31M0Y27K11 (31%, 0%, 27%, 11%)
(0.31 / 0.00 / 0.27 / 0.11)

CMYK percentages

%31.42
%0
%27.43
%11.37

Codes

Color #9BE2A4 in popluar color models

9B E2 A4
RGB 155 226 164
HSL 128° 55.04% 74.71%
HSB/HSV 128° 31.42% 88.63%
CMYK 31.42% 0.00% 27.43%
11.37%

Color #9BE2A4 in popluar number systems.

HEX 9B E2 A4
Decimal 155 226 164
Binary 10011011 11100010 10100100
Octal 233 342 244

Shades and tints

Shades of #9BE2A4

#9BE2A4
(155,226,164)
#8DCE96
(141,206,150)
#7FBA88
(127,186,136)
#71A67A
(113,166,122)
#63926C
(99,146,108)
#557E5E
(85,126,94)
#476A50
(71,106,80)
#395642
(57,86,66)
#2B4234
(43,66,52)
#1D2E26
(29,46,38)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #9BE2A4

#9BE2A4
(155,226,164)
#A4E4AC
(164,228,172)
#ADE6B4
(173,230,180)
#B6E8BC
(182,232,188)
#BFEAC4
(191,234,196)
#C8ECCC
(200,236,204)
#D1EED4
(209,238,212)
#DAF0DC
(218,240,220)
#E3F2E4
(227,242,228)
#ECF4EC
(236,244,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE2A4 color. Also use rgb(155,226,164) instead hex code.

Text Font Color

.myTextColor { color: #9BE2A4; }

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

This text font color is #9BE2A4.

Background Color

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

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

This div background color is #9BE2A4.

Border color

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

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

This div border color is #9BE2A4.

Opacity

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

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

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

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

This text has shadow with #9BE2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE2A4.

Preview

Color preview on black background

This text has color #9BE2A4 on black background.


Color preview on white background

This text has color #9BE2A4 on white background.


Black color preview on #9BE2A4 background

This text has black color on #9BE2A4 background.


White color preview on #9BE2A4 background

This text has white color on #9BE2A4 background.


Related colors

Complementary color

Complementary color for #hex is #641D5B.


I love getcolorcode.com

Triadic colors

1 #A49BE2 and #E2A49B with #9BE2A4 are triadic colors.

2 #A4E29B and #E29BA4 with #9BE2A4 are triadic colors.