COLOR #B2C8D5

HEX: #B2C8D5
RGB: (178,200,213)

Color info

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

RGB color model

#B2C8D5 color RGB value is (178,200,213).

  • red value is 178;
  • green value is 200;
  • blue value is 213.
RGB:
(178,200,213)
(70%,78%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 200 of 255 = 78%
B 213 of 255 = 84%

178
200
213

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

Portions of RGB colors in percentages

R + G + B =
178 + 200 + 213 = 591 (100%)
R 178 of 591 ~ 30.12%
G 200 of 591 ~ 33.84%
B 213 of 591 ~ 36.04%

%30.12
%33.84
%36.04

CMYK color model

#B2C8D5 color CMYK value is (16,6,0,16).

  • cyan value is 16.43%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(16,6,0,16)
C16M6Y0K16 
(16%,6%,0%,16%)
(0.16/0.06/0.00/0.16)	

CMYK percentages

%16.43
%6.1
%0
%16.47

Codes

Color #B2C8D5 in popluar color models

B2C8D5
RGB178200213
HSL202°29.41%76.67%
HSB/HSV202°16.43%83.53%
CMYK16.43%6.10%0.00%
16.47%

Color #B2C8D5 in popluar number systems.

HEXB2C8D5
Decimal178200213
Binary101100101100100011010101
Octal262310325

Shades and tints

Shades of #B2C8D5

#B2C8D5
(178,200,213)
#A2B6C2
(162,182,194)
#92A4AF
(146,164,175)
#82929C
(130,146,156)
#728089
(114,128,137)
#626E76
(98,110,118)
#525C63
(82,92,99)
#424A50
(66,74,80)
#32383D
(50,56,61)
#22262A
(34,38,42)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #B2C8D5

#B2C8D5
(178,200,213)
#B9CDD8
(185,205,216)
#C0D2DB
(192,210,219)
#C7D7DE
(199,215,222)
#CEDCE1
(206,220,225)
#D5E1E4
(213,225,228)
#DCE6E7
(220,230,231)
#E3EBEA
(227,235,234)
#EAF0ED
(234,240,237)
#F1F5F0
(241,245,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C8D5 color. Also use rgb(178,200,213) instead hex code.

Text Font Color

.myTextColor { color: #B2C8D5; }

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

This text font color is #B2C8D5.


Background Color

.myBgColor { background-color: #B2C8D5; }

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

This div background color is #B2C8D5.


Border color

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

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

This div border color is #B2C8D5.


Opacity

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

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

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

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

This text has shadow with #B2C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C8D5 on black background.


Color preview on white background

This text has color #B2C8D5 on white background.



Black color preview on #B2C8D5 background

This text has black color on #B2C8D5 background.


White color preview on #B2C8D5 background

This text has white color on #B2C8D5 background.