COLOR #B6FDE6

HEX: #B6FDE6 RGB: (182,253,230)

Color info

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

RGB color model

#B6FDE6 color RGB value is (182,253,230).

RGB: (182,253,230) (71%, 99%, 90%)

RGB channels and saturation

R 182 of 255 = 71%
G 253 of 255 = 99%
B 230 of 255 = 90%

182
253
230

R + G + B ~ 87%. #B6FDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 182 + 253 + 230 = 665 (100%)
R 182 of 665 ~ 27.37%
G 253 of 665 ~ 38.05%
B 230 of 665 ~ 34.59'%

%27.37
%38.05
%34.59

CMYK color model

#B6FDE6 color CMYK value is (28,0,9,1).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%

CMYK: (28,0,9,1)
C28M0Y9K1 (28%, 0%, 9%, 1%)
(0.28 / 0.00 / 0.09 / 0.01)

CMYK percentages

%28.06
%0
%9.09
%0.78

Codes

Color #B6FDE6 in popluar color models

B6 FD E6
RGB 182 253 230
HSL 161° 94.67% 85.29%
HSB/HSV 161° 28.06% 99.22%
CMYK 28.06% 0.00% 9.09%
0.78%

Color #B6FDE6 in popluar number systems.

HEX B6 FD E6
Decimal 182 253 230
Binary 10110110 11111101 11100110
Octal 266 375 346

Shades and tints

Shades of #B6FDE6

#B6FDE6
(182,253,230)
#A6E6D2
(166,230,210)
#96CFBE
(150,207,190)
#86B8AA
(134,184,170)
#76A196
(118,161,150)
#668A82
(102,138,130)
#56736E
(86,115,110)
#465C5A
(70,92,90)
#364546
(54,69,70)
#262E32
(38,46,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #B6FDE6

#B6FDE6
(182,253,230)
#BCFDE8
(188,253,232)
#C2FDEA
(194,253,234)
#C8FDEC
(200,253,236)
#CEFDEE
(206,253,238)
#D4FDF0
(212,253,240)
#DAFDF2
(218,253,242)
#E0FDF4
(224,253,244)
#E6FDF6
(230,253,246)
#ECFDF8
(236,253,248)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FDE6 color. Also use rgb(182,253,230) instead hex code.

Text Font Color

.myTextColor { color: #B6FDE6; }

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

This text font color is #B6FDE6.

Background Color

.myBgColor { background-color: #B6FDE6; }

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

This div background color is #B6FDE6.

Border color

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

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

This div border color is #B6FDE6.

Opacity

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

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

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

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

This text has shadow with #B6FDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FDE6.

Preview

Color preview on black background

This text has color #B6FDE6 on black background.


Color preview on white background

This text has color #B6FDE6 on white background.


Black color preview on #B6FDE6 background

This text has black color on #B6FDE6 background.


White color preview on #B6FDE6 background

This text has white color on #B6FDE6 background.


Related colors

Complementary color

Complementary color for #hex is #490219.


I love getcolorcode.com

Triadic colors

1 #E6B6FD and #FDE6B6 with #B6FDE6 are triadic colors.

2 #E6FDB6 and #FDB6E6 with #B6FDE6 are triadic colors.