COLOR #9AE1DC

HEX: #9AE1DC RGB: (154,225,220)

Color info

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

RGB color model

#9AE1DC color RGB value is (154,225,220).

RGB: (154,225,220) (60%, 88%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 225 of 255 = 88%
B 220 of 255 = 86%

154
225
220

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

Portions of RGB colors in percentages

R + G + B = 154 + 225 + 220 = 599 (100%)
R 154 of 599 ~ 25.71%
G 225 of 599 ~ 37.56%
B 220 of 599 ~ 36.73'%

%25.71
%37.56
%36.73

CMYK color model

#9AE1DC color CMYK value is (32,0,2,12).

  • cyan value is 31.56%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK: (32,0,2,12) C32M0Y2K12 (32%,0%,2%,12%) (0.32/0.00/0.02/0.12) 

CMYK percentages

%31.56
%0
%2.22
%11.76

Codes

Color #9AE1DC in popluar color models

9A E1 DC
RGB 154 225 220
HSL 176° 54.20% 74.31%
HSB/HSV 176° 31.56% 88.24%
CMYK 31.56% 0.00% 2.22%
11.76%

Color #9AE1DC in popluar number systems.

HEX 9A E1 DC
Decimal 154 225 220
Binary 10011010 11100001 11011100
Octal 232 341 334

Shades and tints

Shades of #9AE1DC

#9AE1DC
(154,225,220)
#8CCDC8
(140,205,200)
#7EB9B4
(126,185,180)
#70A5A0
(112,165,160)
#62918C
(98,145,140)
#547D78
(84,125,120)
#466964
(70,105,100)
#385550
(56,85,80)
#2A413C
(42,65,60)
#1C2D28
(28,45,40)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #9AE1DC

#9AE1DC
(154,225,220)
#A3E3DF
(163,227,223)
#ACE5E2
(172,229,226)
#B5E7E5
(181,231,229)
#BEE9E8
(190,233,232)
#C7EBEB
(199,235,235)
#D0EDEE
(208,237,238)
#D9EFF1
(217,239,241)
#E2F1F4
(226,241,244)
#EBF3F7
(235,243,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AE1DC; }

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

This text font color is #9AE1DC.

Background Color

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

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

This div background color is #9AE1DC.

Border color

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

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

This div border color is #9AE1DC.

Opacity

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

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

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

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

This text has shadow with #9AE1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AE1DC.

Preview

Color preview on black background

This text has color #9AE1DC on black background.


Color preview on white background

This text has color #9AE1DC on white background.


Black color preview on #9AE1DC background

This text has black color on #9AE1DC background.


White color preview on #9AE1DC background

This text has white color on #9AE1DC background.


Related colors

Complementary color

Complementary color for #hex is #651E23.


I love getcolorcode.com

Triadic colors

1 #DC9AE1 and #E1DC9A with #9AE1DC are triadic colors.

2 #DCE19A and #E19ADC with #9AE1DC are triadic colors.