COLOR #B2CED2

HEX: #B2CED2
RGB: (178,206,210)

Color info

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

RGB color model

#B2CED2 color RGB value is (178,206,210).

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

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 210 of 255 = 82%

178
206
210

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 210 = 594 (100%)
R 178 of 594 ~ 29.97%
G 206 of 594 ~ 34.68%
B 210 of 594 ~ 35.35%

%29.97
%34.68
%35.35

CMYK color model

#B2CED2 color CMYK value is (15,2,0,18).

  • cyan value is 15.24%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(15,2,0,18)
C15M2Y0K18 
(15%,2%,0%,18%)
(0.15/0.02/0.00/0.18)	

CMYK percentages

%15.24
%1.9
%0
%17.65

Codes

Color #B2CED2 in popluar color models

B2CED2
RGB178206210
HSL188°26.23%76.08%
HSB/HSV188°15.24%82.35%
CMYK15.24%1.90%0.00%
17.65%

Color #B2CED2 in popluar number systems.

HEXB2CED2
Decimal178206210
Binary101100101100111011010010
Octal262316322

Shades and tints

Shades of #B2CED2

#B2CED2
(178,206,210)
#A2BCBF
(162,188,191)
#92AAAC
(146,170,172)
#829899
(130,152,153)
#728686
(114,134,134)
#627473
(98,116,115)
#526260
(82,98,96)
#42504D
(66,80,77)
#323E3A
(50,62,58)
#222C27
(34,44,39)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2CED2

#B2CED2
(178,206,210)
#B9D2D6
(185,210,214)
#C0D6DA
(192,214,218)
#C7DADE
(199,218,222)
#CEDEE2
(206,222,226)
#D5E2E6
(213,226,230)
#DCE6EA
(220,230,234)
#E3EAEE
(227,234,238)
#EAEEF2
(234,238,242)
#F1F2F6
(241,242,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CED2; }

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

This text font color is #B2CED2.


Background Color

.myBgColor { background-color: #B2CED2; }

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

This div background color is #B2CED2.


Border color

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

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

This div border color is #B2CED2.


Opacity

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

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

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

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

This text has shadow with #B2CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CED2 on black background.


Color preview on white background

This text has color #B2CED2 on white background.



Black color preview on #B2CED2 background

This text has black color on #B2CED2 background.


White color preview on #B2CED2 background

This text has white color on #B2CED2 background.