COLOR #9AE3B1

HEX: #9AE3B1
RGB: (154,227,177)

Color info

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

RGB color model

#9AE3B1 color RGB value is (154,227,177).

  • red value is 154;
  • green value is 227;
  • blue value is 177.
RGB:
(154,227,177)
(60%,89%,69%)

RGB channels and saturation

R 154 of 255 = 60%
G 227 of 255 = 89%
B 177 of 255 = 69%

154
227
177

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

Portions of RGB colors in percentages

R + G + B =
154 + 227 + 177 = 558 (100%)
R 154 of 558 ~ 27.6%
G 227 of 558 ~ 40.68%
B 177 of 558 ~ 31.72%

%27.6
%40.68
%31.72

CMYK color model

#9AE3B1 color CMYK value is (32,0,22,11).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 10.98%
CMYK:
(32,0,22,11)
C32M0Y22K11 
(32%,0%,22%,11%)
(0.32/0.00/0.22/0.11)	

CMYK percentages

%32.16
%0
%22.03
%10.98

Codes

Color #9AE3B1 in popluar color models

9AE3B1
RGB154227177
HSL139°56.59%74.71%
HSB/HSV139°32.16%89.02%
CMYK32.16%0.00%22.03%
10.98%

Color #9AE3B1 in popluar number systems.

HEX9AE3B1
Decimal154227177
Binary100110101110001110110001
Octal232343261

Shades and tints

Shades of #9AE3B1

#9AE3B1
(154,227,177)
#8CCFA1
(140,207,161)
#7EBB91
(126,187,145)
#70A781
(112,167,129)
#629371
(98,147,113)
#547F61
(84,127,97)
#466B51
(70,107,81)
#385741
(56,87,65)
#2A4331
(42,67,49)
#1C2F21
(28,47,33)
#0E1B11
(14,27,17)
#000000
(0,0,0)

Tints of #9AE3B1

#9AE3B1
(154,227,177)
#A3E5B8
(163,229,184)
#ACE7BF
(172,231,191)
#B5E9C6
(181,233,198)
#BEEBCD
(190,235,205)
#C7EDD4
(199,237,212)
#D0EFDB
(208,239,219)
#D9F1E2
(217,241,226)
#E2F3E9
(226,243,233)
#EBF5F0
(235,245,240)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE3B1 color. Also use rgb(154,227,177) instead hex code.

Text Font Color

.myTextColor { color: #9AE3B1; }

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

This text font color is #9AE3B1.


Background Color

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

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

This div background color is #9AE3B1.


Border color

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

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

This div border color is #9AE3B1.


Opacity

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

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

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

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

This text has shadow with #9AE3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE3B1 on black background.


Color preview on white background

This text has color #9AE3B1 on white background.



Black color preview on #9AE3B1 background

This text has black color on #9AE3B1 background.


White color preview on #9AE3B1 background

This text has white color on #9AE3B1 background.