COLOR #9ACCFB

HEX: #9ACCFB RGB: (154,204,251)

Color info

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

RGB color model

#9ACCFB color RGB value is (154,204,251).

RGB: (154,204,251) (60%, 80%, 98%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 251 of 255 = 98%

154
204
251

R + G + B ~ 79%. #9ACCFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 204 + 251 = 609 (100%)
R 154 of 609 ~ 25.29%
G 204 of 609 ~ 33.5%
B 251 of 609 ~ 41.22'%

%25.29
%33.5
%41.22

CMYK color model

#9ACCFB color CMYK value is (39,19,0,2).

  • cyan value is 38.65%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (39,19,0,2) C39M19Y0K2 (39%,19%,0%,2%) (0.39/0.19/0.00/0.02) 

CMYK percentages

%38.65
%18.73
%0
%1.57

Codes

Color #9ACCFB in popluar color models

9A CC FB
RGB 154 204 251
HSL 209° 92.38% 79.41%
HSB/HSV 209° 38.65% 98.43%
CMYK 38.65% 18.73% 0.00%
1.57%

Color #9ACCFB in popluar number systems.

HEX 9A CC FB
Decimal 154 204 251
Binary 10011010 11001100 11111011
Octal 232 314 373

Shades and tints

Shades of #9ACCFB

#9ACCFB
(154,204,251)
#8CBAE5
(140,186,229)
#7EA8CF
(126,168,207)
#7096B9
(112,150,185)
#6284A3
(98,132,163)
#54728D
(84,114,141)
#466077
(70,96,119)
#384E61
(56,78,97)
#2A3C4B
(42,60,75)
#1C2A35
(28,42,53)
#0E181F
(14,24,31)
#000000
(0,0,0)

Tints of #9ACCFB

#9ACCFB
(154,204,251)
#A3D0FB
(163,208,251)
#ACD4FB
(172,212,251)
#B5D8FB
(181,216,251)
#BEDCFB
(190,220,251)
#C7E0FB
(199,224,251)
#D0E4FB
(208,228,251)
#D9E8FB
(217,232,251)
#E2ECFB
(226,236,251)
#EBF0FB
(235,240,251)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACCFB color. Also use rgb(154,204,251) instead hex code.

Text Font Color

.myTextColor { color: #9ACCFB; }

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

This text font color is #9ACCFB.

Background Color

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

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

This div background color is #9ACCFB.

Border color

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

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

This div border color is #9ACCFB.

Opacity

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

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

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

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

This text has shadow with #9ACCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACCFB.

Preview

Color preview on black background

This text has color #9ACCFB on black background.


Color preview on white background

This text has color #9ACCFB on white background.


Black color preview on #9ACCFB background

This text has black color on #9ACCFB background.


White color preview on #9ACCFB background

This text has white color on #9ACCFB background.


Related colors

Complementary color

Complementary color for #hex is #653304.


I love getcolorcode.com

Triadic colors

1 #FB9ACC and #CCFB9A with #9ACCFB are triadic colors.

2 #FBCC9A and #CC9AFB with #9ACCFB are triadic colors.