COLOR #9AC1D9

HEX: #9AC1D9
RGB: (154,193,217)

Color info

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

RGB color model

#9AC1D9 color RGB value is (154,193,217).

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

RGB channels and saturation

R 154 of 255 = 60%
G 193 of 255 = 76%
B 217 of 255 = 85%

154
193
217

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

Portions of RGB colors in percentages

R + G + B =
154 + 193 + 217 = 564 (100%)
R 154 of 564 ~ 27.3%
G 193 of 564 ~ 34.22%
B 217 of 564 ~ 38.48%

%27.3
%34.22
%38.48

CMYK color model

#9AC1D9 color CMYK value is (29,11,0,15).

  • cyan value is 29.03%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(29,11,0,15)
C29M11Y0K15 
(29%,11%,0%,15%)
(0.29/0.11/0.00/0.15)	

CMYK percentages

%29.03
%11.06
%0
%14.9

Codes

Color #9AC1D9 in popluar color models

9AC1D9
RGB154193217
HSL203°45.32%72.75%
HSB/HSV203°29.03%85.10%
CMYK29.03%11.06%0.00%
14.90%

Color #9AC1D9 in popluar number systems.

HEX9AC1D9
Decimal154193217
Binary100110101100000111011001
Octal232301331

Shades and tints

Shades of #9AC1D9

#9AC1D9
(154,193,217)
#8CB0C6
(140,176,198)
#7E9FB3
(126,159,179)
#708EA0
(112,142,160)
#627D8D
(98,125,141)
#546C7A
(84,108,122)
#465B67
(70,91,103)
#384A54
(56,74,84)
#2A3941
(42,57,65)
#1C282E
(28,40,46)
#0E171B
(14,23,27)
#000000
(0,0,0)

Tints of #9AC1D9

#9AC1D9
(154,193,217)
#A3C6DC
(163,198,220)
#ACCBDF
(172,203,223)
#B5D0E2
(181,208,226)
#BED5E5
(190,213,229)
#C7DAE8
(199,218,232)
#D0DFEB
(208,223,235)
#D9E4EE
(217,228,238)
#E2E9F1
(226,233,241)
#EBEEF4
(235,238,244)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC1D9; }

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

This text font color is #9AC1D9.


Background Color

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

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

This div background color is #9AC1D9.


Border color

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

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

This div border color is #9AC1D9.


Opacity

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

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

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

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

This text has shadow with #9AC1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC1D9 on black background.


Color preview on white background

This text has color #9AC1D9 on white background.



Black color preview on #9AC1D9 background

This text has black color on #9AC1D9 background.


White color preview on #9AC1D9 background

This text has white color on #9AC1D9 background.