COLOR #9ACCF1

HEX: #9ACCF1 RGB: (154,204,241)

Color info

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

RGB color model

#9ACCF1 color RGB value is (154,204,241).

RGB: (154,204,241) (60%, 80%, 95%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 241 of 255 = 95%

154
204
241

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

Portions of RGB colors in percentages

R + G + B = 154 + 204 + 241 = 599 (100%)
R 154 of 599 ~ 25.71%
G 204 of 599 ~ 34.06%
B 241 of 599 ~ 40.23'%

%25.71
%34.06
%40.23

CMYK color model

#9ACCF1 color CMYK value is (36,15,0,5).

  • cyan value is 36.10%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (36,15,0,5) C36M15Y0K5 (36%,15%,0%,5%) (0.36/0.15/0.00/0.05) 

CMYK percentages

%36.1
%15.35
%0
%5.49

Codes

Color #9ACCF1 in popluar color models

9A CC F1
RGB 154 204 241
HSL 206° 75.65% 77.45%
HSB/HSV 206° 36.10% 94.51%
CMYK 36.10% 15.35% 0.00%
5.49%

Color #9ACCF1 in popluar number systems.

HEX 9A CC F1
Decimal 154 204 241
Binary 10011010 11001100 11110001
Octal 232 314 361

Shades and tints

Shades of #9ACCF1

#9ACCF1
(154,204,241)
#8CBADC
(140,186,220)
#7EA8C7
(126,168,199)
#7096B2
(112,150,178)
#62849D
(98,132,157)
#547288
(84,114,136)
#466073
(70,96,115)
#384E5E
(56,78,94)
#2A3C49
(42,60,73)
#1C2A34
(28,42,52)
#0E181F
(14,24,31)
#000000
(0,0,0)

Tints of #9ACCF1

#9ACCF1
(154,204,241)
#A3D0F2
(163,208,242)
#ACD4F3
(172,212,243)
#B5D8F4
(181,216,244)
#BEDCF5
(190,220,245)
#C7E0F6
(199,224,246)
#D0E4F7
(208,228,247)
#D9E8F8
(217,232,248)
#E2ECF9
(226,236,249)
#EBF0FA
(235,240,250)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACCF1; }

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

This text font color is #9ACCF1.

Background Color

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

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

This div background color is #9ACCF1.

Border color

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

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

This div border color is #9ACCF1.

Opacity

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

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

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

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

This text has shadow with #9ACCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACCF1.

Preview

Color preview on black background

This text has color #9ACCF1 on black background.


Color preview on white background

This text has color #9ACCF1 on white background.


Black color preview on #9ACCF1 background

This text has black color on #9ACCF1 background.


White color preview on #9ACCF1 background

This text has white color on #9ACCF1 background.


Related colors

Complementary color

Complementary color for #hex is #65330E.


I love getcolorcode.com

Triadic colors

1 #F19ACC and #CCF19A with #9ACCF1 are triadic colors.

2 #F1CC9A and #CC9AF1 with #9ACCF1 are triadic colors.