COLOR #B2C7DE

HEX: #B2C7DE
RGB: (178,199,222)

Color info

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

RGB color model

#B2C7DE color RGB value is (178,199,222).

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

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 222 of 255 = 87%

178
199
222

R + G + B ~ 78%. #B2C7DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 222 = 599 (100%)
R 178 of 599 ~ 29.72%
G 199 of 599 ~ 33.22%
B 222 of 599 ~ 37.06%

%29.72
%33.22
%37.06

CMYK color model

#B2C7DE color CMYK value is (20,10,0,13).

  • cyan value is 19.82%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,10,0,13)
C20M10Y0K13 
(20%,10%,0%,13%)
(0.20/0.10/0.00/0.13)	

CMYK percentages

%19.82
%10.36
%0
%12.94

Codes

Color #B2C7DE in popluar color models

B2C7DE
RGB178199222
HSL211°40.00%78.43%
HSB/HSV211°19.82%87.06%
CMYK19.82%10.36%0.00%
12.94%

Color #B2C7DE in popluar number systems.

HEXB2C7DE
Decimal178199222
Binary101100101100011111011110
Octal262307336

Shades and tints

Shades of #B2C7DE

#B2C7DE
(178,199,222)
#A2B5CA
(162,181,202)
#92A3B6
(146,163,182)
#8291A2
(130,145,162)
#727F8E
(114,127,142)
#626D7A
(98,109,122)
#525B66
(82,91,102)
#424952
(66,73,82)
#32373E
(50,55,62)
#22252A
(34,37,42)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #B2C7DE

#B2C7DE
(178,199,222)
#B9CCE1
(185,204,225)
#C0D1E4
(192,209,228)
#C7D6E7
(199,214,231)
#CEDBEA
(206,219,234)
#D5E0ED
(213,224,237)
#DCE5F0
(220,229,240)
#E3EAF3
(227,234,243)
#EAEFF6
(234,239,246)
#F1F4F9
(241,244,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C7DE; }

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

This text font color is #B2C7DE.


Background Color

.myBgColor { background-color: #B2C7DE; }

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

This div background color is #B2C7DE.


Border color

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

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

This div border color is #B2C7DE.


Opacity

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

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

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

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

This text has shadow with #B2C7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C7DE on black background.


Color preview on white background

This text has color #B2C7DE on white background.



Black color preview on #B2C7DE background

This text has black color on #B2C7DE background.


White color preview on #B2C7DE background

This text has white color on #B2C7DE background.