COLOR #B6FF9B

HEX: #B6FF9B RGB: (182,255,155)

Color info

#B6FF9B contains mainly green color. Web safe color of #B6FF9B is #CCFF99 (or #CF9).

RGB color model

#B6FF9B color RGB value is (182,255,155).

RGB: (182,255,155) (71%, 100%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 255 of 255 = 100%
B 155 of 255 = 61%

182
255
155

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

Portions of RGB colors in percentages

R + G + B = 182 + 255 + 155 = 592 (100%)
R 182 of 592 ~ 30.74%
G 255 of 592 ~ 43.07%
B 155 of 592 ~ 26.18'%

%30.74
%43.07
%26.18

CMYK color model

#B6FF9B color CMYK value is (29,0,39,0).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 0.00%

CMYK: (29,0,39,0)
C29M0Y39K0 (29%, 0%, 39%, 0%)
(0.29 / 0.00 / 0.39 / 0.00)

CMYK percentages

%28.63
%0
%39.22
%0

Codes

Color #B6FF9B in popluar color models

B6 FF 9B
RGB 182 255 155
HSL 104° 100.00% 80.39%
HSB/HSV 104° 39.22% 100.00%
CMYK 28.63% 0.00% 39.22%
0.00%

Color #B6FF9B in popluar number systems.

HEX B6 FF 9B
Decimal 182 255 155
Binary 10110110 11111111 10011011
Octal 266 377 233

Shades and tints

Shades of #B6FF9B

#B6FF9B
(182,255,155)
#A6E88D
(166,232,141)
#96D17F
(150,209,127)
#86BA71
(134,186,113)
#76A363
(118,163,99)
#668C55
(102,140,85)
#567547
(86,117,71)
#465E39
(70,94,57)
#36472B
(54,71,43)
#26301D
(38,48,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #B6FF9B

#B6FF9B
(182,255,155)
#BCFFA4
(188,255,164)
#C2FFAD
(194,255,173)
#C8FFB6
(200,255,182)
#CEFFBF
(206,255,191)
#D4FFC8
(212,255,200)
#DAFFD1
(218,255,209)
#E0FFDA
(224,255,218)
#E6FFE3
(230,255,227)
#ECFFEC
(236,255,236)
#F2FFF5
(242,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FF9B color. Also use rgb(182,255,155) instead hex code.

Text Font Color

.myTextColor { color: #B6FF9B; }

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

This text font color is #B6FF9B.

Background Color

.myBgColor { background-color: #B6FF9B; }

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

This div background color is #B6FF9B.

Border color

.myBorderColor { border: 1px solid #B6FF9B; }

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

This div border color is #B6FF9B.

Opacity

.myOpacity80 { color: #B6FF9B; opacity: 0.8; }

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

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

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

This text has shadow with #B6FF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FF9B.

Preview

Color preview on black background

This text has color #B6FF9B on black background.


Color preview on white background

This text has color #B6FF9B on white background.


Black color preview on #B6FF9B background

This text has black color on #B6FF9B background.


White color preview on #B6FF9B background

This text has white color on #B6FF9B background.


Related colors

Complementary color

Complementary color for #hex is #490064.


I love getcolorcode.com

Triadic colors

1 #9BB6FF and #FF9BB6 with #B6FF9B are triadic colors.

2 #9BFFB6 and #FFB69B with #B6FF9B are triadic colors.