COLOR #9AC7D9

HEX: #9AC7D9
RGB: (154,199,217)

Color info

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

RGB color model

#9AC7D9 color RGB value is (154,199,217).

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

RGB channels and saturation

R 154 of 255 = 60%
G 199 of 255 = 78%
B 217 of 255 = 85%

154
199
217

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

Portions of RGB colors in percentages

R + G + B =
154 + 199 + 217 = 570 (100%)
R 154 of 570 ~ 27.02%
G 199 of 570 ~ 34.91%
B 217 of 570 ~ 38.07%

%27.02
%34.91
%38.07

CMYK color model

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

  • cyan value is 29.03%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(29,8,0,15)
C29M8Y0K15 
(29%,8%,0%,15%)
(0.29/0.08/0.00/0.15)	

CMYK percentages

%29.03
%8.29
%0
%14.9

Codes

Color #9AC7D9 in popluar color models

9AC7D9
RGB154199217
HSL197°45.32%72.75%
HSB/HSV197°29.03%85.10%
CMYK29.03%8.29%0.00%
14.90%

Color #9AC7D9 in popluar number systems.

HEX9AC7D9
Decimal154199217
Binary100110101100011111011001
Octal232307331

Shades and tints

Shades of #9AC7D9

#9AC7D9
(154,199,217)
#8CB5C6
(140,181,198)
#7EA3B3
(126,163,179)
#7091A0
(112,145,160)
#627F8D
(98,127,141)
#546D7A
(84,109,122)
#465B67
(70,91,103)
#384954
(56,73,84)
#2A3741
(42,55,65)
#1C252E
(28,37,46)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #9AC7D9

#9AC7D9
(154,199,217)
#A3CCDC
(163,204,220)
#ACD1DF
(172,209,223)
#B5D6E2
(181,214,226)
#BEDBE5
(190,219,229)
#C7E0E8
(199,224,232)
#D0E5EB
(208,229,235)
#D9EAEE
(217,234,238)
#E2EFF1
(226,239,241)
#EBF4F4
(235,244,244)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC7D9; }

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

This text font color is #9AC7D9.


Background Color

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

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

This div background color is #9AC7D9.


Border color

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

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

This div border color is #9AC7D9.


Opacity

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

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

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

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

This text has shadow with #9AC7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC7D9 on black background.


Color preview on white background

This text has color #9AC7D9 on white background.



Black color preview on #9AC7D9 background

This text has black color on #9AC7D9 background.


White color preview on #9AC7D9 background

This text has white color on #9AC7D9 background.