COLOR #B2C7E3

HEX: #B2C7E3
RGB: (178,199,227)

Color info

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

RGB color model

#B2C7E3 color RGB value is (178,199,227).

  • red value is 178;
  • green value is 199;
  • blue value is 227.
RGB:
(178,199,227)
(70%,78%,89%)

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 227 of 255 = 89%

178
199
227

R + G + B ~ 79%. #B2C7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 227 = 604 (100%)
R 178 of 604 ~ 29.47%
G 199 of 604 ~ 32.95%
B 227 of 604 ~ 37.58%

%29.47
%32.95
%37.58

CMYK color model

#B2C7E3 color CMYK value is (22,12,0,11).

  • cyan value is 21.59%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,12,0,11)
C22M12Y0K11 
(22%,12%,0%,11%)
(0.22/0.12/0.00/0.11)	

CMYK percentages

%21.59
%12.33
%0
%10.98

Codes

Color #B2C7E3 in popluar color models

B2C7E3
RGB178199227
HSL214°46.67%79.41%
HSB/HSV214°21.59%89.02%
CMYK21.59%12.33%0.00%
10.98%

Color #B2C7E3 in popluar number systems.

HEXB2C7E3
Decimal178199227
Binary101100101100011111100011
Octal262307343

Shades and tints

Shades of #B2C7E3

#B2C7E3
(178,199,227)
#A2B5CF
(162,181,207)
#92A3BB
(146,163,187)
#8291A7
(130,145,167)
#727F93
(114,127,147)
#626D7F
(98,109,127)
#525B6B
(82,91,107)
#424957
(66,73,87)
#323743
(50,55,67)
#22252F
(34,37,47)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #B2C7E3

#B2C7E3
(178,199,227)
#B9CCE5
(185,204,229)
#C0D1E7
(192,209,231)
#C7D6E9
(199,214,233)
#CEDBEB
(206,219,235)
#D5E0ED
(213,224,237)
#DCE5EF
(220,229,239)
#E3EAF1
(227,234,241)
#EAEFF3
(234,239,243)
#F1F4F5
(241,244,245)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C7E3 color. Also use rgb(178,199,227) instead hex code.

Text Font Color

.myTextColor { color: #B2C7E3; }

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

This text font color is #B2C7E3.


Background Color

.myBgColor { background-color: #B2C7E3; }

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

This div background color is #B2C7E3.


Border color

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

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

This div border color is #B2C7E3.


Opacity

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

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

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

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

This text has shadow with #B2C7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C7E3 on black background.


Color preview on white background

This text has color #B2C7E3 on white background.



Black color preview on #B2C7E3 background

This text has black color on #B2C7E3 background.


White color preview on #B2C7E3 background

This text has white color on #B2C7E3 background.