COLOR #9BCFEB

HEX: #9BCFEB
RGB: (155,207,235)

Color info

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

RGB color model

#9BCFEB color RGB value is (155,207,235).

  • red value is 155;
  • green value is 207;
  • blue value is 235.
RGB:
(155,207,235)
(61%,81%,92%)

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 235 of 255 = 92%

155
207
235

R + G + B ~ 78%. #9BCFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 235 = 597 (100%)
R 155 of 597 ~ 25.96%
G 207 of 597 ~ 34.67%
B 235 of 597 ~ 39.36%

%25.96
%34.67
%39.36

CMYK color model

#9BCFEB color CMYK value is (34,12,0,8).

  • cyan value is 34.04%
  • magenta value is 11.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,12,0,8)
C34M12Y0K8 
(34%,12%,0%,8%)
(0.34/0.12/0.00/0.08)	

CMYK percentages

%34.04
%11.91
%0
%7.84

Codes

Color #9BCFEB in popluar color models

9BCFEB
RGB155207235
HSL201°66.67%76.47%
HSB/HSV201°34.04%92.16%
CMYK34.04%11.91%0.00%
7.84%

Color #9BCFEB in popluar number systems.

HEX9BCFEB
Decimal155207235
Binary100110111100111111101011
Octal233317353

Shades and tints

Shades of #9BCFEB

#9BCFEB
(155,207,235)
#8DBDD6
(141,189,214)
#7FABC1
(127,171,193)
#7199AC
(113,153,172)
#638797
(99,135,151)
#557582
(85,117,130)
#47636D
(71,99,109)
#395158
(57,81,88)
#2B3F43
(43,63,67)
#1D2D2E
(29,45,46)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #9BCFEB

#9BCFEB
(155,207,235)
#A4D3EC
(164,211,236)
#ADD7ED
(173,215,237)
#B6DBEE
(182,219,238)
#BFDFEF
(191,223,239)
#C8E3F0
(200,227,240)
#D1E7F1
(209,231,241)
#DAEBF2
(218,235,242)
#E3EFF3
(227,239,243)
#ECF3F4
(236,243,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCFEB color. Also use rgb(155,207,235) instead hex code.

Text Font Color

.myTextColor { color: #9BCFEB; }

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

This text font color is #9BCFEB.


Background Color

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

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

This div background color is #9BCFEB.


Border color

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

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

This div border color is #9BCFEB.


Opacity

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

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

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

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

This text has shadow with #9BCFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCFEB on black background.


Color preview on white background

This text has color #9BCFEB on white background.



Black color preview on #9BCFEB background

This text has black color on #9BCFEB background.


White color preview on #9BCFEB background

This text has white color on #9BCFEB background.