COLOR #9ADCDC

HEX: #9ADCDC
RGB: (154,220,220)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
220
220

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

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 220 = 594 (100%)
R 154 of 594 ~ 25.93%
G 220 of 594 ~ 37.04%
B 220 of 594 ~ 37.04%

%25.93
%37.04
%37.04

CMYK color model

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

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

CMYK percentages

%30
%0
%0
%13.73

Codes

Color #9ADCDC in popluar color models

9ADCDC
RGB154220220
HSL180°48.53%73.33%
HSB/HSV180°30.00%86.27%
CMYK30.00%0.00%0.00%
13.73%

Color #9ADCDC in popluar number systems.

HEX9ADCDC
Decimal154220220
Binary100110101101110011011100
Octal232334334

Shades and tints

Shades of #9ADCDC

#9ADCDC
(154,220,220)
#8CC8C8
(140,200,200)
#7EB4B4
(126,180,180)
#70A0A0
(112,160,160)
#628C8C
(98,140,140)
#547878
(84,120,120)
#466464
(70,100,100)
#385050
(56,80,80)
#2A3C3C
(42,60,60)
#1C2828
(28,40,40)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #9ADCDC

#9ADCDC
(154,220,220)
#A3DFDF
(163,223,223)
#ACE2E2
(172,226,226)
#B5E5E5
(181,229,229)
#BEE8E8
(190,232,232)
#C7EBEB
(199,235,235)
#D0EEEE
(208,238,238)
#D9F1F1
(217,241,241)
#E2F4F4
(226,244,244)
#EBF7F7
(235,247,247)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADCDC; }

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

This text font color is #9ADCDC.


Background Color

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

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

This div background color is #9ADCDC.


Border color

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

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

This div border color is #9ADCDC.


Opacity

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

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

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

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

This text has shadow with #9ADCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCDC on black background.


Color preview on white background

This text has color #9ADCDC on white background.



Black color preview on #9ADCDC background

This text has black color on #9ADCDC background.


White color preview on #9ADCDC background

This text has white color on #9ADCDC background.