COLOR #B2CED6

HEX: #B2CED6
RGB: (178,206,214)

Color info

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

RGB color model

#B2CED6 color RGB value is (178,206,214).

  • red value is 178;
  • green value is 206;
  • blue value is 214.
RGB:
(178,206,214)
(70%,81%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 214 of 255 = 84%

178
206
214

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 214 = 598 (100%)
R 178 of 598 ~ 29.77%
G 206 of 598 ~ 34.45%
B 214 of 598 ~ 35.79%

%29.77
%34.45
%35.79

CMYK color model

#B2CED6 color CMYK value is (17,4,0,16).

  • cyan value is 16.82%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(17,4,0,16)
C17M4Y0K16 
(17%,4%,0%,16%)
(0.17/0.04/0.00/0.16)	

CMYK percentages

%16.82
%3.74
%0
%16.08

Codes

Color #B2CED6 in popluar color models

B2CED6
RGB178206214
HSL193°30.51%76.86%
HSB/HSV193°16.82%83.92%
CMYK16.82%3.74%0.00%
16.08%

Color #B2CED6 in popluar number systems.

HEXB2CED6
Decimal178206214
Binary101100101100111011010110
Octal262316326

Shades and tints

Shades of #B2CED6

#B2CED6
(178,206,214)
#A2BCC3
(162,188,195)
#92AAB0
(146,170,176)
#82989D
(130,152,157)
#72868A
(114,134,138)
#627477
(98,116,119)
#526264
(82,98,100)
#425051
(66,80,81)
#323E3E
(50,62,62)
#222C2B
(34,44,43)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2CED6

#B2CED6
(178,206,214)
#B9D2D9
(185,210,217)
#C0D6DC
(192,214,220)
#C7DADF
(199,218,223)
#CEDEE2
(206,222,226)
#D5E2E5
(213,226,229)
#DCE6E8
(220,230,232)
#E3EAEB
(227,234,235)
#EAEEEE
(234,238,238)
#F1F2F1
(241,242,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CED6 color. Also use rgb(178,206,214) instead hex code.

Text Font Color

.myTextColor { color: #B2CED6; }

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

This text font color is #B2CED6.


Background Color

.myBgColor { background-color: #B2CED6; }

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

This div background color is #B2CED6.


Border color

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

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

This div border color is #B2CED6.


Opacity

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

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

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

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

This text has shadow with #B2CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CED6 on black background.


Color preview on white background

This text has color #B2CED6 on white background.



Black color preview on #B2CED6 background

This text has black color on #B2CED6 background.


White color preview on #B2CED6 background

This text has white color on #B2CED6 background.