COLOR #B3C2CA

HEX: #B3C2CA RGB: (179,194,202)

Color info

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

RGB color model

#B3C2CA color RGB value is (179,194,202).

RGB: (179,194,202) (70%, 76%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 194 of 255 = 76%
B 202 of 255 = 79%

179
194
202

R + G + B ~ 75%. #B3C2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 194 + 202 = 575 (100%)
R 179 of 575 ~ 31.13%
G 194 of 575 ~ 33.74%
B 202 of 575 ~ 35.13'%

%31.13
%33.74
%35.13

CMYK color model

#B3C2CA color CMYK value is (11,4,0,21).

  • cyan value is 11.39%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (11,4,0,21)
C11M4Y0K21 (11%, 4%, 0%, 21%)
(0.11 / 0.04 / 0.00 / 0.21)

CMYK percentages

%11.39
%3.96
%0
%20.78

Codes

Color #B3C2CA in popluar color models

B3 C2 CA
RGB 179 194 202
HSL 201° 17.83% 74.71%
HSB/HSV 201° 11.39% 79.22%
CMYK 11.39% 3.96% 0.00%
20.78%

Color #B3C2CA in popluar number systems.

HEX B3 C2 CA
Decimal 179 194 202
Binary 10110011 11000010 11001010
Octal 263 302 312

Shades and tints

Shades of #B3C2CA

#B3C2CA
(179,194,202)
#A3B1B8
(163,177,184)
#93A0A6
(147,160,166)
#838F94
(131,143,148)
#737E82
(115,126,130)
#636D70
(99,109,112)
#535C5E
(83,92,94)
#434B4C
(67,75,76)
#333A3A
(51,58,58)
#232928
(35,41,40)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #B3C2CA

#B3C2CA
(179,194,202)
#B9C7CE
(185,199,206)
#BFCCD2
(191,204,210)
#C5D1D6
(197,209,214)
#CBD6DA
(203,214,218)
#D1DBDE
(209,219,222)
#D7E0E2
(215,224,226)
#DDE5E6
(221,229,230)
#E3EAEA
(227,234,234)
#E9EFEE
(233,239,238)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C2CA; }

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

This text font color is #B3C2CA.

Background Color

.myBgColor { background-color: #B3C2CA; }

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

This div background color is #B3C2CA.

Border color

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

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

This div border color is #B3C2CA.

Opacity

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

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

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

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

This text has shadow with #B3C2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C2CA.

Preview

Color preview on black background

This text has color #B3C2CA on black background.


Color preview on white background

This text has color #B3C2CA on white background.


Black color preview on #B3C2CA background

This text has black color on #B3C2CA background.


White color preview on #B3C2CA background

This text has white color on #B3C2CA background.


Related colors

Complementary color

Complementary color for #hex is #4C3D35.


I love getcolorcode.com

Triadic colors

1 #CAB3C2 and #C2CAB3 with #B3C2CA are triadic colors.

2 #CAC2B3 and #C2B3CA with #B3C2CA are triadic colors.