COLOR #9AD6C6

HEX: #9AD6C6
RGB: (154,214,198)

Color info

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

RGB color model

#9AD6C6 color RGB value is (154,214,198).

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

RGB channels and saturation

R 154 of 255 = 60%
G 214 of 255 = 84%
B 198 of 255 = 78%

154
214
198

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

Portions of RGB colors in percentages

R + G + B =
154 + 214 + 198 = 566 (100%)
R 154 of 566 ~ 27.21%
G 214 of 566 ~ 37.81%
B 198 of 566 ~ 34.98%

%27.21
%37.81
%34.98

CMYK color model

#9AD6C6 color CMYK value is (28,0,7,16).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(28,0,7,16)
C28M0Y7K16 
(28%,0%,7%,16%)
(0.28/0.00/0.07/0.16)	

CMYK percentages

%28.04
%0
%7.48
%16.08

Codes

Color #9AD6C6 in popluar color models

9AD6C6
RGB154214198
HSL164°42.25%72.16%
HSB/HSV164°28.04%83.92%
CMYK28.04%0.00%7.48%
16.08%

Color #9AD6C6 in popluar number systems.

HEX9AD6C6
Decimal154214198
Binary100110101101011011000110
Octal232326306

Shades and tints

Shades of #9AD6C6

#9AD6C6
(154,214,198)
#8CC3B4
(140,195,180)
#7EB0A2
(126,176,162)
#709D90
(112,157,144)
#628A7E
(98,138,126)
#54776C
(84,119,108)
#46645A
(70,100,90)
#385148
(56,81,72)
#2A3E36
(42,62,54)
#1C2B24
(28,43,36)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #9AD6C6

#9AD6C6
(154,214,198)
#A3D9CB
(163,217,203)
#ACDCD0
(172,220,208)
#B5DFD5
(181,223,213)
#BEE2DA
(190,226,218)
#C7E5DF
(199,229,223)
#D0E8E4
(208,232,228)
#D9EBE9
(217,235,233)
#E2EEEE
(226,238,238)
#EBF1F3
(235,241,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD6C6; }

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

This text font color is #9AD6C6.


Background Color

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

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

This div background color is #9AD6C6.


Border color

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

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

This div border color is #9AD6C6.


Opacity

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

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

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

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

This text has shadow with #9AD6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD6C6 on black background.


Color preview on white background

This text has color #9AD6C6 on white background.



Black color preview on #9AD6C6 background

This text has black color on #9AD6C6 background.


White color preview on #9AD6C6 background

This text has white color on #9AD6C6 background.