COLOR #B8FFC6

HEX: #B8FFC6
RGB: (184,255,198)

Color info

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

RGB color model

#B8FFC6 color RGB value is (184,255,198).

  • red value is 184;
  • green value is 255;
  • blue value is 198.
RGB:
(184,255,198)
(72%,100%,78%)

RGB channels and saturation

R 184 of 255 = 72%
G 255 of 255 = 100%
B 198 of 255 = 78%

184
255
198

R + G + B ~ 83%. #B8FFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 255 + 198 = 637 (100%)
R 184 of 637 ~ 28.89%
G 255 of 637 ~ 40.03%
B 198 of 637 ~ 31.08%

%28.89
%40.03
%31.08

CMYK color model

#B8FFC6 color CMYK value is (28,0,22,0).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(28,0,22,0)
C28M0Y22K0 
(28%,0%,22%,0%)
(0.28/0.00/0.22/0.00)	

CMYK percentages

%27.84
%0
%22.35
%0

Codes

Color #B8FFC6 in popluar color models

B8FFC6
RGB184255198
HSL132°100.00%86.08%
HSB/HSV132°27.84%100.00%
CMYK27.84%0.00%22.35%
0.00%

Color #B8FFC6 in popluar number systems.

HEXB8FFC6
Decimal184255198
Binary101110001111111111000110
Octal270377306

Shades and tints

Shades of #B8FFC6

#B8FFC6
(184,255,198)
#A8E8B4
(168,232,180)
#98D1A2
(152,209,162)
#88BA90
(136,186,144)
#78A37E
(120,163,126)
#688C6C
(104,140,108)
#58755A
(88,117,90)
#485E48
(72,94,72)
#384736
(56,71,54)
#283024
(40,48,36)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #B8FFC6

#B8FFC6
(184,255,198)
#BEFFCB
(190,255,203)
#C4FFD0
(196,255,208)
#CAFFD5
(202,255,213)
#D0FFDA
(208,255,218)
#D6FFDF
(214,255,223)
#DCFFE4
(220,255,228)
#E2FFE9
(226,255,233)
#E8FFEE
(232,255,238)
#EEFFF3
(238,255,243)
#F4FFF8
(244,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8FFC6 color. Also use rgb(184,255,198) instead hex code.

Text Font Color

.myTextColor { color: #B8FFC6; }

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

This text font color is #B8FFC6.


Background Color

.myBgColor { background-color: #B8FFC6; }

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

This div background color is #B8FFC6.


Border color

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

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

This div border color is #B8FFC6.


Opacity

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

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

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

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

This text has shadow with #B8FFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FFC6 on black background.


Color preview on white background

This text has color #B8FFC6 on white background.



Black color preview on #B8FFC6 background

This text has black color on #B8FFC6 background.


White color preview on #B8FFC6 background

This text has white color on #B8FFC6 background.