COLOR #9CBEDA

HEX: #9CBEDA
RGB: (156,190,218)

Color info

#9CBEDA contains mainly green and blue colors. Web safe color of #9CBEDA is #99CCCC (or #9CC).

RGB color model

#9CBEDA color RGB value is (156,190,218).

  • red value is 156;
  • green value is 190;
  • blue value is 218.
RGB:
(156,190,218)
(61%,75%,85%)

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 218 of 255 = 85%

156
190
218

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

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 218 = 564 (100%)
R 156 of 564 ~ 27.66%
G 190 of 564 ~ 33.69%
B 218 of 564 ~ 38.65%

%27.66
%33.69
%38.65

CMYK color model

#9CBEDA color CMYK value is (28,13,0,15).

  • cyan value is 28.44%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,13,0,15)
C28M13Y0K15 
(28%,13%,0%,15%)
(0.28/0.13/0.00/0.15)	

CMYK percentages

%28.44
%12.84
%0
%14.51

Codes

Color #9CBEDA in popluar color models

9CBEDA
RGB156190218
HSL207°45.59%73.33%
HSB/HSV207°28.44%85.49%
CMYK28.44%12.84%0.00%
14.51%

Color #9CBEDA in popluar number systems.

HEX9CBEDA
Decimal156190218
Binary100111001011111011011010
Octal234276332

Shades and tints

Shades of #9CBEDA

#9CBEDA
(156,190,218)
#8EADC7
(142,173,199)
#809CB4
(128,156,180)
#728BA1
(114,139,161)
#647A8E
(100,122,142)
#56697B
(86,105,123)
#485868
(72,88,104)
#3A4755
(58,71,85)
#2C3642
(44,54,66)
#1E252F
(30,37,47)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #9CBEDA

#9CBEDA
(156,190,218)
#A5C3DD
(165,195,221)
#AEC8E0
(174,200,224)
#B7CDE3
(183,205,227)
#C0D2E6
(192,210,230)
#C9D7E9
(201,215,233)
#D2DCEC
(210,220,236)
#DBE1EF
(219,225,239)
#E4E6F2
(228,230,242)
#EDEBF5
(237,235,245)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBEDA; }

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

This text font color is #9CBEDA.


Background Color

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

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

This div background color is #9CBEDA.


Border color

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

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

This div border color is #9CBEDA.


Opacity

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

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

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

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

This text has shadow with #9CBEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBEDA on black background.


Color preview on white background

This text has color #9CBEDA on white background.



Black color preview on #9CBEDA background

This text has black color on #9CBEDA background.


White color preview on #9CBEDA background

This text has white color on #9CBEDA background.