COLOR #9ADAC8

HEX: #9ADAC8
RGB: (154,218,200)

Color info

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

RGB color model

#9ADAC8 color RGB value is (154,218,200).

  • red value is 154;
  • green value is 218;
  • blue value is 200.
RGB:
(154,218,200)
(60%,85%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 218 of 255 = 85%
B 200 of 255 = 78%

154
218
200

R + G + B ~ 74%. #9ADAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 218 + 200 = 572 (100%)
R 154 of 572 ~ 26.92%
G 218 of 572 ~ 38.11%
B 200 of 572 ~ 34.97%

%26.92
%38.11
%34.97

CMYK color model

#9ADAC8 color CMYK value is (29,0,8,15).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(29,0,8,15)
C29M0Y8K15 
(29%,0%,8%,15%)
(0.29/0.00/0.08/0.15)	

CMYK percentages

%29.36
%0
%8.26
%14.51

Codes

Color #9ADAC8 in popluar color models

9ADAC8
RGB154218200
HSL163°46.38%72.94%
HSB/HSV163°29.36%85.49%
CMYK29.36%0.00%8.26%
14.51%

Color #9ADAC8 in popluar number systems.

HEX9ADAC8
Decimal154218200
Binary100110101101101011001000
Octal232332310

Shades and tints

Shades of #9ADAC8

#9ADAC8
(154,218,200)
#8CC7B6
(140,199,182)
#7EB4A4
(126,180,164)
#70A192
(112,161,146)
#628E80
(98,142,128)
#547B6E
(84,123,110)
#46685C
(70,104,92)
#38554A
(56,85,74)
#2A4238
(42,66,56)
#1C2F26
(28,47,38)
#0E1C14
(14,28,20)
#000000
(0,0,0)

Tints of #9ADAC8

#9ADAC8
(154,218,200)
#A3DDCD
(163,221,205)
#ACE0D2
(172,224,210)
#B5E3D7
(181,227,215)
#BEE6DC
(190,230,220)
#C7E9E1
(199,233,225)
#D0ECE6
(208,236,230)
#D9EFEB
(217,239,235)
#E2F2F0
(226,242,240)
#EBF5F5
(235,245,245)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADAC8; }

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

This text font color is #9ADAC8.


Background Color

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

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

This div background color is #9ADAC8.


Border color

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

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

This div border color is #9ADAC8.


Opacity

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

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

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

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

This text has shadow with #9ADAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADAC8 on black background.


Color preview on white background

This text has color #9ADAC8 on white background.



Black color preview on #9ADAC8 background

This text has black color on #9ADAC8 background.


White color preview on #9ADAC8 background

This text has white color on #9ADAC8 background.