COLOR #9AD1E0

HEX: #9AD1E0 RGB: (154,209,224)

Color info

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

RGB color model

#9AD1E0 color RGB value is (154,209,224).

RGB: (154,209,224) (60%, 82%, 88%)

RGB channels and saturation

R 154 of 255 = 60%
G 209 of 255 = 82%
B 224 of 255 = 88%

154
209
224

R + G + B ~ 77%. #9AD1E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 209 + 224 = 587 (100%)
R 154 of 587 ~ 26.24%
G 209 of 587 ~ 35.6%
B 224 of 587 ~ 38.16'%

%26.24
%35.6
%38.16

CMYK color model

#9AD1E0 color CMYK value is (31,7,0,12).

  • cyan value is 31.25%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (31,7,0,12)
C31M7Y0K12 (31%, 7%, 0%, 12%)
(0.31 / 0.07 / 0.00 / 0.12)

CMYK percentages

%31.25
%6.7
%0
%12.16

Codes

Color #9AD1E0 in popluar color models

9A D1 E0
RGB 154 209 224
HSL 193° 53.03% 74.12%
HSB/HSV 193° 31.25% 87.84%
CMYK 31.25% 6.70% 0.00%
12.16%

Color #9AD1E0 in popluar number systems.

HEX 9A D1 E0
Decimal 154 209 224
Binary 10011010 11010001 11100000
Octal 232 321 340

Shades and tints

Shades of #9AD1E0

#9AD1E0
(154,209,224)
#8CBECC
(140,190,204)
#7EABB8
(126,171,184)
#7098A4
(112,152,164)
#628590
(98,133,144)
#54727C
(84,114,124)
#465F68
(70,95,104)
#384C54
(56,76,84)
#2A3940
(42,57,64)
#1C262C
(28,38,44)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #9AD1E0

#9AD1E0
(154,209,224)
#A3D5E2
(163,213,226)
#ACD9E4
(172,217,228)
#B5DDE6
(181,221,230)
#BEE1E8
(190,225,232)
#C7E5EA
(199,229,234)
#D0E9EC
(208,233,236)
#D9EDEE
(217,237,238)
#E2F1F0
(226,241,240)
#EBF5F2
(235,245,242)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD1E0 color. Also use rgb(154,209,224) instead hex code.

Text Font Color

.myTextColor { color: #9AD1E0; }

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

This text font color is #9AD1E0.

Background Color

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

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

This div background color is #9AD1E0.

Border color

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

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

This div border color is #9AD1E0.

Opacity

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

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

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

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

This text has shadow with #9AD1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD1E0.

Preview

Color preview on black background

This text has color #9AD1E0 on black background.


Color preview on white background

This text has color #9AD1E0 on white background.


Black color preview on #9AD1E0 background

This text has black color on #9AD1E0 background.


White color preview on #9AD1E0 background

This text has white color on #9AD1E0 background.


Related colors

Complementary color

Complementary color for #hex is #652E1F.


I love getcolorcode.com

Triadic colors

1 #E09AD1 and #D1E09A with #9AD1E0 are triadic colors.

2 #E0D19A and #D19AE0 with #9AD1E0 are triadic colors.