COLOR #9AE4DD

HEX: #9AE4DD RGB: (154,228,221)

Color info

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

RGB color model

#9AE4DD color RGB value is (154,228,221).

RGB: (154,228,221) (60%, 89%, 87%)

RGB channels and saturation

R 154 of 255 = 60%
G 228 of 255 = 89%
B 221 of 255 = 87%

154
228
221

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

Portions of RGB colors in percentages

R + G + B = 154 + 228 + 221 = 603 (100%)
R 154 of 603 ~ 25.54%
G 228 of 603 ~ 37.81%
B 221 of 603 ~ 36.65'%

%25.54
%37.81
%36.65

CMYK color model

#9AE4DD color CMYK value is (32,0,3,11).

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 10.59%

CMYK: (32,0,3,11)
C32M0Y3K11 (32%, 0%, 3%, 11%)
(0.32 / 0.00 / 0.03 / 0.11)

CMYK percentages

%32.46
%0
%3.07
%10.59

Codes

Color #9AE4DD in popluar color models

9A E4 DD
RGB 154 228 221
HSL 174° 57.81% 74.90%
HSB/HSV 174° 32.46% 89.41%
CMYK 32.46% 0.00% 3.07%
10.59%

Color #9AE4DD in popluar number systems.

HEX 9A E4 DD
Decimal 154 228 221
Binary 10011010 11100100 11011101
Octal 232 344 335

Shades and tints

Shades of #9AE4DD

#9AE4DD
(154,228,221)
#8CD0C9
(140,208,201)
#7EBCB5
(126,188,181)
#70A8A1
(112,168,161)
#62948D
(98,148,141)
#548079
(84,128,121)
#466C65
(70,108,101)
#385851
(56,88,81)
#2A443D
(42,68,61)
#1C3029
(28,48,41)
#0E1C15
(14,28,21)
#000000
(0,0,0)

Tints of #9AE4DD

#9AE4DD
(154,228,221)
#A3E6E0
(163,230,224)
#ACE8E3
(172,232,227)
#B5EAE6
(181,234,230)
#BEECE9
(190,236,233)
#C7EEEC
(199,238,236)
#D0F0EF
(208,240,239)
#D9F2F2
(217,242,242)
#E2F4F5
(226,244,245)
#EBF6F8
(235,246,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE4DD color. Also use rgb(154,228,221) instead hex code.

Text Font Color

.myTextColor { color: #9AE4DD; }

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

This text font color is #9AE4DD.

Background Color

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

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

This div background color is #9AE4DD.

Border color

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

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

This div border color is #9AE4DD.

Opacity

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

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

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

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

This text has shadow with #9AE4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AE4DD.

Preview

Color preview on black background

This text has color #9AE4DD on black background.


Color preview on white background

This text has color #9AE4DD on white background.


Black color preview on #9AE4DD background

This text has black color on #9AE4DD background.


White color preview on #9AE4DD background

This text has white color on #9AE4DD background.


Related colors

Complementary color

Complementary color for #hex is #651B22.


I love getcolorcode.com

Triadic colors

1 #DD9AE4 and #E4DD9A with #9AE4DD are triadic colors.

2 #DDE49A and #E49ADD with #9AE4DD are triadic colors.