COLOR #9AE1EC

HEX: #9AE1EC
RGB: (154,225,236)

Color info

#9AE1EC contains mainly green and blue colors. Web safe color of #9AE1EC is #99CCFF (or #9CF).

RGB color model

#9AE1EC color RGB value is (154,225,236).

  • red value is 154;
  • green value is 225;
  • blue value is 236.
RGB:
(154,225,236)
(60%,88%,93%)

RGB channels and saturation

R 154 of 255 = 60%
G 225 of 255 = 88%
B 236 of 255 = 93%

154
225
236

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

Portions of RGB colors in percentages

R + G + B =
154 + 225 + 236 = 615 (100%)
R 154 of 615 ~ 25.04%
G 225 of 615 ~ 36.59%
B 236 of 615 ~ 38.37%

%25.04
%36.59
%38.37

CMYK color model

#9AE1EC color CMYK value is (35,5,0,7).

  • cyan value is 34.75%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(35,5,0,7)
C35M5Y0K7 
(35%,5%,0%,7%)
(0.35/0.05/0.00/0.07)	

CMYK percentages

%34.75
%4.66
%0
%7.45

Codes

Color #9AE1EC in popluar color models

9AE1EC
RGB154225236
HSL188°68.33%76.47%
HSB/HSV188°34.75%92.55%
CMYK34.75%4.66%0.00%
7.45%

Color #9AE1EC in popluar number systems.

HEX9AE1EC
Decimal154225236
Binary100110101110000111101100
Octal232341354

Shades and tints

Shades of #9AE1EC

#9AE1EC
(154,225,236)
#8CCDD7
(140,205,215)
#7EB9C2
(126,185,194)
#70A5AD
(112,165,173)
#629198
(98,145,152)
#547D83
(84,125,131)
#46696E
(70,105,110)
#385559
(56,85,89)
#2A4144
(42,65,68)
#1C2D2F
(28,45,47)
#0E191A
(14,25,26)
#000000
(0,0,0)

Tints of #9AE1EC

#9AE1EC
(154,225,236)
#A3E3ED
(163,227,237)
#ACE5EE
(172,229,238)
#B5E7EF
(181,231,239)
#BEE9F0
(190,233,240)
#C7EBF1
(199,235,241)
#D0EDF2
(208,237,242)
#D9EFF3
(217,239,243)
#E2F1F4
(226,241,244)
#EBF3F5
(235,243,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE1EC color. Also use rgb(154,225,236) instead hex code.

Text Font Color

.myTextColor { color: #9AE1EC; }

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

This text font color is #9AE1EC.


Background Color

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

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

This div background color is #9AE1EC.


Border color

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

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

This div border color is #9AE1EC.


Opacity

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

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

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

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

This text has shadow with #9AE1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE1EC on black background.


Color preview on white background

This text has color #9AE1EC on white background.



Black color preview on #9AE1EC background

This text has black color on #9AE1EC background.


White color preview on #9AE1EC background

This text has white color on #9AE1EC background.