COLOR #9AC7DF

HEX: #9AC7DF
RGB: (154,199,223)

Color info

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

RGB color model

#9AC7DF color RGB value is (154,199,223).

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

RGB channels and saturation

R 154 of 255 = 60%
G 199 of 255 = 78%
B 223 of 255 = 87%

154
199
223

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

Portions of RGB colors in percentages

R + G + B =
154 + 199 + 223 = 576 (100%)
R 154 of 576 ~ 26.74%
G 199 of 576 ~ 34.55%
B 223 of 576 ~ 38.72%

%26.74
%34.55
%38.72

CMYK color model

#9AC7DF color CMYK value is (31,11,0,13).

  • cyan value is 30.94%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(31,11,0,13)
C31M11Y0K13 
(31%,11%,0%,13%)
(0.31/0.11/0.00/0.13)	

CMYK percentages

%30.94
%10.76
%0
%12.55

Codes

Color #9AC7DF in popluar color models

9AC7DF
RGB154199223
HSL201°51.88%73.92%
HSB/HSV201°30.94%87.45%
CMYK30.94%10.76%0.00%
12.55%

Color #9AC7DF in popluar number systems.

HEX9AC7DF
Decimal154199223
Binary100110101100011111011111
Octal232307337

Shades and tints

Shades of #9AC7DF

#9AC7DF
(154,199,223)
#8CB5CB
(140,181,203)
#7EA3B7
(126,163,183)
#7091A3
(112,145,163)
#627F8F
(98,127,143)
#546D7B
(84,109,123)
#465B67
(70,91,103)
#384953
(56,73,83)
#2A373F
(42,55,63)
#1C252B
(28,37,43)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #9AC7DF

#9AC7DF
(154,199,223)
#A3CCE1
(163,204,225)
#ACD1E3
(172,209,227)
#B5D6E5
(181,214,229)
#BEDBE7
(190,219,231)
#C7E0E9
(199,224,233)
#D0E5EB
(208,229,235)
#D9EAED
(217,234,237)
#E2EFEF
(226,239,239)
#EBF4F1
(235,244,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC7DF; }

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

This text font color is #9AC7DF.


Background Color

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

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

This div background color is #9AC7DF.


Border color

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

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

This div border color is #9AC7DF.


Opacity

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

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

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

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

This text has shadow with #9AC7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC7DF on black background.


Color preview on white background

This text has color #9AC7DF on white background.



Black color preview on #9AC7DF background

This text has black color on #9AC7DF background.


White color preview on #9AC7DF background

This text has white color on #9AC7DF background.