COLOR #B6DFB8

HEX: #B6DFB8
RGB: (182,223,184)

Color info

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

RGB color model

#B6DFB8 color RGB value is (182,223,184).

  • red value is 182;
  • green value is 223;
  • blue value is 184.
RGB:
(182,223,184)
(71%,87%,72%)

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 184 of 255 = 72%

182
223
184

R + G + B ~ 77%. #B6DFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 184 = 589 (100%)
R 182 of 589 ~ 30.9%
G 223 of 589 ~ 37.86%
B 184 of 589 ~ 31.24%

%30.9
%37.86
%31.24

CMYK color model

#B6DFB8 color CMYK value is (18,0,17,13).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 12.55%
CMYK:
(18,0,17,13)
C18M0Y17K13 
(18%,0%,17%,13%)
(0.18/0.00/0.17/0.13)	

CMYK percentages

%18.39
%0
%17.49
%12.55

Codes

Color #B6DFB8 in popluar color models

B6DFB8
RGB182223184
HSL123°39.05%79.41%
HSB/HSV123°18.39%87.45%
CMYK18.39%0.00%17.49%
12.55%

Color #B6DFB8 in popluar number systems.

HEXB6DFB8
Decimal182223184
Binary101101101101111110111000
Octal266337270

Shades and tints

Shades of #B6DFB8

#B6DFB8
(182,223,184)
#A6CBA8
(166,203,168)
#96B798
(150,183,152)
#86A388
(134,163,136)
#768F78
(118,143,120)
#667B68
(102,123,104)
#566758
(86,103,88)
#465348
(70,83,72)
#363F38
(54,63,56)
#262B28
(38,43,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #B6DFB8

#B6DFB8
(182,223,184)
#BCE1BE
(188,225,190)
#C2E3C4
(194,227,196)
#C8E5CA
(200,229,202)
#CEE7D0
(206,231,208)
#D4E9D6
(212,233,214)
#DAEBDC
(218,235,220)
#E0EDE2
(224,237,226)
#E6EFE8
(230,239,232)
#ECF1EE
(236,241,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DFB8; }

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

This text font color is #B6DFB8.


Background Color

.myBgColor { background-color: #B6DFB8; }

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

This div background color is #B6DFB8.


Border color

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

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

This div border color is #B6DFB8.


Opacity

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

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

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

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

This text has shadow with #B6DFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFB8 on black background.


Color preview on white background

This text has color #B6DFB8 on white background.



Black color preview on #B6DFB8 background

This text has black color on #B6DFB8 background.


White color preview on #B6DFB8 background

This text has white color on #B6DFB8 background.