COLOR #9AD2E0

HEX: #9AD2E0
RGB: (154,210,224)

Color info

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

RGB color model

#9AD2E0 color RGB value is (154,210,224).

  • red value is 154;
  • green value is 210;
  • blue value is 224.
RGB: (154,210,224) (60%,82%,88%)

RGB channels and saturation

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

154
210
224

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

Portions of RGB colors in percentages

R + G + B =
154 + 210 + 224 = 588 (100%)
R 154 of 588 ~ 26.19%
G 210 of 588 ~ 35.71%
B 224 of 588 ~ 38.1%

%26.19
%35.71
%38.1

CMYK color model

#9AD2E0 color CMYK value is (31,6,0,12).

  • cyan value is 31.25%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (31,6,0,12) C31M6Y0K12 (31%,6%,0%,12%) (0.31/0.06/0.00/0.12)

CMYK percentages

%31.25
%6.25
%0
%12.16

Codes

Color #9AD2E0 in popluar color models

9AD2E0
RGB154210224
HSL192°53.03%74.12%
HSB/HSV192°31.25%87.84%
CMYK31.25%6.25%0.00%
12.16%

Color #9AD2E0 in popluar number systems.

HEX9AD2E0
Decimal154210224
Binary100110101101001011100000
Octal232322340

Shades and tints

Shades of #9AD2E0

#9AD2E0
(154,210,224)
#8CBFCC
(140,191,204)
#7EACB8
(126,172,184)
#7099A4
(112,153,164)
#628690
(98,134,144)
#54737C
(84,115,124)
#466068
(70,96,104)
#384D54
(56,77,84)
#2A3A40
(42,58,64)
#1C272C
(28,39,44)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9AD2E0

#9AD2E0
(154,210,224)
#A3D6E2
(163,214,226)
#ACDAE4
(172,218,228)
#B5DEE6
(181,222,230)
#BEE2E8
(190,226,232)
#C7E6EA
(199,230,234)
#D0EAEC
(208,234,236)
#D9EEEE
(217,238,238)
#E2F2F0
(226,242,240)
#EBF6F2
(235,246,242)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD2E0; }

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

This text font color is #9AD2E0.


Background Color

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

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

This div background color is #9AD2E0.


Border color

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

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

This div border color is #9AD2E0.


Opacity

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

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

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

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

This text has shadow with #9AD2E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9AD2E0 on black background.


Color preview on white background

This text has color #9AD2E0 on white background.



Black color preview on #9AD2E0 background

This text has black color on #9AD2E0 background.


White color preview on #9AD2E0 background

This text has white color on #9AD2E0 background.