COLOR #9ADCCD

HEX: #9ADCCD
RGB: (154,220,205)

Color info

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

RGB color model

#9ADCCD color RGB value is (154,220,205).

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

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 205 of 255 = 80%

154
220
205

R + G + B ~ 75%. #9ADCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 205 = 579 (100%)
R 154 of 579 ~ 26.6%
G 220 of 579 ~ 38%
B 205 of 579 ~ 35.41%

%26.6
%38
%35.41

CMYK color model

#9ADCCD color CMYK value is (30,0,7,14).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 13.73%
CMYK:
(30,0,7,14)
C30M0Y7K14 
(30%,0%,7%,14%)
(0.30/0.00/0.07/0.14)	

CMYK percentages

%30
%0
%6.82
%13.73

Codes

Color #9ADCCD in popluar color models

9ADCCD
RGB154220205
HSL166°48.53%73.33%
HSB/HSV166°30.00%86.27%
CMYK30.00%0.00%6.82%
13.73%

Color #9ADCCD in popluar number systems.

HEX9ADCCD
Decimal154220205
Binary100110101101110011001101
Octal232334315

Shades and tints

Shades of #9ADCCD

#9ADCCD
(154,220,205)
#8CC8BB
(140,200,187)
#7EB4A9
(126,180,169)
#70A097
(112,160,151)
#628C85
(98,140,133)
#547873
(84,120,115)
#466461
(70,100,97)
#38504F
(56,80,79)
#2A3C3D
(42,60,61)
#1C282B
(28,40,43)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #9ADCCD

#9ADCCD
(154,220,205)
#A3DFD1
(163,223,209)
#ACE2D5
(172,226,213)
#B5E5D9
(181,229,217)
#BEE8DD
(190,232,221)
#C7EBE1
(199,235,225)
#D0EEE5
(208,238,229)
#D9F1E9
(217,241,233)
#E2F4ED
(226,244,237)
#EBF7F1
(235,247,241)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADCCD; }

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

This text font color is #9ADCCD.


Background Color

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

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

This div background color is #9ADCCD.


Border color

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

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

This div border color is #9ADCCD.


Opacity

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

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

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

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

This text has shadow with #9ADCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCCD on black background.


Color preview on white background

This text has color #9ADCCD on white background.



Black color preview on #9ADCCD background

This text has black color on #9ADCCD background.


White color preview on #9ADCCD background

This text has white color on #9ADCCD background.