COLOR #B6C4ED

HEX: #B6C4ED RGB: (182,196,237)

Color info

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

RGB color model

#B6C4ED color RGB value is (182,196,237).

RGB: (182,196,237) (71%, 77%, 93%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 237 of 255 = 93%

182
196
237

R + G + B ~ 80%. #B6C4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 237 = 615 (100%)
R 182 of 615 ~ 29.59%
G 196 of 615 ~ 31.87%
B 237 of 615 ~ 38.54'%

%29.59
%31.87
%38.54

CMYK color model

#B6C4ED color CMYK value is (23,17,0,7).

  • cyan value is 23.21%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (23,17,0,7)
C23M17Y0K7 (23%, 17%, 0%, 7%)
(0.23 / 0.17 / 0.00 / 0.07)

CMYK percentages

%23.21
%17.3
%0
%7.06

Codes

Color #B6C4ED in popluar color models

B6 C4 ED
RGB 182 196 237
HSL 225° 60.44% 82.16%
HSB/HSV 225° 23.21% 92.94%
CMYK 23.21% 17.30% 0.00%
7.06%

Color #B6C4ED in popluar number systems.

HEX B6 C4 ED
Decimal 182 196 237
Binary 10110110 11000100 11101101
Octal 266 304 355

Shades and tints

Shades of #B6C4ED

#B6C4ED
(182,196,237)
#A6B3D8
(166,179,216)
#96A2C3
(150,162,195)
#8691AE
(134,145,174)
#768099
(118,128,153)
#666F84
(102,111,132)
#565E6F
(86,94,111)
#464D5A
(70,77,90)
#363C45
(54,60,69)
#262B30
(38,43,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #B6C4ED

#B6C4ED
(182,196,237)
#BCC9EE
(188,201,238)
#C2CEEF
(194,206,239)
#C8D3F0
(200,211,240)
#CED8F1
(206,216,241)
#D4DDF2
(212,221,242)
#DAE2F3
(218,226,243)
#E0E7F4
(224,231,244)
#E6ECF5
(230,236,245)
#ECF1F6
(236,241,246)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C4ED; }

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

This text font color is #B6C4ED.

Background Color

.myBgColor { background-color: #B6C4ED; }

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

This div background color is #B6C4ED.

Border color

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

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

This div border color is #B6C4ED.

Opacity

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

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

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

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

This text has shadow with #B6C4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C4ED.

Preview

Color preview on black background

This text has color #B6C4ED on black background.


Color preview on white background

This text has color #B6C4ED on white background.


Black color preview on #B6C4ED background

This text has black color on #B6C4ED background.


White color preview on #B6C4ED background

This text has white color on #B6C4ED background.


Related colors

Complementary color

Complementary color for #hex is #493B12.


I love getcolorcode.com

Triadic colors

1 #EDB6C4 and #C4EDB6 with #B6C4ED are triadic colors.

2 #EDC4B6 and #C4B6ED with #B6C4ED are triadic colors.