COLOR #9ADCE2

HEX: #9ADCE2
RGB: (154,220,226)

Color info

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

RGB color model

#9ADCE2 color RGB value is (154,220,226).

  • red value is 154;
  • green value is 220;
  • blue value is 226.
RGB:
(154,220,226)
(60%,86%,89%)

RGB channels and saturation

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

154
220
226

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

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 226 = 600 (100%)
R 154 of 600 ~ 25.67%
G 220 of 600 ~ 36.67%
B 226 of 600 ~ 37.67%

%25.67
%36.67
%37.67

CMYK color model

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

  • cyan value is 31.86%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(32,3,0,11)
C32M3Y0K11 
(32%,3%,0%,11%)
(0.32/0.03/0.00/0.11)	

CMYK percentages

%31.86
%2.65
%0
%11.37

Codes

Color #9ADCE2 in popluar color models

9ADCE2
RGB154220226
HSL185°55.38%74.51%
HSB/HSV185°31.86%88.63%
CMYK31.86%2.65%0.00%
11.37%

Color #9ADCE2 in popluar number systems.

HEX9ADCE2
Decimal154220226
Binary100110101101110011100010
Octal232334342

Shades and tints

Shades of #9ADCE2

#9ADCE2
(154,220,226)
#8CC8CE
(140,200,206)
#7EB4BA
(126,180,186)
#70A0A6
(112,160,166)
#628C92
(98,140,146)
#54787E
(84,120,126)
#46646A
(70,100,106)
#385056
(56,80,86)
#2A3C42
(42,60,66)
#1C282E
(28,40,46)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #9ADCE2

#9ADCE2
(154,220,226)
#A3DFE4
(163,223,228)
#ACE2E6
(172,226,230)
#B5E5E8
(181,229,232)
#BEE8EA
(190,232,234)
#C7EBEC
(199,235,236)
#D0EEEE
(208,238,238)
#D9F1F0
(217,241,240)
#E2F4F2
(226,244,242)
#EBF7F4
(235,247,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADCE2; }

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

This text font color is #9ADCE2.


Background Color

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

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

This div background color is #9ADCE2.


Border color

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

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

This div border color is #9ADCE2.


Opacity

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

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

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

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

This text has shadow with #9ADCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCE2 on black background.


Color preview on white background

This text has color #9ADCE2 on white background.



Black color preview on #9ADCE2 background

This text has black color on #9ADCE2 background.


White color preview on #9ADCE2 background

This text has white color on #9ADCE2 background.