COLOR #B2C7D1

HEX: #B2C7D1
RGB: (178,199,209)

Color info

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

RGB color model

#B2C7D1 color RGB value is (178,199,209).

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

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 209 of 255 = 82%

178
199
209

R + G + B ~ 77%. #B2C7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 209 = 586 (100%)
R 178 of 586 ~ 30.38%
G 199 of 586 ~ 33.96%
B 209 of 586 ~ 35.67%

%30.38
%33.96
%35.67

CMYK color model

#B2C7D1 color CMYK value is (15,5,0,18).

  • cyan value is 14.83%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,5,0,18)
C15M5Y0K18 
(15%,5%,0%,18%)
(0.15/0.05/0.00/0.18)	

CMYK percentages

%14.83
%4.78
%0
%18.04

Codes

Color #B2C7D1 in popluar color models

B2C7D1
RGB178199209
HSL199°25.20%75.88%
HSB/HSV199°14.83%81.96%
CMYK14.83%4.78%0.00%
18.04%

Color #B2C7D1 in popluar number systems.

HEXB2C7D1
Decimal178199209
Binary101100101100011111010001
Octal262307321

Shades and tints

Shades of #B2C7D1

#B2C7D1
(178,199,209)
#A2B5BE
(162,181,190)
#92A3AB
(146,163,171)
#829198
(130,145,152)
#727F85
(114,127,133)
#626D72
(98,109,114)
#525B5F
(82,91,95)
#42494C
(66,73,76)
#323739
(50,55,57)
#222526
(34,37,38)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #B2C7D1

#B2C7D1
(178,199,209)
#B9CCD5
(185,204,213)
#C0D1D9
(192,209,217)
#C7D6DD
(199,214,221)
#CEDBE1
(206,219,225)
#D5E0E5
(213,224,229)
#DCE5E9
(220,229,233)
#E3EAED
(227,234,237)
#EAEFF1
(234,239,241)
#F1F4F5
(241,244,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C7D1; }

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

This text font color is #B2C7D1.


Background Color

.myBgColor { background-color: #B2C7D1; }

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

This div background color is #B2C7D1.


Border color

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

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

This div border color is #B2C7D1.


Opacity

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

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

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

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

This text has shadow with #B2C7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C7D1 on black background.


Color preview on white background

This text has color #B2C7D1 on white background.



Black color preview on #B2C7D1 background

This text has black color on #B2C7D1 background.


White color preview on #B2C7D1 background

This text has white color on #B2C7D1 background.