COLOR #B6C5EA

HEX: #B6C5EA RGB: (182,197,234)

Color info

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

RGB color model

#B6C5EA color RGB value is (182,197,234).

RGB: (182,197,234) (71%, 77%, 92%)

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 234 of 255 = 92%

182
197
234

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

Portions of RGB colors in percentages

R + G + B = 182 + 197 + 234 = 613 (100%)
R 182 of 613 ~ 29.69%
G 197 of 613 ~ 32.14%
B 234 of 613 ~ 38.17'%

%29.69
%32.14
%38.17

CMYK color model

#B6C5EA color CMYK value is (22,16,0,8).

  • cyan value is 22.22%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (22,16,0,8)
C22M16Y0K8 (22%, 16%, 0%, 8%)
(0.22 / 0.16 / 0.00 / 0.08)

CMYK percentages

%22.22
%15.81
%0
%8.24

Codes

Color #B6C5EA in popluar color models

B6 C5 EA
RGB 182 197 234
HSL 223° 55.32% 81.57%
HSB/HSV 223° 22.22% 91.76%
CMYK 22.22% 15.81% 0.00%
8.24%

Color #B6C5EA in popluar number systems.

HEX B6 C5 EA
Decimal 182 197 234
Binary 10110110 11000101 11101010
Octal 266 305 352

Shades and tints

Shades of #B6C5EA

#B6C5EA
(182,197,234)
#A6B4D5
(166,180,213)
#96A3C0
(150,163,192)
#8692AB
(134,146,171)
#768196
(118,129,150)
#667081
(102,112,129)
#565F6C
(86,95,108)
#464E57
(70,78,87)
#363D42
(54,61,66)
#262C2D
(38,44,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #B6C5EA

#B6C5EA
(182,197,234)
#BCCAEB
(188,202,235)
#C2CFEC
(194,207,236)
#C8D4ED
(200,212,237)
#CED9EE
(206,217,238)
#D4DEEF
(212,222,239)
#DAE3F0
(218,227,240)
#E0E8F1
(224,232,241)
#E6EDF2
(230,237,242)
#ECF2F3
(236,242,243)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C5EA color. Also use rgb(182,197,234) instead hex code.

Text Font Color

.myTextColor { color: #B6C5EA; }

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

This text font color is #B6C5EA.

Background Color

.myBgColor { background-color: #B6C5EA; }

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

This div background color is #B6C5EA.

Border color

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

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

This div border color is #B6C5EA.

Opacity

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

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

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

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

This text has shadow with #B6C5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C5EA.

Preview

Color preview on black background

This text has color #B6C5EA on black background.


Color preview on white background

This text has color #B6C5EA on white background.


Black color preview on #B6C5EA background

This text has black color on #B6C5EA background.


White color preview on #B6C5EA background

This text has white color on #B6C5EA background.


Related colors

Complementary color

Complementary color for #hex is #493A15.


I love getcolorcode.com

Triadic colors

1 #EAB6C5 and #C5EAB6 with #B6C5EA are triadic colors.

2 #EAC5B6 and #C5B6EA with #B6C5EA are triadic colors.