COLOR #9AE4D7

HEX: #9AE4D7
RGB: (154,228,215)

Color info

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

RGB color model

#9AE4D7 color RGB value is (154,228,215).

  • red value is 154;
  • green value is 228;
  • blue value is 215.
RGB:
(154,228,215)
(60%,89%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 228 of 255 = 89%
B 215 of 255 = 84%

154
228
215

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

Portions of RGB colors in percentages

R + G + B =
154 + 228 + 215 = 597 (100%)
R 154 of 597 ~ 25.8%
G 228 of 597 ~ 38.19%
B 215 of 597 ~ 36.01%

%25.8
%38.19
%36.01

CMYK color model

#9AE4D7 color CMYK value is (32,0,6,11).

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 5.70%
  • key color value is 10.59%
CMYK:
(32,0,6,11)
C32M0Y6K11 
(32%,0%,6%,11%)
(0.32/0.00/0.06/0.11)	

CMYK percentages

%32.46
%0
%5.7
%10.59

Codes

Color #9AE4D7 in popluar color models

9AE4D7
RGB154228215
HSL169°57.81%74.90%
HSB/HSV169°32.46%89.41%
CMYK32.46%0.00%5.70%
10.59%

Color #9AE4D7 in popluar number systems.

HEX9AE4D7
Decimal154228215
Binary100110101110010011010111
Octal232344327

Shades and tints

Shades of #9AE4D7

#9AE4D7
(154,228,215)
#8CD0C4
(140,208,196)
#7EBCB1
(126,188,177)
#70A89E
(112,168,158)
#62948B
(98,148,139)
#548078
(84,128,120)
#466C65
(70,108,101)
#385852
(56,88,82)
#2A443F
(42,68,63)
#1C302C
(28,48,44)
#0E1C19
(14,28,25)
#000000
(0,0,0)

Tints of #9AE4D7

#9AE4D7
(154,228,215)
#A3E6DA
(163,230,218)
#ACE8DD
(172,232,221)
#B5EAE0
(181,234,224)
#BEECE3
(190,236,227)
#C7EEE6
(199,238,230)
#D0F0E9
(208,240,233)
#D9F2EC
(217,242,236)
#E2F4EF
(226,244,239)
#EBF6F2
(235,246,242)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AE4D7; }

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

This text font color is #9AE4D7.


Background Color

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

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

This div background color is #9AE4D7.


Border color

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

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

This div border color is #9AE4D7.


Opacity

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

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

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

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

This text has shadow with #9AE4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE4D7 on black background.


Color preview on white background

This text has color #9AE4D7 on white background.



Black color preview on #9AE4D7 background

This text has black color on #9AE4D7 background.


White color preview on #9AE4D7 background

This text has white color on #9AE4D7 background.