COLOR #B6FADC

HEX: #B6FADC RGB: (182,250,220)

Color info

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

RGB color model

#B6FADC color RGB value is (182,250,220).

RGB: (182,250,220) (71%, 98%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 250 of 255 = 98%
B 220 of 255 = 86%

182
250
220

R + G + B ~ 85%. #B6FADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 250 + 220 = 652 (100%)
R 182 of 652 ~ 27.91%
G 250 of 652 ~ 38.34%
B 220 of 652 ~ 33.74'%

%27.91
%38.34
%33.74

CMYK color model

#B6FADC color CMYK value is (27,0,12,2).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%

CMYK: (27,0,12,2)
C27M0Y12K2 (27%, 0%, 12%, 2%)
(0.27 / 0.00 / 0.12 / 0.02)

CMYK percentages

%27.2
%0
%12
%1.96

Codes

Color #B6FADC in popluar color models

B6 FA DC
RGB 182 250 220
HSL 154° 87.18% 84.71%
HSB/HSV 154° 27.20% 98.04%
CMYK 27.20% 0.00% 12.00%
1.96%

Color #B6FADC in popluar number systems.

HEX B6 FA DC
Decimal 182 250 220
Binary 10110110 11111010 11011100
Octal 266 372 334

Shades and tints

Shades of #B6FADC

#B6FADC
(182,250,220)
#A6E4C8
(166,228,200)
#96CEB4
(150,206,180)
#86B8A0
(134,184,160)
#76A28C
(118,162,140)
#668C78
(102,140,120)
#567664
(86,118,100)
#466050
(70,96,80)
#364A3C
(54,74,60)
#263428
(38,52,40)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #B6FADC

#B6FADC
(182,250,220)
#BCFADF
(188,250,223)
#C2FAE2
(194,250,226)
#C8FAE5
(200,250,229)
#CEFAE8
(206,250,232)
#D4FAEB
(212,250,235)
#DAFAEE
(218,250,238)
#E0FAF1
(224,250,241)
#E6FAF4
(230,250,244)
#ECFAF7
(236,250,247)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FADC color. Also use rgb(182,250,220) instead hex code.

Text Font Color

.myTextColor { color: #B6FADC; }

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

This text font color is #B6FADC.

Background Color

.myBgColor { background-color: #B6FADC; }

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

This div background color is #B6FADC.

Border color

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

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

This div border color is #B6FADC.

Opacity

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

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

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

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

This text has shadow with #B6FADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FADC.

Preview

Color preview on black background

This text has color #B6FADC on black background.


Color preview on white background

This text has color #B6FADC on white background.


Black color preview on #B6FADC background

This text has black color on #B6FADC background.


White color preview on #B6FADC background

This text has white color on #B6FADC background.


Related colors

Complementary color

Complementary color for #hex is #490523.


I love getcolorcode.com

Triadic colors

1 #DCB6FA and #FADCB6 with #B6FADC are triadic colors.

2 #DCFAB6 and #FAB6DC with #B6FADC are triadic colors.