COLOR #B2CBE7

HEX: #B2CBE7 RGB: (178,203,231)

Color info

#B2CBE7 contains red, green and blue colors in about the same proportion. Web safe color of #B2CBE7 is #99CCFF (or #9CF).

RGB color model

#B2CBE7 color RGB value is (178,203,231).

RGB: (178,203,231) (70%, 80%, 91%)

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 231 of 255 = 91%

178
203
231

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

Portions of RGB colors in percentages

R + G + B = 178 + 203 + 231 = 612 (100%)
R 178 of 612 ~ 29.08%
G 203 of 612 ~ 33.17%
B 231 of 612 ~ 37.75'%

%29.08
%33.17
%37.75

CMYK color model

#B2CBE7 color CMYK value is (23,12,0,9).

  • cyan value is 22.94%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (23,12,0,9)
C23M12Y0K9 (23%, 12%, 0%, 9%)
(0.23 / 0.12 / 0.00 / 0.09)

CMYK percentages

%22.94
%12.12
%0
%9.41

Codes

Color #B2CBE7 in popluar color models

B2 CB E7
RGB 178 203 231
HSL 212° 52.48% 80.20%
HSB/HSV 212° 22.94% 90.59%
CMYK 22.94% 12.12% 0.00%
9.41%

Color #B2CBE7 in popluar number systems.

HEX B2 CB E7
Decimal 178 203 231
Binary 10110010 11001011 11100111
Octal 262 313 347

Shades and tints

Shades of #B2CBE7

#B2CBE7
(178,203,231)
#A2B9D2
(162,185,210)
#92A7BD
(146,167,189)
#8295A8
(130,149,168)
#728393
(114,131,147)
#62717E
(98,113,126)
#525F69
(82,95,105)
#424D54
(66,77,84)
#323B3F
(50,59,63)
#22292A
(34,41,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2CBE7

#B2CBE7
(178,203,231)
#B9CFE9
(185,207,233)
#C0D3EB
(192,211,235)
#C7D7ED
(199,215,237)
#CEDBEF
(206,219,239)
#D5DFF1
(213,223,241)
#DCE3F3
(220,227,243)
#E3E7F5
(227,231,245)
#EAEBF7
(234,235,247)
#F1EFF9
(241,239,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CBE7 color. Also use rgb(178,203,231) instead hex code.

Text Font Color

.myTextColor { color: #B2CBE7; }

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

This text font color is #B2CBE7.

Background Color

.myBgColor { background-color: #B2CBE7; }

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

This div background color is #B2CBE7.

Border color

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

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

This div border color is #B2CBE7.

Opacity

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

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

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

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

This text has shadow with #B2CBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CBE7.

Preview

Color preview on black background

This text has color #B2CBE7 on black background.


Color preview on white background

This text has color #B2CBE7 on white background.


Black color preview on #B2CBE7 background

This text has black color on #B2CBE7 background.


White color preview on #B2CBE7 background

This text has white color on #B2CBE7 background.


Related colors

Complementary color

Complementary color for #hex is #4D3418.


I love getcolorcode.com

Triadic colors

1 #E7B2CB and #CBE7B2 with #B2CBE7 are triadic colors.

2 #E7CBB2 and #CBB2E7 with #B2CBE7 are triadic colors.