COLOR #B6DDE7

HEX: #B6DDE7
RGB: (182,221,231)

Color info

#B6DDE7 contains red, green and blue colors in about the same proportion. Web safe color of #B6DDE7 is #CCCCFF (or #CCF).

RGB color model

#B6DDE7 color RGB value is (182,221,231).

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

RGB channels and saturation

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

182
221
231

R + G + B ~ 83%. #B6DDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 221 + 231 = 634 (100%)
R 182 of 634 ~ 28.71%
G 221 of 634 ~ 34.86%
B 231 of 634 ~ 36.44%

%28.71
%34.86
%36.44

CMYK color model

#B6DDE7 color CMYK value is (21,4,0,9).

  • cyan value is 21.21%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(21,4,0,9)
C21M4Y0K9 
(21%,4%,0%,9%)
(0.21/0.04/0.00/0.09)	

CMYK percentages

%21.21
%4.33
%0
%9.41

Codes

Color #B6DDE7 in popluar color models

B6DDE7
RGB182221231
HSL192°50.52%80.98%
HSB/HSV192°21.21%90.59%
CMYK21.21%4.33%0.00%
9.41%

Color #B6DDE7 in popluar number systems.

HEXB6DDE7
Decimal182221231
Binary101101101101110111100111
Octal266335347

Shades and tints

Shades of #B6DDE7

#B6DDE7
(182,221,231)
#A6C9D2
(166,201,210)
#96B5BD
(150,181,189)
#86A1A8
(134,161,168)
#768D93
(118,141,147)
#66797E
(102,121,126)
#566569
(86,101,105)
#465154
(70,81,84)
#363D3F
(54,61,63)
#26292A
(38,41,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6DDE7

#B6DDE7
(182,221,231)
#BCE0E9
(188,224,233)
#C2E3EB
(194,227,235)
#C8E6ED
(200,230,237)
#CEE9EF
(206,233,239)
#D4ECF1
(212,236,241)
#DAEFF3
(218,239,243)
#E0F2F5
(224,242,245)
#E6F5F7
(230,245,247)
#ECF8F9
(236,248,249)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDE7; }

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

This text font color is #B6DDE7.


Background Color

.myBgColor { background-color: #B6DDE7; }

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

This div background color is #B6DDE7.


Border color

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

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

This div border color is #B6DDE7.


Opacity

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

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

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

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

This text has shadow with #B6DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DDE7 on black background.


Color preview on white background

This text has color #B6DDE7 on white background.



Black color preview on #B6DDE7 background

This text has black color on #B6DDE7 background.


White color preview on #B6DDE7 background

This text has white color on #B6DDE7 background.