COLOR #9AE5BB

HEX: #9AE5BB
RGB: (154,229,187)

Color info

#9AE5BB contains mainly green and blue colors. Web safe color of #9AE5BB is #99CCCC (or #9CC).

RGB color model

#9AE5BB color RGB value is (154,229,187).

  • red value is 154;
  • green value is 229;
  • blue value is 187.
RGB:
(154,229,187)
(60%,90%,73%)

RGB channels and saturation

R 154 of 255 = 60%
G 229 of 255 = 90%
B 187 of 255 = 73%

154
229
187

R + G + B ~ 74%. #9AE5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 229 + 187 = 570 (100%)
R 154 of 570 ~ 27.02%
G 229 of 570 ~ 40.18%
B 187 of 570 ~ 32.81%

%27.02
%40.18
%32.81

CMYK color model

#9AE5BB color CMYK value is (33,0,18,10).

  • cyan value is 32.75%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 10.20%
CMYK:
(33,0,18,10)
C33M0Y18K10 
(33%,0%,18%,10%)
(0.33/0.00/0.18/0.10)	

CMYK percentages

%32.75
%0
%18.34
%10.2

Codes

Color #9AE5BB in popluar color models

9AE5BB
RGB154229187
HSL146°59.06%75.10%
HSB/HSV146°32.75%89.80%
CMYK32.75%0.00%18.34%
10.20%

Color #9AE5BB in popluar number systems.

HEX9AE5BB
Decimal154229187
Binary100110101110010110111011
Octal232345273

Shades and tints

Shades of #9AE5BB

#9AE5BB
(154,229,187)
#8CD1AA
(140,209,170)
#7EBD99
(126,189,153)
#70A988
(112,169,136)
#629577
(98,149,119)
#548166
(84,129,102)
#466D55
(70,109,85)
#385944
(56,89,68)
#2A4533
(42,69,51)
#1C3122
(28,49,34)
#0E1D11
(14,29,17)
#000000
(0,0,0)

Tints of #9AE5BB

#9AE5BB
(154,229,187)
#A3E7C1
(163,231,193)
#ACE9C7
(172,233,199)
#B5EBCD
(181,235,205)
#BEEDD3
(190,237,211)
#C7EFD9
(199,239,217)
#D0F1DF
(208,241,223)
#D9F3E5
(217,243,229)
#E2F5EB
(226,245,235)
#EBF7F1
(235,247,241)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE5BB color. Also use rgb(154,229,187) instead hex code.

Text Font Color

.myTextColor { color: #9AE5BB; }

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

This text font color is #9AE5BB.


Background Color

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

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

This div background color is #9AE5BB.


Border color

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

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

This div border color is #9AE5BB.


Opacity

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

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

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

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

This text has shadow with #9AE5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE5BB on black background.


Color preview on white background

This text has color #9AE5BB on white background.



Black color preview on #9AE5BB background

This text has black color on #9AE5BB background.


White color preview on #9AE5BB background

This text has white color on #9AE5BB background.