COLOR #B2CECC

HEX: #B2CECC RGB: (178,206,204)

Color info

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

RGB color model

#B2CECC color RGB value is (178,206,204).

RGB: (178,206,204) (70%, 81%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 204 of 255 = 80%

178
206
204

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

Portions of RGB colors in percentages

R + G + B = 178 + 206 + 204 = 588 (100%)
R 178 of 588 ~ 30.27%
G 206 of 588 ~ 35.03%
B 204 of 588 ~ 34.69'%

%30.27
%35.03
%34.69

CMYK color model

#B2CECC color CMYK value is (14,0,1,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 19.22%

CMYK: (14,0,1,19)
C14M0Y1K19 (14%, 0%, 1%, 19%)
(0.14 / 0.00 / 0.01 / 0.19)

CMYK percentages

%13.59
%0
%0.97
%19.22

Codes

Color #B2CECC in popluar color models

B2 CE CC
RGB 178 206 204
HSL 176° 22.22% 75.29%
HSB/HSV 176° 13.59% 80.78%
CMYK 13.59% 0.00% 0.97%
19.22%

Color #B2CECC in popluar number systems.

HEX B2 CE CC
Decimal 178 206 204
Binary 10110010 11001110 11001100
Octal 262 316 314

Shades and tints

Shades of #B2CECC

#B2CECC
(178,206,204)
#A2BCBA
(162,188,186)
#92AAA8
(146,170,168)
#829896
(130,152,150)
#728684
(114,134,132)
#627472
(98,116,114)
#526260
(82,98,96)
#42504E
(66,80,78)
#323E3C
(50,62,60)
#222C2A
(34,44,42)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2CECC

#B2CECC
(178,206,204)
#B9D2D0
(185,210,208)
#C0D6D4
(192,214,212)
#C7DAD8
(199,218,216)
#CEDEDC
(206,222,220)
#D5E2E0
(213,226,224)
#DCE6E4
(220,230,228)
#E3EAE8
(227,234,232)
#EAEEEC
(234,238,236)
#F1F2F0
(241,242,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CECC; }

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

This text font color is #B2CECC.

Background Color

.myBgColor { background-color: #B2CECC; }

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

This div background color is #B2CECC.

Border color

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

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

This div border color is #B2CECC.

Opacity

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

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

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

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

This text has shadow with #B2CECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CECC.

Preview

Color preview on black background

This text has color #B2CECC on black background.


Color preview on white background

This text has color #B2CECC on white background.


Black color preview on #B2CECC background

This text has black color on #B2CECC background.


White color preview on #B2CECC background

This text has white color on #B2CECC background.


Related colors

Complementary color

Complementary color for #hex is #4D3133.


I love getcolorcode.com

Triadic colors

1 #CCB2CE and #CECCB2 with #B2CECC are triadic colors.

2 #CCCEB2 and #CEB2CC with #B2CECC are triadic colors.