COLOR #9AEEE5

HEX: #9AEEE5
RGB: (154,238,229)

Color info

#9AEEE5 contains mainly green and blue colors. Web safe color of #9AEEE5 is #99FFCC (or #9FC).

RGB color model

#9AEEE5 color RGB value is (154,238,229).

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

RGB channels and saturation

R 154 of 255 = 60%
G 238 of 255 = 93%
B 229 of 255 = 90%

154
238
229

R + G + B ~ 81%. #9AEEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 238 + 229 = 621 (100%)
R 154 of 621 ~ 24.8%
G 238 of 621 ~ 38.33%
B 229 of 621 ~ 36.88%

%24.8
%38.33
%36.88

CMYK color model

#9AEEE5 color CMYK value is (35,0,4,7).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(35,0,4,7)
C35M0Y4K7 
(35%,0%,4%,7%)
(0.35/0.00/0.04/0.07)	

CMYK percentages

%35.29
%0
%3.78
%6.67

Codes

Color #9AEEE5 in popluar color models

9AEEE5
RGB154238229
HSL174°71.19%76.86%
HSB/HSV174°35.29%93.33%
CMYK35.29%0.00%3.78%
6.67%

Color #9AEEE5 in popluar number systems.

HEX9AEEE5
Decimal154238229
Binary100110101110111011100101
Octal232356345

Shades and tints

Shades of #9AEEE5

#9AEEE5
(154,238,229)
#8CD9D1
(140,217,209)
#7EC4BD
(126,196,189)
#70AFA9
(112,175,169)
#629A95
(98,154,149)
#548581
(84,133,129)
#46706D
(70,112,109)
#385B59
(56,91,89)
#2A4645
(42,70,69)
#1C3131
(28,49,49)
#0E1C1D
(14,28,29)
#000000
(0,0,0)

Tints of #9AEEE5

#9AEEE5
(154,238,229)
#A3EFE7
(163,239,231)
#ACF0E9
(172,240,233)
#B5F1EB
(181,241,235)
#BEF2ED
(190,242,237)
#C7F3EF
(199,243,239)
#D0F4F1
(208,244,241)
#D9F5F3
(217,245,243)
#E2F6F5
(226,246,245)
#EBF7F7
(235,247,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AEEE5; }

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

This text font color is #9AEEE5.


Background Color

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

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

This div background color is #9AEEE5.


Border color

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

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

This div border color is #9AEEE5.


Opacity

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

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

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

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

This text has shadow with #9AEEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEEE5 on black background.


Color preview on white background

This text has color #9AEEE5 on white background.



Black color preview on #9AEEE5 background

This text has black color on #9AEEE5 background.


White color preview on #9AEEE5 background

This text has white color on #9AEEE5 background.