COLOR #B6EADF

HEX: #B6EADF RGB: (182,234,223)

Color info

#B6EADF contains red, green and blue colors in about the same proportion. Web safe color of #B6EADF is #CCFFCC (or #CFC).

RGB color model

#B6EADF color RGB value is (182,234,223).

RGB: (182,234,223) (71%, 92%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 234 of 255 = 92%
B 223 of 255 = 87%

182
234
223

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

Portions of RGB colors in percentages

R + G + B = 182 + 234 + 223 = 639 (100%)
R 182 of 639 ~ 28.48%
G 234 of 639 ~ 36.62%
B 223 of 639 ~ 34.9'%

%28.48
%36.62
%34.9

CMYK color model

#B6EADF color CMYK value is (22,0,5,8).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%

CMYK: (22,0,5,8)
C22M0Y5K8 (22%, 0%, 5%, 8%)
(0.22 / 0.00 / 0.05 / 0.08)

CMYK percentages

%22.22
%0
%4.7
%8.24

Codes

Color #B6EADF in popluar color models

B6 EA DF
RGB 182 234 223
HSL 167° 55.32% 81.57%
HSB/HSV 167° 22.22% 91.76%
CMYK 22.22% 0.00% 4.70%
8.24%

Color #B6EADF in popluar number systems.

HEX B6 EA DF
Decimal 182 234 223
Binary 10110110 11101010 11011111
Octal 266 352 337

Shades and tints

Shades of #B6EADF

#B6EADF
(182,234,223)
#A6D5CB
(166,213,203)
#96C0B7
(150,192,183)
#86ABA3
(134,171,163)
#76968F
(118,150,143)
#66817B
(102,129,123)
#566C67
(86,108,103)
#465753
(70,87,83)
#36423F
(54,66,63)
#262D2B
(38,45,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #B6EADF

#B6EADF
(182,234,223)
#BCEBE1
(188,235,225)
#C2ECE3
(194,236,227)
#C8EDE5
(200,237,229)
#CEEEE7
(206,238,231)
#D4EFE9
(212,239,233)
#DAF0EB
(218,240,235)
#E0F1ED
(224,241,237)
#E6F2EF
(230,242,239)
#ECF3F1
(236,243,241)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6EADF color. Also use rgb(182,234,223) instead hex code.

Text Font Color

.myTextColor { color: #B6EADF; }

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

This text font color is #B6EADF.

Background Color

.myBgColor { background-color: #B6EADF; }

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

This div background color is #B6EADF.

Border color

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

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

This div border color is #B6EADF.

Opacity

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

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

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

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

This text has shadow with #B6EADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6EADF.

Preview

Color preview on black background

This text has color #B6EADF on black background.


Color preview on white background

This text has color #B6EADF on white background.


Black color preview on #B6EADF background

This text has black color on #B6EADF background.


White color preview on #B6EADF background

This text has white color on #B6EADF background.


Related colors

Complementary color

Complementary color for #hex is #491520.


I love getcolorcode.com

Triadic colors

1 #DFB6EA and #EADFB6 with #B6EADF are triadic colors.

2 #DFEAB6 and #EAB6DF with #B6EADF are triadic colors.