COLOR #B6F9C8

HEX: #B6F9C8
RGB: (182,249,200)

Color info

#B6F9C8 contains mainly green and blue colors. Web safe color of #B6F9C8 is #CCFFCC (or #CFC).

RGB color model

#B6F9C8 color RGB value is (182,249,200).

  • red value is 182;
  • green value is 249;
  • blue value is 200.
RGB:
(182,249,200)
(71%,98%,78%)

RGB channels and saturation

R 182 of 255 = 71%
G 249 of 255 = 98%
B 200 of 255 = 78%

182
249
200

R + G + B ~ 82%. #B6F9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 249 + 200 = 631 (100%)
R 182 of 631 ~ 28.84%
G 249 of 631 ~ 39.46%
B 200 of 631 ~ 31.7%

%28.84
%39.46
%31.7

CMYK color model

#B6F9C8 color CMYK value is (27,0,20,2).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(27,0,20,2)
C27M0Y20K2 
(27%,0%,20%,2%)
(0.27/0.00/0.20/0.02)	

CMYK percentages

%26.91
%0
%19.68
%2.35

Codes

Color #B6F9C8 in popluar color models

B6F9C8
RGB182249200
HSL136°84.81%84.51%
HSB/HSV136°26.91%97.65%
CMYK26.91%0.00%19.68%
2.35%

Color #B6F9C8 in popluar number systems.

HEXB6F9C8
Decimal182249200
Binary101101101111100111001000
Octal266371310

Shades and tints

Shades of #B6F9C8

#B6F9C8
(182,249,200)
#A6E3B6
(166,227,182)
#96CDA4
(150,205,164)
#86B792
(134,183,146)
#76A180
(118,161,128)
#668B6E
(102,139,110)
#56755C
(86,117,92)
#465F4A
(70,95,74)
#364938
(54,73,56)
#263326
(38,51,38)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #B6F9C8

#B6F9C8
(182,249,200)
#BCF9CD
(188,249,205)
#C2F9D2
(194,249,210)
#C8F9D7
(200,249,215)
#CEF9DC
(206,249,220)
#D4F9E1
(212,249,225)
#DAF9E6
(218,249,230)
#E0F9EB
(224,249,235)
#E6F9F0
(230,249,240)
#ECF9F5
(236,249,245)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F9C8 color. Also use rgb(182,249,200) instead hex code.

Text Font Color

.myTextColor { color: #B6F9C8; }

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

This text font color is #B6F9C8.


Background Color

.myBgColor { background-color: #B6F9C8; }

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

This div background color is #B6F9C8.


Border color

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

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

This div border color is #B6F9C8.


Opacity

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

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

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

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

This text has shadow with #B6F9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F9C8 on black background.


Color preview on white background

This text has color #B6F9C8 on white background.



Black color preview on #B6F9C8 background

This text has black color on #B6F9C8 background.


White color preview on #B6F9C8 background

This text has white color on #B6F9C8 background.