COLOR #9BCFF2

HEX: #9BCFF2
RGB: (155,207,242)

Color info

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

RGB color model

#9BCFF2 color RGB value is (155,207,242).

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

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 242 of 255 = 95%

155
207
242

R + G + B ~ 79%. #9BCFF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 242 = 604 (100%)
R 155 of 604 ~ 25.66%
G 207 of 604 ~ 34.27%
B 242 of 604 ~ 40.07%

%25.66
%34.27
%40.07

CMYK color model

#9BCFF2 color CMYK value is (36,14,0,5).

  • cyan value is 35.95%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(36,14,0,5)
C36M14Y0K5 
(36%,14%,0%,5%)
(0.36/0.14/0.00/0.05)	

CMYK percentages

%35.95
%14.46
%0
%5.1

Codes

Color #9BCFF2 in popluar color models

9BCFF2
RGB155207242
HSL204°76.99%77.84%
HSB/HSV204°35.95%94.90%
CMYK35.95%14.46%0.00%
5.10%

Color #9BCFF2 in popluar number systems.

HEX9BCFF2
Decimal155207242
Binary100110111100111111110010
Octal233317362

Shades and tints

Shades of #9BCFF2

#9BCFF2
(155,207,242)
#8DBDDC
(141,189,220)
#7FABC6
(127,171,198)
#7199B0
(113,153,176)
#63879A
(99,135,154)
#557584
(85,117,132)
#47636E
(71,99,110)
#395158
(57,81,88)
#2B3F42
(43,63,66)
#1D2D2C
(29,45,44)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #9BCFF2

#9BCFF2
(155,207,242)
#A4D3F3
(164,211,243)
#ADD7F4
(173,215,244)
#B6DBF5
(182,219,245)
#BFDFF6
(191,223,246)
#C8E3F7
(200,227,247)
#D1E7F8
(209,231,248)
#DAEBF9
(218,235,249)
#E3EFFA
(227,239,250)
#ECF3FB
(236,243,251)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCFF2; }

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

This text font color is #9BCFF2.


Background Color

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

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

This div background color is #9BCFF2.


Border color

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

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

This div border color is #9BCFF2.


Opacity

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

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

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

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

This text has shadow with #9BCFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCFF2 on black background.


Color preview on white background

This text has color #9BCFF2 on white background.



Black color preview on #9BCFF2 background

This text has black color on #9BCFF2 background.


White color preview on #9BCFF2 background

This text has white color on #9BCFF2 background.