COLOR #B6F9C3

HEX: #B6F9C3
RGB: (182,249,195)

Color info

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

RGB color model

#B6F9C3 color RGB value is (182,249,195).

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

RGB channels and saturation

R 182 of 255 = 71%
G 249 of 255 = 98%
B 195 of 255 = 76%

182
249
195

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

Portions of RGB colors in percentages

R + G + B =
182 + 249 + 195 = 626 (100%)
R 182 of 626 ~ 29.07%
G 249 of 626 ~ 39.78%
B 195 of 626 ~ 31.15%

%29.07
%39.78
%31.15

CMYK color model

#B6F9C3 color CMYK value is (27,0,22,2).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 21.69%
  • key color value is 2.35%
CMYK:
(27,0,22,2)
C27M0Y22K2 
(27%,0%,22%,2%)
(0.27/0.00/0.22/0.02)	

CMYK percentages

%26.91
%0
%21.69
%2.35

Codes

Color #B6F9C3 in popluar color models

B6F9C3
RGB182249195
HSL132°84.81%84.51%
HSB/HSV132°26.91%97.65%
CMYK26.91%0.00%21.69%
2.35%

Color #B6F9C3 in popluar number systems.

HEXB6F9C3
Decimal182249195
Binary101101101111100111000011
Octal266371303

Shades and tints

Shades of #B6F9C3

#B6F9C3
(182,249,195)
#A6E3B2
(166,227,178)
#96CDA1
(150,205,161)
#86B790
(134,183,144)
#76A17F
(118,161,127)
#668B6E
(102,139,110)
#56755D
(86,117,93)
#465F4C
(70,95,76)
#36493B
(54,73,59)
#26332A
(38,51,42)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #B6F9C3

#B6F9C3
(182,249,195)
#BCF9C8
(188,249,200)
#C2F9CD
(194,249,205)
#C8F9D2
(200,249,210)
#CEF9D7
(206,249,215)
#D4F9DC
(212,249,220)
#DAF9E1
(218,249,225)
#E0F9E6
(224,249,230)
#E6F9EB
(230,249,235)
#ECF9F0
(236,249,240)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F9C3; }

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

This text font color is #B6F9C3.


Background Color

.myBgColor { background-color: #B6F9C3; }

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

This div background color is #B6F9C3.


Border color

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

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

This div border color is #B6F9C3.


Opacity

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

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

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

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

This text has shadow with #B6F9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F9C3 on black background.


Color preview on white background

This text has color #B6F9C3 on white background.



Black color preview on #B6F9C3 background

This text has black color on #B6F9C3 background.


White color preview on #B6F9C3 background

This text has white color on #B6F9C3 background.