COLOR #9CBEEB

HEX: #9CBEEB RGB: (156,190,235)

Color info

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

RGB color model

#9CBEEB color RGB value is (156,190,235).

RGB: (156,190,235) (61%, 75%, 92%)

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 235 of 255 = 92%

156
190
235

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

Portions of RGB colors in percentages

R + G + B = 156 + 190 + 235 = 581 (100%)
R 156 of 581 ~ 26.85%
G 190 of 581 ~ 32.7%
B 235 of 581 ~ 40.45'%

%26.85
%32.7
%40.45

CMYK color model

#9CBEEB color CMYK value is (34,19,0,8).

  • cyan value is 33.62%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (34,19,0,8) C34M19Y0K8 (34%,19%,0%,8%) (0.34/0.19/0.00/0.08) 

CMYK percentages

%33.62
%19.15
%0
%7.84

Codes

Color #9CBEEB in popluar color models

9C BE EB
RGB 156 190 235
HSL 214° 66.39% 76.67%
HSB/HSV 214° 33.62% 92.16%
CMYK 33.62% 19.15% 0.00%
7.84%

Color #9CBEEB in popluar number systems.

HEX 9C BE EB
Decimal 156 190 235
Binary 10011100 10111110 11101011
Octal 234 276 353

Shades and tints

Shades of #9CBEEB

#9CBEEB
(156,190,235)
#8EADD6
(142,173,214)
#809CC1
(128,156,193)
#728BAC
(114,139,172)
#647A97
(100,122,151)
#566982
(86,105,130)
#48586D
(72,88,109)
#3A4758
(58,71,88)
#2C3643
(44,54,67)
#1E252E
(30,37,46)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #9CBEEB

#9CBEEB
(156,190,235)
#A5C3EC
(165,195,236)
#AEC8ED
(174,200,237)
#B7CDEE
(183,205,238)
#C0D2EF
(192,210,239)
#C9D7F0
(201,215,240)
#D2DCF1
(210,220,241)
#DBE1F2
(219,225,242)
#E4E6F3
(228,230,243)
#EDEBF4
(237,235,244)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBEEB; }

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

This text font color is #9CBEEB.

Background Color

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

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

This div background color is #9CBEEB.

Border color

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

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

This div border color is #9CBEEB.

Opacity

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

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

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

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

This text has shadow with #9CBEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBEEB.

Preview

Color preview on black background

This text has color #9CBEEB on black background.


Color preview on white background

This text has color #9CBEEB on white background.


Black color preview on #9CBEEB background

This text has black color on #9CBEEB background.


White color preview on #9CBEEB background

This text has white color on #9CBEEB background.


Related colors

Complementary color

Complementary color for #hex is #634114.


I love getcolorcode.com

Triadic colors

1 #EB9CBE and #BEEB9C with #9CBEEB are triadic colors.

2 #EBBE9C and #BE9CEB with #9CBEEB are triadic colors.