COLOR #9BCFE0

HEX: #9BCFE0
RGB: (155,207,224)

Color info

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

RGB color model

#9BCFE0 color RGB value is (155,207,224).

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

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 224 of 255 = 88%

155
207
224

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

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 224 = 586 (100%)
R 155 of 586 ~ 26.45%
G 207 of 586 ~ 35.32%
B 224 of 586 ~ 38.23%

%26.45
%35.32
%38.23

CMYK color model

#9BCFE0 color CMYK value is (31,8,0,12).

  • cyan value is 30.80%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(31,8,0,12)
C31M8Y0K12 
(31%,8%,0%,12%)
(0.31/0.08/0.00/0.12)	

CMYK percentages

%30.8
%7.59
%0
%12.16

Codes

Color #9BCFE0 in popluar color models

9BCFE0
RGB155207224
HSL195°52.67%74.31%
HSB/HSV195°30.80%87.84%
CMYK30.80%7.59%0.00%
12.16%

Color #9BCFE0 in popluar number systems.

HEX9BCFE0
Decimal155207224
Binary100110111100111111100000
Octal233317340

Shades and tints

Shades of #9BCFE0

#9BCFE0
(155,207,224)
#8DBDCC
(141,189,204)
#7FABB8
(127,171,184)
#7199A4
(113,153,164)
#638790
(99,135,144)
#55757C
(85,117,124)
#476368
(71,99,104)
#395154
(57,81,84)
#2B3F40
(43,63,64)
#1D2D2C
(29,45,44)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #9BCFE0

#9BCFE0
(155,207,224)
#A4D3E2
(164,211,226)
#ADD7E4
(173,215,228)
#B6DBE6
(182,219,230)
#BFDFE8
(191,223,232)
#C8E3EA
(200,227,234)
#D1E7EC
(209,231,236)
#DAEBEE
(218,235,238)
#E3EFF0
(227,239,240)
#ECF3F2
(236,243,242)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCFE0; }

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

This text font color is #9BCFE0.


Background Color

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

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

This div background color is #9BCFE0.


Border color

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

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

This div border color is #9BCFE0.


Opacity

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

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

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

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

This text has shadow with #9BCFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCFE0 on black background.


Color preview on white background

This text has color #9BCFE0 on white background.



Black color preview on #9BCFE0 background

This text has black color on #9BCFE0 background.


White color preview on #9BCFE0 background

This text has white color on #9BCFE0 background.