COLOR #B2CCCA

HEX: #B2CCCA
RGB: (178,204,202)

Color info

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

RGB color model

#B2CCCA color RGB value is (178,204,202).

  • red value is 178;
  • green value is 204;
  • blue value is 202.
RGB:
(178,204,202)
(70%,80%,79%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 202 of 255 = 79%

178
204
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 202 = 584 (100%)
R 178 of 584 ~ 30.48%
G 204 of 584 ~ 34.93%
B 202 of 584 ~ 34.59%

%30.48
%34.93
%34.59

CMYK color model

#B2CCCA color CMYK value is (13,0,1,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(13,0,1,20)
C13M0Y1K20 
(13%,0%,1%,20%)
(0.13/0.00/0.01/0.20)	

CMYK percentages

%12.75
%0
%0.98
%20

Codes

Color #B2CCCA in popluar color models

B2CCCA
RGB178204202
HSL175°20.31%74.90%
HSB/HSV175°12.75%80.00%
CMYK12.75%0.00%0.98%
20.00%

Color #B2CCCA in popluar number systems.

HEXB2CCCA
Decimal178204202
Binary101100101100110011001010
Octal262314312

Shades and tints

Shades of #B2CCCA

#B2CCCA
(178,204,202)
#A2BAB8
(162,186,184)
#92A8A6
(146,168,166)
#829694
(130,150,148)
#728482
(114,132,130)
#627270
(98,114,112)
#52605E
(82,96,94)
#424E4C
(66,78,76)
#323C3A
(50,60,58)
#222A28
(34,42,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #B2CCCA

#B2CCCA
(178,204,202)
#B9D0CE
(185,208,206)
#C0D4D2
(192,212,210)
#C7D8D6
(199,216,214)
#CEDCDA
(206,220,218)
#D5E0DE
(213,224,222)
#DCE4E2
(220,228,226)
#E3E8E6
(227,232,230)
#EAECEA
(234,236,234)
#F1F0EE
(241,240,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCCA; }

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

This text font color is #B2CCCA.


Background Color

.myBgColor { background-color: #B2CCCA; }

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

This div background color is #B2CCCA.


Border color

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

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

This div border color is #B2CCCA.


Opacity

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

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

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

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

This text has shadow with #B2CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CCCA on black background.


Color preview on white background

This text has color #B2CCCA on white background.



Black color preview on #B2CCCA background

This text has black color on #B2CCCA background.


White color preview on #B2CCCA background

This text has white color on #B2CCCA background.