COLOR #9AE0D9

HEX: #9AE0D9
RGB: (154,224,217)

Color info

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

RGB color model

#9AE0D9 color RGB value is (154,224,217).

  • red value is 154;
  • green value is 224;
  • blue value is 217.
RGB:
(154,224,217)
(60%,88%,85%)

RGB channels and saturation

R 154 of 255 = 60%
G 224 of 255 = 88%
B 217 of 255 = 85%

154
224
217

R + G + B ~ 78%. #9AE0D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 224 + 217 = 595 (100%)
R 154 of 595 ~ 25.88%
G 224 of 595 ~ 37.65%
B 217 of 595 ~ 36.47%

%25.88
%37.65
%36.47

CMYK color model

#9AE0D9 color CMYK value is (31,0,3,12).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(31,0,3,12)
C31M0Y3K12 
(31%,0%,3%,12%)
(0.31/0.00/0.03/0.12)	

CMYK percentages

%31.25
%0
%3.13
%12.16

Codes

Color #9AE0D9 in popluar color models

9AE0D9
RGB154224217
HSL174°53.03%74.12%
HSB/HSV174°31.25%87.84%
CMYK31.25%0.00%3.13%
12.16%

Color #9AE0D9 in popluar number systems.

HEX9AE0D9
Decimal154224217
Binary100110101110000011011001
Octal232340331

Shades and tints

Shades of #9AE0D9

#9AE0D9
(154,224,217)
#8CCCC6
(140,204,198)
#7EB8B3
(126,184,179)
#70A4A0
(112,164,160)
#62908D
(98,144,141)
#547C7A
(84,124,122)
#466867
(70,104,103)
#385454
(56,84,84)
#2A4041
(42,64,65)
#1C2C2E
(28,44,46)
#0E181B
(14,24,27)
#000000
(0,0,0)

Tints of #9AE0D9

#9AE0D9
(154,224,217)
#A3E2DC
(163,226,220)
#ACE4DF
(172,228,223)
#B5E6E2
(181,230,226)
#BEE8E5
(190,232,229)
#C7EAE8
(199,234,232)
#D0ECEB
(208,236,235)
#D9EEEE
(217,238,238)
#E2F0F1
(226,240,241)
#EBF2F4
(235,242,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE0D9 color. Also use rgb(154,224,217) instead hex code.

Text Font Color

.myTextColor { color: #9AE0D9; }

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

This text font color is #9AE0D9.


Background Color

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

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

This div background color is #9AE0D9.


Border color

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

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

This div border color is #9AE0D9.


Opacity

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

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

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

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

This text has shadow with #9AE0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE0D9 on black background.


Color preview on white background

This text has color #9AE0D9 on white background.



Black color preview on #9AE0D9 background

This text has black color on #9AE0D9 background.


White color preview on #9AE0D9 background

This text has white color on #9AE0D9 background.