COLOR #9ADCED

HEX: #9ADCED
RGB: (154,220,237)

Color info

#9ADCED contains mainly green and blue colors. Web safe color of #9ADCED is #99CCFF (or #9CF).

RGB color model

#9ADCED color RGB value is (154,220,237).

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

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 237 of 255 = 93%

154
220
237

R + G + B ~ 80%. #9ADCED is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 237 = 611 (100%)
R 154 of 611 ~ 25.2%
G 220 of 611 ~ 36.01%
B 237 of 611 ~ 38.79%

%25.2
%36.01
%38.79

CMYK color model

#9ADCED color CMYK value is (35,7,0,7).

  • cyan value is 35.02%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(35,7,0,7)
C35M7Y0K7 
(35%,7%,0%,7%)
(0.35/0.07/0.00/0.07)	

CMYK percentages

%35.02
%7.17
%0
%7.06

Codes

Color #9ADCED in popluar color models

9ADCED
RGB154220237
HSL192°69.75%76.67%
HSB/HSV192°35.02%92.94%
CMYK35.02%7.17%0.00%
7.06%

Color #9ADCED in popluar number systems.

HEX9ADCED
Decimal154220237
Binary100110101101110011101101
Octal232334355

Shades and tints

Shades of #9ADCED

#9ADCED
(154,220,237)
#8CC8D8
(140,200,216)
#7EB4C3
(126,180,195)
#70A0AE
(112,160,174)
#628C99
(98,140,153)
#547884
(84,120,132)
#46646F
(70,100,111)
#38505A
(56,80,90)
#2A3C45
(42,60,69)
#1C2830
(28,40,48)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #9ADCED

#9ADCED
(154,220,237)
#A3DFEE
(163,223,238)
#ACE2EF
(172,226,239)
#B5E5F0
(181,229,240)
#BEE8F1
(190,232,241)
#C7EBF2
(199,235,242)
#D0EEF3
(208,238,243)
#D9F1F4
(217,241,244)
#E2F4F5
(226,244,245)
#EBF7F6
(235,247,246)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADCED; }

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

This text font color is #9ADCED.


Background Color

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

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

This div background color is #9ADCED.


Border color

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

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

This div border color is #9ADCED.


Opacity

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

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

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

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

This text has shadow with #9ADCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCED on black background.


Color preview on white background

This text has color #9ADCED on white background.



Black color preview on #9ADCED background

This text has black color on #9ADCED background.


White color preview on #9ADCED background

This text has white color on #9ADCED background.