COLOR #9CC1EB

HEX: #9CC1EB
RGB: (156,193,235)

Color info

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

RGB color model

#9CC1EB color RGB value is (156,193,235).

  • red value is 156;
  • green value is 193;
  • blue value is 235.
RGB:
(156,193,235)
(61%,76%,92%)

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 235 of 255 = 92%

156
193
235

R + G + B ~ 76%. #9CC1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 235 = 584 (100%)
R 156 of 584 ~ 26.71%
G 193 of 584 ~ 33.05%
B 235 of 584 ~ 40.24%

%26.71
%33.05
%40.24

CMYK color model

#9CC1EB color CMYK value is (34,18,0,8).

  • cyan value is 33.62%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,18,0,8)
C34M18Y0K8 
(34%,18%,0%,8%)
(0.34/0.18/0.00/0.08)	

CMYK percentages

%33.62
%17.87
%0
%7.84

Codes

Color #9CC1EB in popluar color models

9CC1EB
RGB156193235
HSL212°66.39%76.67%
HSB/HSV212°33.62%92.16%
CMYK33.62%17.87%0.00%
7.84%

Color #9CC1EB in popluar number systems.

HEX9CC1EB
Decimal156193235
Binary100111001100000111101011
Octal234301353

Shades and tints

Shades of #9CC1EB

#9CC1EB
(156,193,235)
#8EB0D6
(142,176,214)
#809FC1
(128,159,193)
#728EAC
(114,142,172)
#647D97
(100,125,151)
#566C82
(86,108,130)
#485B6D
(72,91,109)
#3A4A58
(58,74,88)
#2C3943
(44,57,67)
#1E282E
(30,40,46)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #9CC1EB

#9CC1EB
(156,193,235)
#A5C6EC
(165,198,236)
#AECBED
(174,203,237)
#B7D0EE
(183,208,238)
#C0D5EF
(192,213,239)
#C9DAF0
(201,218,240)
#D2DFF1
(210,223,241)
#DBE4F2
(219,228,242)
#E4E9F3
(228,233,243)
#EDEEF4
(237,238,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC1EB; }

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

This text font color is #9CC1EB.


Background Color

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

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

This div background color is #9CC1EB.


Border color

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

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

This div border color is #9CC1EB.


Opacity

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

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

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

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

This text has shadow with #9CC1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC1EB on black background.


Color preview on white background

This text has color #9CC1EB on white background.



Black color preview on #9CC1EB background

This text has black color on #9CC1EB background.


White color preview on #9CC1EB background

This text has white color on #9CC1EB background.