COLOR #9CCAF8

HEX: #9CCAF8 RGB: (156,202,248)

Color info

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

RGB color model

#9CCAF8 color RGB value is (156,202,248).

RGB: (156,202,248) (61%, 79%, 97%)

RGB channels and saturation

R 156 of 255 = 61%
G 202 of 255 = 79%
B 248 of 255 = 97%

156
202
248

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

Portions of RGB colors in percentages

R + G + B = 156 + 202 + 248 = 606 (100%)
R 156 of 606 ~ 25.74%
G 202 of 606 ~ 33.33%
B 248 of 606 ~ 40.92'%

%25.74
%33.33
%40.92

CMYK color model

#9CCAF8 color CMYK value is (37,19,0,3).

  • cyan value is 37.10%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (37,19,0,3) C37M19Y0K3 (37%,19%,0%,3%) (0.37/0.19/0.00/0.03) 

CMYK percentages

%37.1
%18.55
%0
%2.75

Codes

Color #9CCAF8 in popluar color models

9C CA F8
RGB 156 202 248
HSL 210° 86.79% 79.22%
HSB/HSV 210° 37.10% 97.25%
CMYK 37.10% 18.55% 0.00%
2.75%

Color #9CCAF8 in popluar number systems.

HEX 9C CA F8
Decimal 156 202 248
Binary 10011100 11001010 11111000
Octal 234 312 370

Shades and tints

Shades of #9CCAF8

#9CCAF8
(156,202,248)
#8EB8E2
(142,184,226)
#80A6CC
(128,166,204)
#7294B6
(114,148,182)
#6482A0
(100,130,160)
#56708A
(86,112,138)
#485E74
(72,94,116)
#3A4C5E
(58,76,94)
#2C3A48
(44,58,72)
#1E2832
(30,40,50)
#10161C
(16,22,28)
#000000
(0,0,0)

Tints of #9CCAF8

#9CCAF8
(156,202,248)
#A5CEF8
(165,206,248)
#AED2F8
(174,210,248)
#B7D6F8
(183,214,248)
#C0DAF8
(192,218,248)
#C9DEF8
(201,222,248)
#D2E2F8
(210,226,248)
#DBE6F8
(219,230,248)
#E4EAF8
(228,234,248)
#EDEEF8
(237,238,248)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCAF8 color. Also use rgb(156,202,248) instead hex code.

Text Font Color

.myTextColor { color: #9CCAF8; }

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

This text font color is #9CCAF8.

Background Color

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

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

This div background color is #9CCAF8.

Border color

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

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

This div border color is #9CCAF8.

Opacity

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

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

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

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

This text has shadow with #9CCAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCAF8.

Preview

Color preview on black background

This text has color #9CCAF8 on black background.


Color preview on white background

This text has color #9CCAF8 on white background.


Black color preview on #9CCAF8 background

This text has black color on #9CCAF8 background.


White color preview on #9CCAF8 background

This text has white color on #9CCAF8 background.


Related colors

Complementary color

Complementary color for #hex is #633507.


I love getcolorcode.com

Triadic colors

1 #F89CCA and #CAF89C with #9CCAF8 are triadic colors.

2 #F8CA9C and #CA9CF8 with #9CCAF8 are triadic colors.