COLOR #9AD6D2

HEX: #9AD6D2 RGB: (154,214,210)

Color info

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

RGB color model

#9AD6D2 color RGB value is (154,214,210).

RGB: (154,214,210) (60%, 84%, 82%)

RGB channels and saturation

R 154 of 255 = 60%
G 214 of 255 = 84%
B 210 of 255 = 82%

154
214
210

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

Portions of RGB colors in percentages

R + G + B = 154 + 214 + 210 = 578 (100%)
R 154 of 578 ~ 26.64%
G 214 of 578 ~ 37.02%
B 210 of 578 ~ 36.33'%

%26.64
%37.02
%36.33

CMYK color model

#9AD6D2 color CMYK value is (28,0,2,16).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%

CMYK: (28,0,2,16)
C28M0Y2K16 (28%, 0%, 2%, 16%)
(0.28 / 0.00 / 0.02 / 0.16)

CMYK percentages

%28.04
%0
%1.87
%16.08

Codes

Color #9AD6D2 in popluar color models

9A D6 D2
RGB 154 214 210
HSL 176° 42.25% 72.16%
HSB/HSV 176° 28.04% 83.92%
CMYK 28.04% 0.00% 1.87%
16.08%

Color #9AD6D2 in popluar number systems.

HEX 9A D6 D2
Decimal 154 214 210
Binary 10011010 11010110 11010010
Octal 232 326 322

Shades and tints

Shades of #9AD6D2

#9AD6D2
(154,214,210)
#8CC3BF
(140,195,191)
#7EB0AC
(126,176,172)
#709D99
(112,157,153)
#628A86
(98,138,134)
#547773
(84,119,115)
#466460
(70,100,96)
#38514D
(56,81,77)
#2A3E3A
(42,62,58)
#1C2B27
(28,43,39)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #9AD6D2

#9AD6D2
(154,214,210)
#A3D9D6
(163,217,214)
#ACDCDA
(172,220,218)
#B5DFDE
(181,223,222)
#BEE2E2
(190,226,226)
#C7E5E6
(199,229,230)
#D0E8EA
(208,232,234)
#D9EBEE
(217,235,238)
#E2EEF2
(226,238,242)
#EBF1F6
(235,241,246)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD6D2; }

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

This text font color is #9AD6D2.

Background Color

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

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

This div background color is #9AD6D2.

Border color

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

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

This div border color is #9AD6D2.

Opacity

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

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

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

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

This text has shadow with #9AD6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD6D2.

Preview

Color preview on black background

This text has color #9AD6D2 on black background.


Color preview on white background

This text has color #9AD6D2 on white background.


Black color preview on #9AD6D2 background

This text has black color on #9AD6D2 background.


White color preview on #9AD6D2 background

This text has white color on #9AD6D2 background.


Related colors

Complementary color

Complementary color for #hex is #65292D.


I love getcolorcode.com

Triadic colors

1 #D29AD6 and #D6D29A with #9AD6D2 are triadic colors.

2 #D2D69A and #D69AD2 with #9AD6D2 are triadic colors.