COLOR #9BF0CC

HEX: #9BF0CC
RGB: (155,240,204)

Color info

#9BF0CC contains mainly green and blue colors. Web safe color of #9BF0CC is #99FFCC (or #9FC).

RGB color model

#9BF0CC color RGB value is (155,240,204).

  • red value is 155;
  • green value is 240;
  • blue value is 204.
RGB:
(155,240,204)
(61%,94%,80%)

RGB channels and saturation

R 155 of 255 = 61%
G 240 of 255 = 94%
B 204 of 255 = 80%

155
240
204

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

Portions of RGB colors in percentages

R + G + B =
155 + 240 + 204 = 599 (100%)
R 155 of 599 ~ 25.88%
G 240 of 599 ~ 40.07%
B 204 of 599 ~ 34.06%

%25.88
%40.07
%34.06

CMYK color model

#9BF0CC color CMYK value is (35,0,15,6).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(35,0,15,6)
C35M0Y15K6 
(35%,0%,15%,6%)
(0.35/0.00/0.15/0.06)	

CMYK percentages

%35.42
%0
%15
%5.88

Codes

Color #9BF0CC in popluar color models

9BF0CC
RGB155240204
HSL155°73.91%77.45%
HSB/HSV155°35.42%94.12%
CMYK35.42%0.00%15.00%
5.88%

Color #9BF0CC in popluar number systems.

HEX9BF0CC
Decimal155240204
Binary100110111111000011001100
Octal233360314

Shades and tints

Shades of #9BF0CC

#9BF0CC
(155,240,204)
#8DDBBA
(141,219,186)
#7FC6A8
(127,198,168)
#71B196
(113,177,150)
#639C84
(99,156,132)
#558772
(85,135,114)
#477260
(71,114,96)
#395D4E
(57,93,78)
#2B483C
(43,72,60)
#1D332A
(29,51,42)
#0F1E18
(15,30,24)
#000000
(0,0,0)

Tints of #9BF0CC

#9BF0CC
(155,240,204)
#A4F1D0
(164,241,208)
#ADF2D4
(173,242,212)
#B6F3D8
(182,243,216)
#BFF4DC
(191,244,220)
#C8F5E0
(200,245,224)
#D1F6E4
(209,246,228)
#DAF7E8
(218,247,232)
#E3F8EC
(227,248,236)
#ECF9F0
(236,249,240)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF0CC color. Also use rgb(155,240,204) instead hex code.

Text Font Color

.myTextColor { color: #9BF0CC; }

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

This text font color is #9BF0CC.


Background Color

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

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

This div background color is #9BF0CC.


Border color

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

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

This div border color is #9BF0CC.


Opacity

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

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

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

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

This text has shadow with #9BF0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF0CC on black background.


Color preview on white background

This text has color #9BF0CC on white background.



Black color preview on #9BF0CC background

This text has black color on #9BF0CC background.


White color preview on #9BF0CC background

This text has white color on #9BF0CC background.