COLOR #9AC8E3

HEX: #9AC8E3
RGB: (154,200,227)

Color info

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

RGB color model

#9AC8E3 color RGB value is (154,200,227).

  • red value is 154;
  • green value is 200;
  • blue value is 227.
RGB:
(154,200,227)
(60%,78%,89%)

RGB channels and saturation

R 154 of 255 = 60%
G 200 of 255 = 78%
B 227 of 255 = 89%

154
200
227

R + G + B ~ 76%. #9AC8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 200 + 227 = 581 (100%)
R 154 of 581 ~ 26.51%
G 200 of 581 ~ 34.42%
B 227 of 581 ~ 39.07%

%26.51
%34.42
%39.07

CMYK color model

#9AC8E3 color CMYK value is (32,12,0,11).

  • cyan value is 32.16%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(32,12,0,11)
C32M12Y0K11 
(32%,12%,0%,11%)
(0.32/0.12/0.00/0.11)	

CMYK percentages

%32.16
%11.89
%0
%10.98

Codes

Color #9AC8E3 in popluar color models

9AC8E3
RGB154200227
HSL202°56.59%74.71%
HSB/HSV202°32.16%89.02%
CMYK32.16%11.89%0.00%
10.98%

Color #9AC8E3 in popluar number systems.

HEX9AC8E3
Decimal154200227
Binary100110101100100011100011
Octal232310343

Shades and tints

Shades of #9AC8E3

#9AC8E3
(154,200,227)
#8CB6CF
(140,182,207)
#7EA4BB
(126,164,187)
#7092A7
(112,146,167)
#628093
(98,128,147)
#546E7F
(84,110,127)
#465C6B
(70,92,107)
#384A57
(56,74,87)
#2A3843
(42,56,67)
#1C262F
(28,38,47)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #9AC8E3

#9AC8E3
(154,200,227)
#A3CDE5
(163,205,229)
#ACD2E7
(172,210,231)
#B5D7E9
(181,215,233)
#BEDCEB
(190,220,235)
#C7E1ED
(199,225,237)
#D0E6EF
(208,230,239)
#D9EBF1
(217,235,241)
#E2F0F3
(226,240,243)
#EBF5F5
(235,245,245)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC8E3 color. Also use rgb(154,200,227) instead hex code.

Text Font Color

.myTextColor { color: #9AC8E3; }

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

This text font color is #9AC8E3.


Background Color

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

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

This div background color is #9AC8E3.


Border color

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

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

This div border color is #9AC8E3.


Opacity

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

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

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

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

This text has shadow with #9AC8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC8E3 on black background.


Color preview on white background

This text has color #9AC8E3 on white background.



Black color preview on #9AC8E3 background

This text has black color on #9AC8E3 background.


White color preview on #9AC8E3 background

This text has white color on #9AC8E3 background.