COLOR #9ACAF2

HEX: #9ACAF2
RGB: (154,202,242)

Color info

#9ACAF2 contains mainly green and blue colors. Web safe color of #9ACAF2 is #99CCFF (or #9CF).

RGB color model

#9ACAF2 color RGB value is (154,202,242).

  • red value is 154;
  • green value is 202;
  • blue value is 242.
RGB:
(154,202,242)
(60%,79%,95%)

RGB channels and saturation

R 154 of 255 = 60%
G 202 of 255 = 79%
B 242 of 255 = 95%

154
202
242

R + G + B ~ 78%. #9ACAF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 202 + 242 = 598 (100%)
R 154 of 598 ~ 25.75%
G 202 of 598 ~ 33.78%
B 242 of 598 ~ 40.47%

%25.75
%33.78
%40.47

CMYK color model

#9ACAF2 color CMYK value is (36,17,0,5).

  • cyan value is 36.36%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(36,17,0,5)
C36M17Y0K5 
(36%,17%,0%,5%)
(0.36/0.17/0.00/0.05)	

CMYK percentages

%36.36
%16.53
%0
%5.1

Codes

Color #9ACAF2 in popluar color models

9ACAF2
RGB154202242
HSL207°77.19%77.65%
HSB/HSV207°36.36%94.90%
CMYK36.36%16.53%0.00%
5.10%

Color #9ACAF2 in popluar number systems.

HEX9ACAF2
Decimal154202242
Binary100110101100101011110010
Octal232312362

Shades and tints

Shades of #9ACAF2

#9ACAF2
(154,202,242)
#8CB8DC
(140,184,220)
#7EA6C6
(126,166,198)
#7094B0
(112,148,176)
#62829A
(98,130,154)
#547084
(84,112,132)
#465E6E
(70,94,110)
#384C58
(56,76,88)
#2A3A42
(42,58,66)
#1C282C
(28,40,44)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #9ACAF2

#9ACAF2
(154,202,242)
#A3CEF3
(163,206,243)
#ACD2F4
(172,210,244)
#B5D6F5
(181,214,245)
#BEDAF6
(190,218,246)
#C7DEF7
(199,222,247)
#D0E2F8
(208,226,248)
#D9E6F9
(217,230,249)
#E2EAFA
(226,234,250)
#EBEEFB
(235,238,251)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACAF2 color. Also use rgb(154,202,242) instead hex code.

Text Font Color

.myTextColor { color: #9ACAF2; }

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

This text font color is #9ACAF2.


Background Color

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

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

This div background color is #9ACAF2.


Border color

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

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

This div border color is #9ACAF2.


Opacity

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

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

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

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

This text has shadow with #9ACAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACAF2 on black background.


Color preview on white background

This text has color #9ACAF2 on white background.



Black color preview on #9ACAF2 background

This text has black color on #9ACAF2 background.


White color preview on #9ACAF2 background

This text has white color on #9ACAF2 background.