COLOR #B6FCE3

HEX: #B6FCE3 RGB: (182,252,227)

Color info

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

RGB color model

#B6FCE3 color RGB value is (182,252,227).

RGB: (182,252,227) (71%, 99%, 89%)

RGB channels and saturation

R 182 of 255 = 71%
G 252 of 255 = 99%
B 227 of 255 = 89%

182
252
227

R + G + B ~ 86%. #B6FCE3 is light color.

Portions of RGB colors in percentages

R + G + B = 182 + 252 + 227 = 661 (100%)
R 182 of 661 ~ 27.53%
G 252 of 661 ~ 38.12%
B 227 of 661 ~ 34.34'%

%27.53
%38.12
%34.34

CMYK color model

#B6FCE3 color CMYK value is (28,0,10,1).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK: (28,0,10,1) C28M0Y10K1 (28%,0%,10%,1%) (0.28/0.00/0.10/0.01) 

CMYK percentages

%27.78
%0
%9.92
%1.18

Codes

Color #B6FCE3 in popluar color models

B6 FC E3
RGB 182 252 227
HSL 159° 92.11% 85.10%
HSB/HSV 159° 27.78% 98.82%
CMYK 27.78% 0.00% 9.92%
1.18%

Color #B6FCE3 in popluar number systems.

HEX B6 FC E3
Decimal 182 252 227
Binary 10110110 11111100 11100011
Octal 266 374 343

Shades and tints

Shades of #B6FCE3

#B6FCE3
(182,252,227)
#A6E6CF
(166,230,207)
#96D0BB
(150,208,187)
#86BAA7
(134,186,167)
#76A493
(118,164,147)
#668E7F
(102,142,127)
#56786B
(86,120,107)
#466257
(70,98,87)
#364C43
(54,76,67)
#26362F
(38,54,47)
#16201B
(22,32,27)
#000000
(0,0,0)

Tints of #B6FCE3

#B6FCE3
(182,252,227)
#BCFCE5
(188,252,229)
#C2FCE7
(194,252,231)
#C8FCE9
(200,252,233)
#CEFCEB
(206,252,235)
#D4FCED
(212,252,237)
#DAFCEF
(218,252,239)
#E0FCF1
(224,252,241)
#E6FCF3
(230,252,243)
#ECFCF5
(236,252,245)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FCE3 color. Also use rgb(182,252,227) instead hex code.

Text Font Color

.myTextColor { color: #B6FCE3; }

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

This text font color is #B6FCE3.

Background Color

.myBgColor { background-color: #B6FCE3; }

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

This div background color is #B6FCE3.

Border color

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

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

This div border color is #B6FCE3.

Opacity

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

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

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

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

This text has shadow with #B6FCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FCE3.

Preview

Color preview on black background

This text has color #B6FCE3 on black background.


Color preview on white background

This text has color #B6FCE3 on white background.


Black color preview on #B6FCE3 background

This text has black color on #B6FCE3 background.


White color preview on #B6FCE3 background

This text has white color on #B6FCE3 background.


Related colors

Complementary color

Complementary color for #hex is #49031C.


I love getcolorcode.com

Triadic colors

1 #E3B6FC and #FCE3B6 with #B6FCE3 are triadic colors.

2 #E3FCB6 and #FCB6E3 with #B6FCE3 are triadic colors.