COLOR #9AE4E5

HEX: #9AE4E5
RGB: (154,228,229)

Color info

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

RGB color model

#9AE4E5 color RGB value is (154,228,229).

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

RGB channels and saturation

R 154 of 255 = 60%
G 228 of 255 = 89%
B 229 of 255 = 90%

154
228
229

R + G + B ~ 80%. #9AE4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 228 + 229 = 611 (100%)
R 154 of 611 ~ 25.2%
G 228 of 611 ~ 37.32%
B 229 of 611 ~ 37.48%

%25.2
%37.32
%37.48

CMYK color model

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

  • cyan value is 32.75%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(33,0,0,10)
C33M0Y0K10 
(33%,0%,0%,10%)
(0.33/0.00/0.00/0.10)	

CMYK percentages

%32.75
%0.44
%0
%10.2

Codes

Color #9AE4E5 in popluar color models

9AE4E5
RGB154228229
HSL181°59.06%75.10%
HSB/HSV181°32.75%89.80%
CMYK32.75%0.44%0.00%
10.20%

Color #9AE4E5 in popluar number systems.

HEX9AE4E5
Decimal154228229
Binary100110101110010011100101
Octal232344345

Shades and tints

Shades of #9AE4E5

#9AE4E5
(154,228,229)
#8CD0D1
(140,208,209)
#7EBCBD
(126,188,189)
#70A8A9
(112,168,169)
#629495
(98,148,149)
#548081
(84,128,129)
#466C6D
(70,108,109)
#385859
(56,88,89)
#2A4445
(42,68,69)
#1C3031
(28,48,49)
#0E1C1D
(14,28,29)
#000000
(0,0,0)

Tints of #9AE4E5

#9AE4E5
(154,228,229)
#A3E6E7
(163,230,231)
#ACE8E9
(172,232,233)
#B5EAEB
(181,234,235)
#BEECED
(190,236,237)
#C7EEEF
(199,238,239)
#D0F0F1
(208,240,241)
#D9F2F3
(217,242,243)
#E2F4F5
(226,244,245)
#EBF6F7
(235,246,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AE4E5; }

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

This text font color is #9AE4E5.


Background Color

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

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

This div background color is #9AE4E5.


Border color

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

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

This div border color is #9AE4E5.


Opacity

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

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

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

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

This text has shadow with #9AE4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE4E5 on black background.


Color preview on white background

This text has color #9AE4E5 on white background.



Black color preview on #9AE4E5 background

This text has black color on #9AE4E5 background.


White color preview on #9AE4E5 background

This text has white color on #9AE4E5 background.