COLOR #B3CBCA

HEX: #B3CBCA
RGB: (179,203,202)

Color info

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

RGB color model

#B3CBCA color RGB value is (179,203,202).

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

RGB channels and saturation

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

179
203
202

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

Portions of RGB colors in percentages

R + G + B =
179 + 203 + 202 = 584 (100%)
R 179 of 584 ~ 30.65%
G 203 of 584 ~ 34.76%
B 202 of 584 ~ 34.59%

%30.65
%34.76
%34.59

CMYK color model

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

  • cyan value is 11.82%
  • 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

%11.82
%0
%0.49
%20.39

Codes

Color #B3CBCA in popluar color models

B3CBCA
RGB179203202
HSL178°18.75%74.90%
HSB/HSV178°11.82%79.61%
CMYK11.82%0.00%0.49%
20.39%

Color #B3CBCA in popluar number systems.

HEXB3CBCA
Decimal179203202
Binary101100111100101111001010
Octal263313312

Shades and tints

Shades of #B3CBCA

#B3CBCA
(179,203,202)
#A3B9B8
(163,185,184)
#93A7A6
(147,167,166)
#839594
(131,149,148)
#738382
(115,131,130)
#637170
(99,113,112)
#535F5E
(83,95,94)
#434D4C
(67,77,76)
#333B3A
(51,59,58)
#232928
(35,41,40)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #B3CBCA

#B3CBCA
(179,203,202)
#B9CFCE
(185,207,206)
#BFD3D2
(191,211,210)
#C5D7D6
(197,215,214)
#CBDBDA
(203,219,218)
#D1DFDE
(209,223,222)
#D7E3E2
(215,227,226)
#DDE7E6
(221,231,230)
#E3EBEA
(227,235,234)
#E9EFEE
(233,239,238)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CBCA; }

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

This text font color is #B3CBCA.


Background Color

.myBgColor { background-color: #B3CBCA; }

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

This div background color is #B3CBCA.


Border color

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

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

This div border color is #B3CBCA.


Opacity

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

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

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

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

This text has shadow with #B3CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CBCA on black background.


Color preview on white background

This text has color #B3CBCA on white background.



Black color preview on #B3CBCA background

This text has black color on #B3CBCA background.


White color preview on #B3CBCA background

This text has white color on #B3CBCA background.