COLOR #9FACE0

HEX: #9FACE0 RGB: (159,172,224)

Color info

#9FACE0 contains mainly green and blue colors. Web safe color of #9FACE0 is #9999CC (or #99C).

RGB color model

#9FACE0 color RGB value is (159,172,224).

RGB: (159,172,224) (62%, 67%, 88%)

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 224 of 255 = 88%

159
172
224

R + G + B ~ 72%. #9FACE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 172 + 224 = 555 (100%)
R 159 of 555 ~ 28.65%
G 172 of 555 ~ 30.99%
B 224 of 555 ~ 40.36'%

%28.65
%30.99
%40.36

CMYK color model

#9FACE0 color CMYK value is (29,23,0,12).

  • cyan value is 29.02%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (29,23,0,12)
C29M23Y0K12 (29%, 23%, 0%, 12%)
(0.29 / 0.23 / 0.00 / 0.12)

CMYK percentages

%29.02
%23.21
%0
%12.16

Codes

Color #9FACE0 in popluar color models

9F AC E0
RGB 159 172 224
HSL 228° 51.18% 75.10%
HSB/HSV 228° 29.02% 87.84%
CMYK 29.02% 23.21% 0.00%
12.16%

Color #9FACE0 in popluar number systems.

HEX 9F AC E0
Decimal 159 172 224
Binary 10011111 10101100 11100000
Octal 237 254 340

Shades and tints

Shades of #9FACE0

#9FACE0
(159,172,224)
#919DCC
(145,157,204)
#838EB8
(131,142,184)
#757FA4
(117,127,164)
#677090
(103,112,144)
#59617C
(89,97,124)
#4B5268
(75,82,104)
#3D4354
(61,67,84)
#2F3440
(47,52,64)
#21252C
(33,37,44)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #9FACE0

#9FACE0
(159,172,224)
#A7B3E2
(167,179,226)
#AFBAE4
(175,186,228)
#B7C1E6
(183,193,230)
#BFC8E8
(191,200,232)
#C7CFEA
(199,207,234)
#CFD6EC
(207,214,236)
#D7DDEE
(215,221,238)
#DFE4F0
(223,228,240)
#E7EBF2
(231,235,242)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FACE0 color. Also use rgb(159,172,224) instead hex code.

Text Font Color

.myTextColor { color: #9FACE0; }

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

This text font color is #9FACE0.

Background Color

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

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

This div background color is #9FACE0.

Border color

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

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

This div border color is #9FACE0.

Opacity

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

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

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

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

This text has shadow with #9FACE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FACE0.

Preview

Color preview on black background

This text has color #9FACE0 on black background.


Color preview on white background

This text has color #9FACE0 on white background.


Black color preview on #9FACE0 background

This text has black color on #9FACE0 background.


White color preview on #9FACE0 background

This text has white color on #9FACE0 background.


Related colors

Complementary color

Complementary color for #hex is #60531F.


I love getcolorcode.com

Triadic colors

1 #E09FAC and #ACE09F with #9FACE0 are triadic colors.

2 #E0AC9F and #AC9FE0 with #9FACE0 are triadic colors.