COLOR #9CAFE8

HEX: #9CAFE8
RGB: (156,175,232)

Color info

#9CAFE8 contains mainly green and blue colors. Web safe color of #9CAFE8 is #9999FF (or #99F).

RGB color model

#9CAFE8 color RGB value is (156,175,232).

  • red value is 156;
  • green value is 175;
  • blue value is 232.
RGB:
(156,175,232)
(61%,69%,91%)

RGB channels and saturation

R 156 of 255 = 61%
G 175 of 255 = 69%
B 232 of 255 = 91%

156
175
232

R + G + B ~ 74%. #9CAFE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 175 + 232 = 563 (100%)
R 156 of 563 ~ 27.71%
G 175 of 563 ~ 31.08%
B 232 of 563 ~ 41.21%

%27.71
%31.08
%41.21

CMYK color model

#9CAFE8 color CMYK value is (33,25,0,9).

  • cyan value is 32.76%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(33,25,0,9)
C33M25Y0K9 
(33%,25%,0%,9%)
(0.33/0.25/0.00/0.09)	

CMYK percentages

%32.76
%24.57
%0
%9.02

Codes

Color #9CAFE8 in popluar color models

9CAFE8
RGB156175232
HSL225°62.30%76.08%
HSB/HSV225°32.76%90.98%
CMYK32.76%24.57%0.00%
9.02%

Color #9CAFE8 in popluar number systems.

HEX9CAFE8
Decimal156175232
Binary100111001010111111101000
Octal234257350

Shades and tints

Shades of #9CAFE8

#9CAFE8
(156,175,232)
#8EA0D3
(142,160,211)
#8091BE
(128,145,190)
#7282A9
(114,130,169)
#647394
(100,115,148)
#56647F
(86,100,127)
#48556A
(72,85,106)
#3A4655
(58,70,85)
#2C3740
(44,55,64)
#1E282B
(30,40,43)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #9CAFE8

#9CAFE8
(156,175,232)
#A5B6EA
(165,182,234)
#AEBDEC
(174,189,236)
#B7C4EE
(183,196,238)
#C0CBF0
(192,203,240)
#C9D2F2
(201,210,242)
#D2D9F4
(210,217,244)
#DBE0F6
(219,224,246)
#E4E7F8
(228,231,248)
#EDEEFA
(237,238,250)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CAFE8 color. Also use rgb(156,175,232) instead hex code.

Text Font Color

.myTextColor { color: #9CAFE8; }

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

This text font color is #9CAFE8.


Background Color

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

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

This div background color is #9CAFE8.


Border color

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

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

This div border color is #9CAFE8.


Opacity

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

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

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

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

This text has shadow with #9CAFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAFE8 on black background.


Color preview on white background

This text has color #9CAFE8 on white background.



Black color preview on #9CAFE8 background

This text has black color on #9CAFE8 background.


White color preview on #9CAFE8 background

This text has white color on #9CAFE8 background.