COLOR #9BE1AE

HEX: #9BE1AE RGB: (155,225,174)

Color info

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

RGB color model

#9BE1AE color RGB value is (155,225,174).

RGB: (155,225,174) (61%, 88%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 225 of 255 = 88%
B 174 of 255 = 68%

155
225
174

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

Portions of RGB colors in percentages

R + G + B = 155 + 225 + 174 = 554 (100%)
R 155 of 554 ~ 27.98%
G 225 of 554 ~ 40.61%
B 174 of 554 ~ 31.41'%

%27.98
%40.61
%31.41

CMYK color model

#9BE1AE color CMYK value is (31,0,23,12).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 11.76%

CMYK: (31,0,23,12)
C31M0Y23K12 (31%, 0%, 23%, 12%)
(0.31 / 0.00 / 0.23 / 0.12)

CMYK percentages

%31.11
%0
%22.67
%11.76

Codes

Color #9BE1AE in popluar color models

9B E1 AE
RGB 155 225 174
HSL 136° 53.85% 74.51%
HSB/HSV 136° 31.11% 88.24%
CMYK 31.11% 0.00% 22.67%
11.76%

Color #9BE1AE in popluar number systems.

HEX 9B E1 AE
Decimal 155 225 174
Binary 10011011 11100001 10101110
Octal 233 341 256

Shades and tints

Shades of #9BE1AE

#9BE1AE
(155,225,174)
#8DCD9F
(141,205,159)
#7FB990
(127,185,144)
#71A581
(113,165,129)
#639172
(99,145,114)
#557D63
(85,125,99)
#476954
(71,105,84)
#395545
(57,85,69)
#2B4136
(43,65,54)
#1D2D27
(29,45,39)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #9BE1AE

#9BE1AE
(155,225,174)
#A4E3B5
(164,227,181)
#ADE5BC
(173,229,188)
#B6E7C3
(182,231,195)
#BFE9CA
(191,233,202)
#C8EBD1
(200,235,209)
#D1EDD8
(209,237,216)
#DAEFDF
(218,239,223)
#E3F1E6
(227,241,230)
#ECF3ED
(236,243,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE1AE; }

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

This text font color is #9BE1AE.

Background Color

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

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

This div background color is #9BE1AE.

Border color

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

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

This div border color is #9BE1AE.

Opacity

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

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

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

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

This text has shadow with #9BE1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE1AE.

Preview

Color preview on black background

This text has color #9BE1AE on black background.


Color preview on white background

This text has color #9BE1AE on white background.


Black color preview on #9BE1AE background

This text has black color on #9BE1AE background.


White color preview on #9BE1AE background

This text has white color on #9BE1AE background.


Related colors

Complementary color

Complementary color for #hex is #641E51.


I love getcolorcode.com

Triadic colors

1 #AE9BE1 and #E1AE9B with #9BE1AE are triadic colors.

2 #AEE19B and #E19BAE with #9BE1AE are triadic colors.