COLOR #B6DFBE

HEX: #B6DFBE
RGB: (182,223,190)

Color info

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

RGB color model

#B6DFBE color RGB value is (182,223,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 223 of 255 = 87%
B 190 of 255 = 75%

182
223
190

R + G + B ~ 78%. #B6DFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 223 + 190 = 595 (100%)
R 182 of 595 ~ 30.59%
G 223 of 595 ~ 37.48%
B 190 of 595 ~ 31.93%

%30.59
%37.48
%31.93

CMYK color model

#B6DFBE color CMYK value is (18,0,15,13).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(18,0,15,13)
C18M0Y15K13 
(18%,0%,15%,13%)
(0.18/0.00/0.15/0.13)	

CMYK percentages

%18.39
%0
%14.8
%12.55

Codes

Color #B6DFBE in popluar color models

B6DFBE
RGB182223190
HSL132°39.05%79.41%
HSB/HSV132°18.39%87.45%
CMYK18.39%0.00%14.80%
12.55%

Color #B6DFBE in popluar number systems.

HEXB6DFBE
Decimal182223190
Binary101101101101111110111110
Octal266337276

Shades and tints

Shades of #B6DFBE

#B6DFBE
(182,223,190)
#A6CBAD
(166,203,173)
#96B79C
(150,183,156)
#86A38B
(134,163,139)
#768F7A
(118,143,122)
#667B69
(102,123,105)
#566758
(86,103,88)
#465347
(70,83,71)
#363F36
(54,63,54)
#262B25
(38,43,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6DFBE

#B6DFBE
(182,223,190)
#BCE1C3
(188,225,195)
#C2E3C8
(194,227,200)
#C8E5CD
(200,229,205)
#CEE7D2
(206,231,210)
#D4E9D7
(212,233,215)
#DAEBDC
(218,235,220)
#E0EDE1
(224,237,225)
#E6EFE6
(230,239,230)
#ECF1EB
(236,241,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DFBE; }

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

This text font color is #B6DFBE.


Background Color

.myBgColor { background-color: #B6DFBE; }

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

This div background color is #B6DFBE.


Border color

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

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

This div border color is #B6DFBE.


Opacity

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

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

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

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

This text has shadow with #B6DFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DFBE on black background.


Color preview on white background

This text has color #B6DFBE on white background.



Black color preview on #B6DFBE background

This text has black color on #B6DFBE background.


White color preview on #B6DFBE background

This text has white color on #B6DFBE background.