COLOR #9AD7C7

HEX: #9AD7C7 RGB: (154,215,199)

Color info

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

RGB color model

#9AD7C7 color RGB value is (154,215,199).

RGB: (154,215,199) (60%, 84%, 78%)

RGB channels and saturation

R 154 of 255 = 60%
G 215 of 255 = 84%
B 199 of 255 = 78%

154
215
199

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

Portions of RGB colors in percentages

R + G + B = 154 + 215 + 199 = 568 (100%)
R 154 of 568 ~ 27.11%
G 215 of 568 ~ 37.85%
B 199 of 568 ~ 35.04'%

%27.11
%37.85
%35.04

CMYK color model

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

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

CMYK percentages

%28.37
%0
%7.44
%15.69

Codes

Color #9AD7C7 in popluar color models

9A D7 C7
RGB 154 215 199
HSL 164° 43.26% 72.35%
HSB/HSV 164° 28.37% 84.31%
CMYK 28.37% 0.00% 7.44%
15.69%

Color #9AD7C7 in popluar number systems.

HEX 9A D7 C7
Decimal 154 215 199
Binary 10011010 11010111 11000111
Octal 232 327 307

Shades and tints

Shades of #9AD7C7

#9AD7C7
(154,215,199)
#8CC4B5
(140,196,181)
#7EB1A3
(126,177,163)
#709E91
(112,158,145)
#628B7F
(98,139,127)
#54786D
(84,120,109)
#46655B
(70,101,91)
#385249
(56,82,73)
#2A3F37
(42,63,55)
#1C2C25
(28,44,37)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #9AD7C7

#9AD7C7
(154,215,199)
#A3DACC
(163,218,204)
#ACDDD1
(172,221,209)
#B5E0D6
(181,224,214)
#BEE3DB
(190,227,219)
#C7E6E0
(199,230,224)
#D0E9E5
(208,233,229)
#D9ECEA
(217,236,234)
#E2EFEF
(226,239,239)
#EBF2F4
(235,242,244)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD7C7; }

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

This text font color is #9AD7C7.

Background Color

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

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

This div background color is #9AD7C7.

Border color

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

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

This div border color is #9AD7C7.

Opacity

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

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

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

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

This text has shadow with #9AD7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD7C7.

Preview

Color preview on black background

This text has color #9AD7C7 on black background.


Color preview on white background

This text has color #9AD7C7 on white background.


Black color preview on #9AD7C7 background

This text has black color on #9AD7C7 background.


White color preview on #9AD7C7 background

This text has white color on #9AD7C7 background.


Related colors

Complementary color

Complementary color for #hex is #652838.


I love getcolorcode.com

Triadic colors

1 #C79AD7 and #D7C79A with #9AD7C7 are triadic colors.

2 #C7D79A and #D79AC7 with #9AD7C7 are triadic colors.