COLOR #9BF6BC

HEX: #9BF6BC RGB: (155,246,188)

Color info

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

RGB color model

#9BF6BC color RGB value is (155,246,188).

RGB: (155,246,188) (61%, 96%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 246 of 255 = 96%
B 188 of 255 = 74%

155
246
188

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

Portions of RGB colors in percentages

R + G + B = 155 + 246 + 188 = 589 (100%)
R 155 of 589 ~ 26.32%
G 246 of 589 ~ 41.77%
B 188 of 589 ~ 31.92'%

%26.32
%41.77
%31.92

CMYK color model

#9BF6BC color CMYK value is (37,0,24,4).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 3.53%

CMYK: (37,0,24,4)
C37M0Y24K4 (37%, 0%, 24%, 4%)
(0.37 / 0.00 / 0.24 / 0.04)

CMYK percentages

%36.99
%0
%23.58
%3.53

Codes

Color #9BF6BC in popluar color models

9B F6 BC
RGB 155 246 188
HSL 142° 83.49% 78.63%
HSB/HSV 142° 36.99% 96.47%
CMYK 36.99% 0.00% 23.58%
3.53%

Color #9BF6BC in popluar number systems.

HEX 9B F6 BC
Decimal 155 246 188
Binary 10011011 11110110 10111100
Octal 233 366 274

Shades and tints

Shades of #9BF6BC

#9BF6BC
(155,246,188)
#8DE0AB
(141,224,171)
#7FCA9A
(127,202,154)
#71B489
(113,180,137)
#639E78
(99,158,120)
#558867
(85,136,103)
#477256
(71,114,86)
#395C45
(57,92,69)
#2B4634
(43,70,52)
#1D3023
(29,48,35)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BF6BC

#9BF6BC
(155,246,188)
#A4F6C2
(164,246,194)
#ADF6C8
(173,246,200)
#B6F6CE
(182,246,206)
#BFF6D4
(191,246,212)
#C8F6DA
(200,246,218)
#D1F6E0
(209,246,224)
#DAF6E6
(218,246,230)
#E3F6EC
(227,246,236)
#ECF6F2
(236,246,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BF6BC; }

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

This text font color is #9BF6BC.

Background Color

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

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

This div background color is #9BF6BC.

Border color

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

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

This div border color is #9BF6BC.

Opacity

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

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

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

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

This text has shadow with #9BF6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BF6BC.

Preview

Color preview on black background

This text has color #9BF6BC on black background.


Color preview on white background

This text has color #9BF6BC on white background.


Black color preview on #9BF6BC background

This text has black color on #9BF6BC background.


White color preview on #9BF6BC background

This text has white color on #9BF6BC background.


Related colors

Complementary color

Complementary color for #hex is #640943.


I love getcolorcode.com

Triadic colors

1 #BC9BF6 and #F6BC9B with #9BF6BC are triadic colors.

2 #BCF69B and #F69BBC with #9BF6BC are triadic colors.