COLOR #B6E4D8

HEX: #B6E4D8
RGB: (182,228,216)

Color info

#B6E4D8 contains red, green and blue colors in about the same proportion. Web safe color of #B6E4D8 is #CCCCCC (or #CCC).

RGB color model

#B6E4D8 color RGB value is (182,228,216).

  • red value is 182;
  • green value is 228;
  • blue value is 216.
RGB:
(182,228,216)
(71%,89%,85%)

RGB channels and saturation

R 182 of 255 = 71%
G 228 of 255 = 89%
B 216 of 255 = 85%

182
228
216

R + G + B ~ 82%. #B6E4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 228 + 216 = 626 (100%)
R 182 of 626 ~ 29.07%
G 228 of 626 ~ 36.42%
B 216 of 626 ~ 34.5%

%29.07
%36.42
%34.5

CMYK color model

#B6E4D8 color CMYK value is (20,0,5,11).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 10.59%
CMYK:
(20,0,5,11)
C20M0Y5K11 
(20%,0%,5%,11%)
(0.20/0.00/0.05/0.11)	

CMYK percentages

%20.18
%0
%5.26
%10.59

Codes

Color #B6E4D8 in popluar color models

B6E4D8
RGB182228216
HSL164°46.00%80.39%
HSB/HSV164°20.18%89.41%
CMYK20.18%0.00%5.26%
10.59%

Color #B6E4D8 in popluar number systems.

HEXB6E4D8
Decimal182228216
Binary101101101110010011011000
Octal266344330

Shades and tints

Shades of #B6E4D8

#B6E4D8
(182,228,216)
#A6D0C5
(166,208,197)
#96BCB2
(150,188,178)
#86A89F
(134,168,159)
#76948C
(118,148,140)
#668079
(102,128,121)
#566C66
(86,108,102)
#465853
(70,88,83)
#364440
(54,68,64)
#26302D
(38,48,45)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #B6E4D8

#B6E4D8
(182,228,216)
#BCE6DB
(188,230,219)
#C2E8DE
(194,232,222)
#C8EAE1
(200,234,225)
#CEECE4
(206,236,228)
#D4EEE7
(212,238,231)
#DAF0EA
(218,240,234)
#E0F2ED
(224,242,237)
#E6F4F0
(230,244,240)
#ECF6F3
(236,246,243)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E4D8 color. Also use rgb(182,228,216) instead hex code.

Text Font Color

.myTextColor { color: #B6E4D8; }

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

This text font color is #B6E4D8.


Background Color

.myBgColor { background-color: #B6E4D8; }

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

This div background color is #B6E4D8.


Border color

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

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

This div border color is #B6E4D8.


Opacity

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

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

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

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

This text has shadow with #B6E4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E4D8 on black background.


Color preview on white background

This text has color #B6E4D8 on white background.



Black color preview on #B6E4D8 background

This text has black color on #B6E4D8 background.


White color preview on #B6E4D8 background

This text has white color on #B6E4D8 background.