COLOR #9AE2DB

HEX: #9AE2DB RGB: (154,226,219)

Color info

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

RGB color model

#9AE2DB color RGB value is (154,226,219).

RGB: (154,226,219) (60%, 89%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 226 of 255 = 89%
B 219 of 255 = 86%

154
226
219

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

Portions of RGB colors in percentages

R + G + B = 154 + 226 + 219 = 599 (100%)
R 154 of 599 ~ 25.71%
G 226 of 599 ~ 37.73%
B 219 of 599 ~ 36.56'%

%25.71
%37.73
%36.56

CMYK color model

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

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%

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

CMYK percentages

%31.86
%0
%3.1
%11.37

Codes

Color #9AE2DB in popluar color models

9A E2 DB
RGB 154 226 219
HSL 174° 55.38% 74.51%
HSB/HSV 174° 31.86% 88.63%
CMYK 31.86% 0.00% 3.10%
11.37%

Color #9AE2DB in popluar number systems.

HEX 9A E2 DB
Decimal 154 226 219
Binary 10011010 11100010 11011011
Octal 232 342 333

Shades and tints

Shades of #9AE2DB

#9AE2DB
(154,226,219)
#8CCEC8
(140,206,200)
#7EBAB5
(126,186,181)
#70A6A2
(112,166,162)
#62928F
(98,146,143)
#547E7C
(84,126,124)
#466A69
(70,106,105)
#385656
(56,86,86)
#2A4243
(42,66,67)
#1C2E30
(28,46,48)
#0E1A1D
(14,26,29)
#000000
(0,0,0)

Tints of #9AE2DB

#9AE2DB
(154,226,219)
#A3E4DE
(163,228,222)
#ACE6E1
(172,230,225)
#B5E8E4
(181,232,228)
#BEEAE7
(190,234,231)
#C7ECEA
(199,236,234)
#D0EEED
(208,238,237)
#D9F0F0
(217,240,240)
#E2F2F3
(226,242,243)
#EBF4F6
(235,244,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE2DB color. Also use rgb(154,226,219) instead hex code.

Text Font Color

.myTextColor { color: #9AE2DB; }

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

This text font color is #9AE2DB.

Background Color

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

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

This div background color is #9AE2DB.

Border color

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

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

This div border color is #9AE2DB.

Opacity

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

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

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

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

This text has shadow with #9AE2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AE2DB.

Preview

Color preview on black background

This text has color #9AE2DB on black background.


Color preview on white background

This text has color #9AE2DB on white background.


Black color preview on #9AE2DB background

This text has black color on #9AE2DB background.


White color preview on #9AE2DB background

This text has white color on #9AE2DB background.


Related colors

Complementary color

Complementary color for #hex is #651D24.


I love getcolorcode.com

Triadic colors

1 #DB9AE2 and #E2DB9A with #9AE2DB are triadic colors.

2 #DBE29A and #E29ADB with #9AE2DB are triadic colors.