COLOR #B6DDDD

HEX: #B6DDDD
RGB: (182,221,221)

Color info

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

RGB color model

#B6DDDD color RGB value is (182,221,221).

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

RGB channels and saturation

R 182 of 255 = 71%
G 221 of 255 = 87%
B 221 of 255 = 87%

182
221
221

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

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 221 = 624 (100%)
R 182 of 624 ~ 29.17%
G 221 of 624 ~ 35.42%
B 221 of 624 ~ 35.42%

%29.17
%35.42
%35.42

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(18,0,0,13)
C18M0Y0K13 
(18%,0%,0%,13%)
(0.18/0.00/0.00/0.13)	

CMYK percentages

%17.65
%0
%0
%13.33

Codes

Color #B6DDDD in popluar color models

B6DDDD
RGB182221221
HSL180°36.45%79.02%
HSB/HSV180°17.65%86.67%
CMYK17.65%0.00%0.00%
13.33%

Color #B6DDDD in popluar number systems.

HEXB6DDDD
Decimal182221221
Binary101101101101110111011101
Octal266335335

Shades and tints

Shades of #B6DDDD

#B6DDDD
(182,221,221)
#A6C9C9
(166,201,201)
#96B5B5
(150,181,181)
#86A1A1
(134,161,161)
#768D8D
(118,141,141)
#667979
(102,121,121)
#566565
(86,101,101)
#465151
(70,81,81)
#363D3D
(54,61,61)
#262929
(38,41,41)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6DDDD

#B6DDDD
(182,221,221)
#BCE0E0
(188,224,224)
#C2E3E3
(194,227,227)
#C8E6E6
(200,230,230)
#CEE9E9
(206,233,233)
#D4ECEC
(212,236,236)
#DAEFEF
(218,239,239)
#E0F2F2
(224,242,242)
#E6F5F5
(230,245,245)
#ECF8F8
(236,248,248)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDDD; }

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

This text font color is #B6DDDD.


Background Color

.myBgColor { background-color: #B6DDDD; }

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

This div background color is #B6DDDD.


Border color

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

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

This div border color is #B6DDDD.


Opacity

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

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

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

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

This text has shadow with #B6DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDDD on black background.


Color preview on white background

This text has color #B6DDDD on white background.



Black color preview on #B6DDDD background

This text has black color on #B6DDDD background.


White color preview on #B6DDDD background

This text has white color on #B6DDDD background.