COLOR #9BF5CC

HEX: #9BF5CC
RGB: (155,245,204)

Color info

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

RGB color model

#9BF5CC color RGB value is (155,245,204).

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

RGB channels and saturation

R 155 of 255 = 61%
G 245 of 255 = 96%
B 204 of 255 = 80%

155
245
204

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

Portions of RGB colors in percentages

R + G + B =
155 + 245 + 204 = 604 (100%)
R 155 of 604 ~ 25.66%
G 245 of 604 ~ 40.56%
B 204 of 604 ~ 33.77%

%25.66
%40.56
%33.77

CMYK color model

#9BF5CC color CMYK value is (37,0,17,4).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK:
(37,0,17,4)
C37M0Y17K4 
(37%,0%,17%,4%)
(0.37/0.00/0.17/0.04)	

CMYK percentages

%36.73
%0
%16.73
%3.92

Codes

Color #9BF5CC in popluar color models

9BF5CC
RGB155245204
HSL153°81.82%78.43%
HSB/HSV153°36.73%96.08%
CMYK36.73%0.00%16.73%
3.92%

Color #9BF5CC in popluar number systems.

HEX9BF5CC
Decimal155245204
Binary100110111111010111001100
Octal233365314

Shades and tints

Shades of #9BF5CC

#9BF5CC
(155,245,204)
#8DDFBA
(141,223,186)
#7FC9A8
(127,201,168)
#71B396
(113,179,150)
#639D84
(99,157,132)
#558772
(85,135,114)
#477160
(71,113,96)
#395B4E
(57,91,78)
#2B453C
(43,69,60)
#1D2F2A
(29,47,42)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #9BF5CC

#9BF5CC
(155,245,204)
#A4F5D0
(164,245,208)
#ADF5D4
(173,245,212)
#B6F5D8
(182,245,216)
#BFF5DC
(191,245,220)
#C8F5E0
(200,245,224)
#D1F5E4
(209,245,228)
#DAF5E8
(218,245,232)
#E3F5EC
(227,245,236)
#ECF5F0
(236,245,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BF5CC; }

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

This text font color is #9BF5CC.


Background Color

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

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

This div background color is #9BF5CC.


Border color

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

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

This div border color is #9BF5CC.


Opacity

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

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

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

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

This text has shadow with #9BF5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF5CC on black background.


Color preview on white background

This text has color #9BF5CC on white background.



Black color preview on #9BF5CC background

This text has black color on #9BF5CC background.


White color preview on #9BF5CC background

This text has white color on #9BF5CC background.