COLOR #B6DEBD

HEX: #B6DEBD
RGB: (182,222,189)

Color info

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

RGB color model

#B6DEBD color RGB value is (182,222,189).

  • red value is 182;
  • green value is 222;
  • blue value is 189.
RGB:
(182,222,189)
(71%,87%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 189 of 255 = 74%

182
222
189

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

Portions of RGB colors in percentages

R + G + B =
182 + 222 + 189 = 593 (100%)
R 182 of 593 ~ 30.69%
G 222 of 593 ~ 37.44%
B 189 of 593 ~ 31.87%

%30.69
%37.44
%31.87

CMYK color model

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

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

CMYK percentages

%18.02
%0
%14.86
%12.94

Codes

Color #B6DEBD in popluar color models

B6DEBD
RGB182222189
HSL131°37.74%79.22%
HSB/HSV131°18.02%87.06%
CMYK18.02%0.00%14.86%
12.94%

Color #B6DEBD in popluar number systems.

HEXB6DEBD
Decimal182222189
Binary101101101101111010111101
Octal266336275

Shades and tints

Shades of #B6DEBD

#B6DEBD
(182,222,189)
#A6CAAC
(166,202,172)
#96B69B
(150,182,155)
#86A28A
(134,162,138)
#768E79
(118,142,121)
#667A68
(102,122,104)
#566657
(86,102,87)
#465246
(70,82,70)
#363E35
(54,62,53)
#262A24
(38,42,36)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #B6DEBD

#B6DEBD
(182,222,189)
#BCE1C3
(188,225,195)
#C2E4C9
(194,228,201)
#C8E7CF
(200,231,207)
#CEEAD5
(206,234,213)
#D4EDDB
(212,237,219)
#DAF0E1
(218,240,225)
#E0F3E7
(224,243,231)
#E6F6ED
(230,246,237)
#ECF9F3
(236,249,243)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DEBD color. Also use rgb(182,222,189) instead hex code.

Text Font Color

.myTextColor { color: #B6DEBD; }

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

This text font color is #B6DEBD.


Background Color

.myBgColor { background-color: #B6DEBD; }

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

This div background color is #B6DEBD.


Border color

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

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

This div border color is #B6DEBD.


Opacity

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

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

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

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

This text has shadow with #B6DEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DEBD on black background.


Color preview on white background

This text has color #B6DEBD on white background.



Black color preview on #B6DEBD background

This text has black color on #B6DEBD background.


White color preview on #B6DEBD background

This text has white color on #B6DEBD background.