COLOR #B6DDEE

HEX: #B6DDEE RGB: (182,221,238)

Color info

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

RGB color model

#B6DDEE color RGB value is (182,221,238).

RGB: (182,221,238) (71%, 87%, 93%)

RGB channels and saturation

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

182
221
238

R + G + B ~ 84%. #B6DDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 221 + 238 = 641 (100%)
R 182 of 641 ~ 28.39%
G 221 of 641 ~ 34.48%
B 238 of 641 ~ 37.13'%

%28.39
%34.48
%37.13

CMYK color model

#B6DDEE color CMYK value is (24,7,0,7).

  • cyan value is 23.53%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (24,7,0,7)
C24M7Y0K7 (24%, 7%, 0%, 7%)
(0.24 / 0.07 / 0.00 / 0.07)

CMYK percentages

%23.53
%7.14
%0
%6.67

Codes

Color #B6DDEE in popluar color models

B6 DD EE
RGB 182 221 238
HSL 198° 62.22% 82.35%
HSB/HSV 198° 23.53% 93.33%
CMYK 23.53% 7.14% 0.00%
6.67%

Color #B6DDEE in popluar number systems.

HEX B6 DD EE
Decimal 182 221 238
Binary 10110110 11011101 11101110
Octal 266 335 356

Shades and tints

Shades of #B6DDEE

#B6DDEE
(182,221,238)
#A6C9D9
(166,201,217)
#96B5C4
(150,181,196)
#86A1AF
(134,161,175)
#768D9A
(118,141,154)
#667985
(102,121,133)
#566570
(86,101,112)
#46515B
(70,81,91)
#363D46
(54,61,70)
#262931
(38,41,49)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #B6DDEE

#B6DDEE
(182,221,238)
#BCE0EF
(188,224,239)
#C2E3F0
(194,227,240)
#C8E6F1
(200,230,241)
#CEE9F2
(206,233,242)
#D4ECF3
(212,236,243)
#DAEFF4
(218,239,244)
#E0F2F5
(224,242,245)
#E6F5F6
(230,245,246)
#ECF8F7
(236,248,247)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6DDEE; }

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

This text font color is #B6DDEE.

Background Color

.myBgColor { background-color: #B6DDEE; }

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

This div background color is #B6DDEE.

Border color

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

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

This div border color is #B6DDEE.

Opacity

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

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

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

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

This text has shadow with #B6DDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DDEE.

Preview

Color preview on black background

This text has color #B6DDEE on black background.


Color preview on white background

This text has color #B6DDEE on white background.


Black color preview on #B6DDEE background

This text has black color on #B6DDEE background.


White color preview on #B6DDEE background

This text has white color on #B6DDEE background.


Related colors

Complementary color

Complementary color for #hex is #492211.


I love getcolorcode.com

Triadic colors

1 #EEB6DD and #DDEEB6 with #B6DDEE are triadic colors.

2 #EEDDB6 and #DDB6EE with #B6DDEE are triadic colors.