COLOR #B2C6CD

HEX: #B2C6CD
RGB: (178,198,205)

Color info

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

RGB color model

#B2C6CD color RGB value is (178,198,205).

  • red value is 178;
  • green value is 198;
  • blue value is 205.
RGB:
(178,198,205)
(70%,78%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 205 of 255 = 80%

178
198
205

R + G + B ~ 76%. #B2C6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 205 = 581 (100%)
R 178 of 581 ~ 30.64%
G 198 of 581 ~ 34.08%
B 205 of 581 ~ 35.28%

%30.64
%34.08
%35.28

CMYK color model

#B2C6CD color CMYK value is (13,3,0,20).

  • cyan value is 13.17%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(13,3,0,20)
C13M3Y0K20 
(13%,3%,0%,20%)
(0.13/0.03/0.00/0.20)	

CMYK percentages

%13.17
%3.41
%0
%19.61

Codes

Color #B2C6CD in popluar color models

B2C6CD
RGB178198205
HSL196°21.26%75.10%
HSB/HSV196°13.17%80.39%
CMYK13.17%3.41%0.00%
19.61%

Color #B2C6CD in popluar number systems.

HEXB2C6CD
Decimal178198205
Binary101100101100011011001101
Octal262306315

Shades and tints

Shades of #B2C6CD

#B2C6CD
(178,198,205)
#A2B4BB
(162,180,187)
#92A2A9
(146,162,169)
#829097
(130,144,151)
#727E85
(114,126,133)
#626C73
(98,108,115)
#525A61
(82,90,97)
#42484F
(66,72,79)
#32363D
(50,54,61)
#22242B
(34,36,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #B2C6CD

#B2C6CD
(178,198,205)
#B9CBD1
(185,203,209)
#C0D0D5
(192,208,213)
#C7D5D9
(199,213,217)
#CEDADD
(206,218,221)
#D5DFE1
(213,223,225)
#DCE4E5
(220,228,229)
#E3E9E9
(227,233,233)
#EAEEED
(234,238,237)
#F1F3F1
(241,243,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C6CD color. Also use rgb(178,198,205) instead hex code.

Text Font Color

.myTextColor { color: #B2C6CD; }

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

This text font color is #B2C6CD.


Background Color

.myBgColor { background-color: #B2C6CD; }

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

This div background color is #B2C6CD.


Border color

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

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

This div border color is #B2C6CD.


Opacity

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

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

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

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

This text has shadow with #B2C6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C6CD on black background.


Color preview on white background

This text has color #B2C6CD on white background.



Black color preview on #B2C6CD background

This text has black color on #B2C6CD background.


White color preview on #B2C6CD background

This text has white color on #B2C6CD background.