COLOR #9CC1F3

HEX: #9CC1F3 RGB: (156,193,243)

Color info

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

RGB color model

#9CC1F3 color RGB value is (156,193,243).

RGB: (156,193,243) (61%, 76%, 95%)

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 243 of 255 = 95%

156
193
243

R + G + B ~ 77%. #9CC1F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 193 + 243 = 592 (100%)
R 156 of 592 ~ 26.35%
G 193 of 592 ~ 32.6%
B 243 of 592 ~ 41.05'%

%26.35
%32.6
%41.05

CMYK color model

#9CC1F3 color CMYK value is (36,21,0,5).

  • cyan value is 35.80%
  • magenta value is 20.58%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (36,21,0,5)
C36M21Y0K5 (36%, 21%, 0%, 5%)
(0.36 / 0.21 / 0.00 / 0.05)

CMYK percentages

%35.8
%20.58
%0
%4.71

Codes

Color #9CC1F3 in popluar color models

9C C1 F3
RGB 156 193 243
HSL 214° 78.38% 78.24%
HSB/HSV 214° 35.80% 95.29%
CMYK 35.80% 20.58% 0.00%
4.71%

Color #9CC1F3 in popluar number systems.

HEX 9C C1 F3
Decimal 156 193 243
Binary 10011100 11000001 11110011
Octal 234 301 363

Shades and tints

Shades of #9CC1F3

#9CC1F3
(156,193,243)
#8EB0DD
(142,176,221)
#809FC7
(128,159,199)
#728EB1
(114,142,177)
#647D9B
(100,125,155)
#566C85
(86,108,133)
#485B6F
(72,91,111)
#3A4A59
(58,74,89)
#2C3943
(44,57,67)
#1E282D
(30,40,45)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #9CC1F3

#9CC1F3
(156,193,243)
#A5C6F4
(165,198,244)
#AECBF5
(174,203,245)
#B7D0F6
(183,208,246)
#C0D5F7
(192,213,247)
#C9DAF8
(201,218,248)
#D2DFF9
(210,223,249)
#DBE4FA
(219,228,250)
#E4E9FB
(228,233,251)
#EDEEFC
(237,238,252)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC1F3 color. Also use rgb(156,193,243) instead hex code.

Text Font Color

.myTextColor { color: #9CC1F3; }

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

This text font color is #9CC1F3.

Background Color

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

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

This div background color is #9CC1F3.

Border color

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

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

This div border color is #9CC1F3.

Opacity

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

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

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

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

This text has shadow with #9CC1F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC1F3.

Preview

Color preview on black background

This text has color #9CC1F3 on black background.


Color preview on white background

This text has color #9CC1F3 on white background.


Black color preview on #9CC1F3 background

This text has black color on #9CC1F3 background.


White color preview on #9CC1F3 background

This text has white color on #9CC1F3 background.


Related colors

Complementary color

Complementary color for #hex is #633E0C.


I love getcolorcode.com

Triadic colors

1 #F39CC1 and #C1F39C with #9CC1F3 are triadic colors.

2 #F3C19C and #C19CF3 with #9CC1F3 are triadic colors.