COLOR #9BF6D6

HEX: #9BF6D6
RGB: (155,246,214)

Color info

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

RGB color model

#9BF6D6 color RGB value is (155,246,214).

  • red value is 155;
  • green value is 246;
  • blue value is 214.
RGB:
(155,246,214)
(61%,96%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 246 of 255 = 96%
B 214 of 255 = 84%

155
246
214

R + G + B ~ 80%. #9BF6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 246 + 214 = 615 (100%)
R 155 of 615 ~ 25.2%
G 246 of 615 ~ 40%
B 214 of 615 ~ 34.8%

%25.2
%40
%34.8

CMYK color model

#9BF6D6 color CMYK value is (37,0,13,4).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 3.53%
CMYK:
(37,0,13,4)
C37M0Y13K4 
(37%,0%,13%,4%)
(0.37/0.00/0.13/0.04)	

CMYK percentages

%36.99
%0
%13.01
%3.53

Codes

Color #9BF6D6 in popluar color models

9BF6D6
RGB155246214
HSL159°83.49%78.63%
HSB/HSV159°36.99%96.47%
CMYK36.99%0.00%13.01%
3.53%

Color #9BF6D6 in popluar number systems.

HEX9BF6D6
Decimal155246214
Binary100110111111011011010110
Octal233366326

Shades and tints

Shades of #9BF6D6

#9BF6D6
(155,246,214)
#8DE0C3
(141,224,195)
#7FCAB0
(127,202,176)
#71B49D
(113,180,157)
#639E8A
(99,158,138)
#558877
(85,136,119)
#477264
(71,114,100)
#395C51
(57,92,81)
#2B463E
(43,70,62)
#1D302B
(29,48,43)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #9BF6D6

#9BF6D6
(155,246,214)
#A4F6D9
(164,246,217)
#ADF6DC
(173,246,220)
#B6F6DF
(182,246,223)
#BFF6E2
(191,246,226)
#C8F6E5
(200,246,229)
#D1F6E8
(209,246,232)
#DAF6EB
(218,246,235)
#E3F6EE
(227,246,238)
#ECF6F1
(236,246,241)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF6D6 color. Also use rgb(155,246,214) instead hex code.

Text Font Color

.myTextColor { color: #9BF6D6; }

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

This text font color is #9BF6D6.


Background Color

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

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

This div background color is #9BF6D6.


Border color

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

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

This div border color is #9BF6D6.


Opacity

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

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

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

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

This text has shadow with #9BF6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF6D6 on black background.


Color preview on white background

This text has color #9BF6D6 on white background.



Black color preview on #9BF6D6 background

This text has black color on #9BF6D6 background.


White color preview on #9BF6D6 background

This text has white color on #9BF6D6 background.