COLOR #B6DDD9

HEX: #B6DDD9
RGB: (182,221,217)

Color info

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

RGB color model

#B6DDD9 color RGB value is (182,221,217).

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

RGB channels and saturation

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

182
221
217

R + G + B ~ 81%. #B6DDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 217 = 620 (100%)
R 182 of 620 ~ 29.35%
G 221 of 620 ~ 35.65%
B 217 of 620 ~ 35%

%29.35
%35.65
%35

CMYK color model

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

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

CMYK percentages

%17.65
%0
%1.81
%13.33

Codes

Color #B6DDD9 in popluar color models

B6DDD9
RGB182221217
HSL174°36.45%79.02%
HSB/HSV174°17.65%86.67%
CMYK17.65%0.00%1.81%
13.33%

Color #B6DDD9 in popluar number systems.

HEXB6DDD9
Decimal182221217
Binary101101101101110111011001
Octal266335331

Shades and tints

Shades of #B6DDD9

#B6DDD9
(182,221,217)
#A6C9C6
(166,201,198)
#96B5B3
(150,181,179)
#86A1A0
(134,161,160)
#768D8D
(118,141,141)
#66797A
(102,121,122)
#566567
(86,101,103)
#465154
(70,81,84)
#363D41
(54,61,65)
#26292E
(38,41,46)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #B6DDD9

#B6DDD9
(182,221,217)
#BCE0DC
(188,224,220)
#C2E3DF
(194,227,223)
#C8E6E2
(200,230,226)
#CEE9E5
(206,233,229)
#D4ECE8
(212,236,232)
#DAEFEB
(218,239,235)
#E0F2EE
(224,242,238)
#E6F5F1
(230,245,241)
#ECF8F4
(236,248,244)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDD9; }

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

This text font color is #B6DDD9.


Background Color

.myBgColor { background-color: #B6DDD9; }

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

This div background color is #B6DDD9.


Border color

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

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

This div border color is #B6DDD9.


Opacity

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

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

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

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

This text has shadow with #B6DDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDD9 on black background.


Color preview on white background

This text has color #B6DDD9 on white background.



Black color preview on #B6DDD9 background

This text has black color on #B6DDD9 background.


White color preview on #B6DDD9 background

This text has white color on #B6DDD9 background.