COLOR #9AE6DE

HEX: #9AE6DE
RGB: (154,230,222)

Color info

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

RGB color model

#9AE6DE color RGB value is (154,230,222).

  • red value is 154;
  • green value is 230;
  • blue value is 222.
RGB:
(154,230,222)
(60%,90%,87%)

RGB channels and saturation

R 154 of 255 = 60%
G 230 of 255 = 90%
B 222 of 255 = 87%

154
230
222

R + G + B ~ 79%. #9AE6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 230 + 222 = 606 (100%)
R 154 of 606 ~ 25.41%
G 230 of 606 ~ 37.95%
B 222 of 606 ~ 36.63%

%25.41
%37.95
%36.63

CMYK color model

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

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(33,0,3,10)
C33M0Y3K10 
(33%,0%,3%,10%)
(0.33/0.00/0.03/0.10)	

CMYK percentages

%33.04
%0
%3.48
%9.8

Codes

Color #9AE6DE in popluar color models

9AE6DE
RGB154230222
HSL174°60.32%75.29%
HSB/HSV174°33.04%90.20%
CMYK33.04%0.00%3.48%
9.80%

Color #9AE6DE in popluar number systems.

HEX9AE6DE
Decimal154230222
Binary100110101110011011011110
Octal232346336

Shades and tints

Shades of #9AE6DE

#9AE6DE
(154,230,222)
#8CD2CA
(140,210,202)
#7EBEB6
(126,190,182)
#70AAA2
(112,170,162)
#62968E
(98,150,142)
#54827A
(84,130,122)
#466E66
(70,110,102)
#385A52
(56,90,82)
#2A463E
(42,70,62)
#1C322A
(28,50,42)
#0E1E16
(14,30,22)
#000000
(0,0,0)

Tints of #9AE6DE

#9AE6DE
(154,230,222)
#A3E8E1
(163,232,225)
#ACEAE4
(172,234,228)
#B5ECE7
(181,236,231)
#BEEEEA
(190,238,234)
#C7F0ED
(199,240,237)
#D0F2F0
(208,242,240)
#D9F4F3
(217,244,243)
#E2F6F6
(226,246,246)
#EBF8F9
(235,248,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE6DE color. Also use rgb(154,230,222) instead hex code.

Text Font Color

.myTextColor { color: #9AE6DE; }

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

This text font color is #9AE6DE.


Background Color

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

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

This div background color is #9AE6DE.


Border color

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

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

This div border color is #9AE6DE.


Opacity

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

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

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

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

This text has shadow with #9AE6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE6DE on black background.


Color preview on white background

This text has color #9AE6DE on white background.



Black color preview on #9AE6DE background

This text has black color on #9AE6DE background.


White color preview on #9AE6DE background

This text has white color on #9AE6DE background.