COLOR #9BE2AE

HEX: #9BE2AE RGB: (155,226,174)

Color info

#9BE2AE contains mainly green and blue colors. Web safe color of #9BE2AE is #99CC99 (or #9C9).

RGB color model

#9BE2AE color RGB value is (155,226,174).

RGB: (155,226,174) (61%, 89%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 174 of 255 = 68%

155
226
174

R + G + B ~ 73%. #9BE2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 226 + 174 = 555 (100%)
R 155 of 555 ~ 27.93%
G 226 of 555 ~ 40.72%
B 174 of 555 ~ 31.35'%

%27.93
%40.72
%31.35

CMYK color model

#9BE2AE color CMYK value is (31,0,23,11).

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

CMYK: (31,0,23,11)
C31M0Y23K11 (31%, 0%, 23%, 11%)
(0.31 / 0.00 / 0.23 / 0.11)

CMYK percentages

%31.42
%0
%23.01
%11.37

Codes

Color #9BE2AE in popluar color models

9B E2 AE
RGB 155 226 174
HSL 136° 55.04% 74.71%
HSB/HSV 136° 31.42% 88.63%
CMYK 31.42% 0.00% 23.01%
11.37%

Color #9BE2AE in popluar number systems.

HEX 9B E2 AE
Decimal 155 226 174
Binary 10011011 11100010 10101110
Octal 233 342 256

Shades and tints

Shades of #9BE2AE

#9BE2AE
(155,226,174)
#8DCE9F
(141,206,159)
#7FBA90
(127,186,144)
#71A681
(113,166,129)
#639272
(99,146,114)
#557E63
(85,126,99)
#476A54
(71,106,84)
#395645
(57,86,69)
#2B4236
(43,66,54)
#1D2E27
(29,46,39)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #9BE2AE

#9BE2AE
(155,226,174)
#A4E4B5
(164,228,181)
#ADE6BC
(173,230,188)
#B6E8C3
(182,232,195)
#BFEACA
(191,234,202)
#C8ECD1
(200,236,209)
#D1EED8
(209,238,216)
#DAF0DF
(218,240,223)
#E3F2E6
(227,242,230)
#ECF4ED
(236,244,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE2AE; }

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

This text font color is #9BE2AE.

Background Color

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

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

This div background color is #9BE2AE.

Border color

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

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

This div border color is #9BE2AE.

Opacity

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

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

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

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

This text has shadow with #9BE2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE2AE.

Preview

Color preview on black background

This text has color #9BE2AE on black background.


Color preview on white background

This text has color #9BE2AE on white background.


Black color preview on #9BE2AE background

This text has black color on #9BE2AE background.


White color preview on #9BE2AE background

This text has white color on #9BE2AE background.


Related colors

Complementary color

Complementary color for #hex is #641D51.


I love getcolorcode.com

Triadic colors

1 #AE9BE2 and #E2AE9B with #9BE2AE are triadic colors.

2 #AEE29B and #E29BAE with #9BE2AE are triadic colors.