COLOR #B2CBCA

HEX: #B2CBCA
RGB: (178,203,202)

Color info

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

RGB color model

#B2CBCA color RGB value is (178,203,202).

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

RGB channels and saturation

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

178
203
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 203 + 202 = 583 (100%)
R 178 of 583 ~ 30.53%
G 203 of 583 ~ 34.82%
B 202 of 583 ~ 34.65%

%30.53
%34.82
%34.65

CMYK color model

#B2CBCA color CMYK value is (12,0,0,20).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK:
(12,0,0,20)
C12M0Y0K20 
(12%,0%,0%,20%)
(0.12/0.00/0.00/0.20)	

CMYK percentages

%12.32
%0
%0.49
%20.39

Codes

Color #B2CBCA in popluar color models

B2CBCA
RGB178203202
HSL178°19.38%74.71%
HSB/HSV178°12.32%79.61%
CMYK12.32%0.00%0.49%
20.39%

Color #B2CBCA in popluar number systems.

HEXB2CBCA
Decimal178203202
Binary101100101100101111001010
Octal262313312

Shades and tints

Shades of #B2CBCA

#B2CBCA
(178,203,202)
#A2B9B8
(162,185,184)
#92A7A6
(146,167,166)
#829594
(130,149,148)
#728382
(114,131,130)
#627170
(98,113,112)
#525F5E
(82,95,94)
#424D4C
(66,77,76)
#323B3A
(50,59,58)
#222928
(34,41,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B2CBCA

#B2CBCA
(178,203,202)
#B9CFCE
(185,207,206)
#C0D3D2
(192,211,210)
#C7D7D6
(199,215,214)
#CEDBDA
(206,219,218)
#D5DFDE
(213,223,222)
#DCE3E2
(220,227,226)
#E3E7E6
(227,231,230)
#EAEBEA
(234,235,234)
#F1EFEE
(241,239,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CBCA; }

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

This text font color is #B2CBCA.


Background Color

.myBgColor { background-color: #B2CBCA; }

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

This div background color is #B2CBCA.


Border color

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

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

This div border color is #B2CBCA.


Opacity

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

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

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

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

This text has shadow with #B2CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CBCA on black background.


Color preview on white background

This text has color #B2CBCA on white background.



Black color preview on #B2CBCA background

This text has black color on #B2CBCA background.


White color preview on #B2CBCA background

This text has white color on #B2CBCA background.