COLOR #B6CEED

HEX: #B6CEED RGB: (182,206,237)

Color info

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

RGB color model

#B6CEED color RGB value is (182,206,237).

RGB: (182,206,237) (71%, 81%, 93%)

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 237 of 255 = 93%

182
206
237

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

Portions of RGB colors in percentages

R + G + B = 182 + 206 + 237 = 625 (100%)
R 182 of 625 ~ 29.12%
G 206 of 625 ~ 32.96%
B 237 of 625 ~ 37.92'%

%29.12
%32.96
%37.92

CMYK color model

#B6CEED color CMYK value is (23,13,0,7).

  • cyan value is 23.21%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (23,13,0,7) C23M13Y0K7 (23%,13%,0%,7%) (0.23/0.13/0.00/0.07) 

CMYK percentages

%23.21
%13.08
%0
%7.06

Codes

Color #B6CEED in popluar color models

B6 CE ED
RGB 182 206 237
HSL 214° 60.44% 82.16%
HSB/HSV 214° 23.21% 92.94%
CMYK 23.21% 13.08% 0.00%
7.06%

Color #B6CEED in popluar number systems.

HEX B6 CE ED
Decimal 182 206 237
Binary 10110110 11001110 11101101
Octal 266 316 355

Shades and tints

Shades of #B6CEED

#B6CEED
(182,206,237)
#A6BCD8
(166,188,216)
#96AAC3
(150,170,195)
#8698AE
(134,152,174)
#768699
(118,134,153)
#667484
(102,116,132)
#56626F
(86,98,111)
#46505A
(70,80,90)
#363E45
(54,62,69)
#262C30
(38,44,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #B6CEED

#B6CEED
(182,206,237)
#BCD2EE
(188,210,238)
#C2D6EF
(194,214,239)
#C8DAF0
(200,218,240)
#CEDEF1
(206,222,241)
#D4E2F2
(212,226,242)
#DAE6F3
(218,230,243)
#E0EAF4
(224,234,244)
#E6EEF5
(230,238,245)
#ECF2F6
(236,242,246)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CEED; }

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

This text font color is #B6CEED.

Background Color

.myBgColor { background-color: #B6CEED; }

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

This div background color is #B6CEED.

Border color

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

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

This div border color is #B6CEED.

Opacity

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

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

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

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

This text has shadow with #B6CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CEED.

Preview

Color preview on black background

This text has color #B6CEED on black background.


Color preview on white background

This text has color #B6CEED on white background.


Black color preview on #B6CEED background

This text has black color on #B6CEED background.


White color preview on #B6CEED background

This text has white color on #B6CEED background.


Related colors

Complementary color

Complementary color for #hex is #493112.


I love getcolorcode.com

Triadic colors

1 #EDB6CE and #CEEDB6 with #B6CEED are triadic colors.

2 #EDCEB6 and #CEB6ED with #B6CEED are triadic colors.