COLOR #9ADDC6

HEX: #9ADDC6
RGB: (154,221,198)

Color info

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

RGB color model

#9ADDC6 color RGB value is (154,221,198).

  • red value is 154;
  • green value is 221;
  • blue value is 198.
RGB:
(154,221,198)
(60%,87%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 221 of 255 = 87%
B 198 of 255 = 78%

154
221
198

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

Portions of RGB colors in percentages

R + G + B =
154 + 221 + 198 = 573 (100%)
R 154 of 573 ~ 26.88%
G 221 of 573 ~ 38.57%
B 198 of 573 ~ 34.55%

%26.88
%38.57
%34.55

CMYK color model

#9ADDC6 color CMYK value is (30,0,10,13).

  • cyan value is 30.32%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(30,0,10,13)
C30M0Y10K13 
(30%,0%,10%,13%)
(0.30/0.00/0.10/0.13)	

CMYK percentages

%30.32
%0
%10.41
%13.33

Codes

Color #9ADDC6 in popluar color models

9ADDC6
RGB154221198
HSL159°49.63%73.53%
HSB/HSV159°30.32%86.67%
CMYK30.32%0.00%10.41%
13.33%

Color #9ADDC6 in popluar number systems.

HEX9ADDC6
Decimal154221198
Binary100110101101110111000110
Octal232335306

Shades and tints

Shades of #9ADDC6

#9ADDC6
(154,221,198)
#8CC9B4
(140,201,180)
#7EB5A2
(126,181,162)
#70A190
(112,161,144)
#628D7E
(98,141,126)
#54796C
(84,121,108)
#46655A
(70,101,90)
#385148
(56,81,72)
#2A3D36
(42,61,54)
#1C2924
(28,41,36)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #9ADDC6

#9ADDC6
(154,221,198)
#A3E0CB
(163,224,203)
#ACE3D0
(172,227,208)
#B5E6D5
(181,230,213)
#BEE9DA
(190,233,218)
#C7ECDF
(199,236,223)
#D0EFE4
(208,239,228)
#D9F2E9
(217,242,233)
#E2F5EE
(226,245,238)
#EBF8F3
(235,248,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADDC6; }

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

This text font color is #9ADDC6.


Background Color

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

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

This div background color is #9ADDC6.


Border color

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

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

This div border color is #9ADDC6.


Opacity

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

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

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

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

This text has shadow with #9ADDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADDC6 on black background.


Color preview on white background

This text has color #9ADDC6 on white background.



Black color preview on #9ADDC6 background

This text has black color on #9ADDC6 background.


White color preview on #9ADDC6 background

This text has white color on #9ADDC6 background.