COLOR #B6FFB5

HEX: #B6FFB5 RGB: (182,255,181)

Color info

#B6FFB5 contains mainly green color. Web safe color of #B6FFB5 is #CCFFCC (or #CFC).

RGB color model

#B6FFB5 color RGB value is (182,255,181).

RGB: (182,255,181) (71%, 100%, 71%)

RGB channels and saturation

R 182 of 255 = 71%
G 255 of 255 = 100%
B 181 of 255 = 71%

182
255
181

R + G + B ~ 81%. #B6FFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 255 + 181 = 618 (100%)
R 182 of 618 ~ 29.45%
G 255 of 618 ~ 41.26%
B 181 of 618 ~ 29.29'%

%29.45
%41.26
%29.29

CMYK color model

#B6FFB5 color CMYK value is (29,0,29,0).

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

CMYK: (29,0,29,0)
C29M0Y29K0 (29%, 0%, 29%, 0%)
(0.29 / 0.00 / 0.29 / 0.00)

CMYK percentages

%28.63
%0
%29.02
%0

Codes

Color #B6FFB5 in popluar color models

B6 FF B5
RGB 182 255 181
HSL 119° 100.00% 85.49%
HSB/HSV 119° 29.02% 100.00%
CMYK 28.63% 0.00% 29.02%
0.00%

Color #B6FFB5 in popluar number systems.

HEX B6 FF B5
Decimal 182 255 181
Binary 10110110 11111111 10110101
Octal 266 377 265

Shades and tints

Shades of #B6FFB5

#B6FFB5
(182,255,181)
#A6E8A5
(166,232,165)
#96D195
(150,209,149)
#86BA85
(134,186,133)
#76A375
(118,163,117)
#668C65
(102,140,101)
#567555
(86,117,85)
#465E45
(70,94,69)
#364735
(54,71,53)
#263025
(38,48,37)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6FFB5

#B6FFB5
(182,255,181)
#BCFFBB
(188,255,187)
#C2FFC1
(194,255,193)
#C8FFC7
(200,255,199)
#CEFFCD
(206,255,205)
#D4FFD3
(212,255,211)
#DAFFD9
(218,255,217)
#E0FFDF
(224,255,223)
#E6FFE5
(230,255,229)
#ECFFEB
(236,255,235)
#F2FFF1
(242,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FFB5; }

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

This text font color is #B6FFB5.

Background Color

.myBgColor { background-color: #B6FFB5; }

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

This div background color is #B6FFB5.

Border color

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

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

This div border color is #B6FFB5.

Opacity

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

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

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

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

This text has shadow with #B6FFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FFB5.

Preview

Color preview on black background

This text has color #B6FFB5 on black background.


Color preview on white background

This text has color #B6FFB5 on white background.


Black color preview on #B6FFB5 background

This text has black color on #B6FFB5 background.


White color preview on #B6FFB5 background

This text has white color on #B6FFB5 background.


Related colors

Complementary color

Complementary color for #hex is #49004A.


I love getcolorcode.com

Triadic colors

1 #B5B6FF and #FFB5B6 with #B6FFB5 are triadic colors.

2 #B5FFB6 and #FFB6B5 with #B6FFB5 are triadic colors.