COLOR #B3C3CC

HEX: #B3C3CC
RGB: (179,195,204)

Color info

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

RGB color model

#B3C3CC color RGB value is (179,195,204).

  • red value is 179;
  • green value is 195;
  • blue value is 204.
RGB:
(179,195,204)
(70%,76%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 195 of 255 = 76%
B 204 of 255 = 80%

179
195
204

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

Portions of RGB colors in percentages

R + G + B =
179 + 195 + 204 = 578 (100%)
R 179 of 578 ~ 30.97%
G 195 of 578 ~ 33.74%
B 204 of 578 ~ 35.29%

%30.97
%33.74
%35.29

CMYK color model

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

  • cyan value is 12.25%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,4,0,20)
C12M4Y0K20 
(12%,4%,0%,20%)
(0.12/0.04/0.00/0.20)	

CMYK percentages

%12.25
%4.41
%0
%20

Codes

Color #B3C3CC in popluar color models

B3C3CC
RGB179195204
HSL202°19.69%75.10%
HSB/HSV202°12.25%80.00%
CMYK12.25%4.41%0.00%
20.00%

Color #B3C3CC in popluar number systems.

HEXB3C3CC
Decimal179195204
Binary101100111100001111001100
Octal263303314

Shades and tints

Shades of #B3C3CC

#B3C3CC
(179,195,204)
#A3B2BA
(163,178,186)
#93A1A8
(147,161,168)
#839096
(131,144,150)
#737F84
(115,127,132)
#636E72
(99,110,114)
#535D60
(83,93,96)
#434C4E
(67,76,78)
#333B3C
(51,59,60)
#232A2A
(35,42,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #B3C3CC

#B3C3CC
(179,195,204)
#B9C8D0
(185,200,208)
#BFCDD4
(191,205,212)
#C5D2D8
(197,210,216)
#CBD7DC
(203,215,220)
#D1DCE0
(209,220,224)
#D7E1E4
(215,225,228)
#DDE6E8
(221,230,232)
#E3EBEC
(227,235,236)
#E9F0F0
(233,240,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C3CC color. Also use rgb(179,195,204) instead hex code.

Text Font Color

.myTextColor { color: #B3C3CC; }

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

This text font color is #B3C3CC.


Background Color

.myBgColor { background-color: #B3C3CC; }

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

This div background color is #B3C3CC.


Border color

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

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

This div border color is #B3C3CC.


Opacity

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

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

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

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

This text has shadow with #B3C3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C3CC on black background.


Color preview on white background

This text has color #B3C3CC on white background.



Black color preview on #B3C3CC background

This text has black color on #B3C3CC background.


White color preview on #B3C3CC background

This text has white color on #B3C3CC background.