COLOR #B3C3CB

HEX: #B3C3CB RGB: (179,195,203)

Color info

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

RGB color model

#B3C3CB color RGB value is (179,195,203).

RGB: (179,195,203) (70%, 76%, 80%)

RGB channels and saturation

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

179
195
203

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

Portions of RGB colors in percentages

R + G + B = 179 + 195 + 203 = 577 (100%)
R 179 of 577 ~ 31.02%
G 195 of 577 ~ 33.8%
B 203 of 577 ~ 35.18'%

%31.02
%33.8
%35.18

CMYK color model

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

  • cyan value is 11.82%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (12,4,0,20)
C12M4Y0K20 (12%, 4%, 0%, 20%)
(0.12 / 0.04 / 0.00 / 0.20)

CMYK percentages

%11.82
%3.94
%0
%20.39

Codes

Color #B3C3CB in popluar color models

B3 C3 CB
RGB 179 195 203
HSL 200° 18.75% 74.90%
HSB/HSV 200° 11.82% 79.61%
CMYK 11.82% 3.94% 0.00%
20.39%

Color #B3C3CB in popluar number systems.

HEX B3 C3 CB
Decimal 179 195 203
Binary 10110011 11000011 11001011
Octal 263 303 313

Shades and tints

Shades of #B3C3CB

#B3C3CB
(179,195,203)
#A3B2B9
(163,178,185)
#93A1A7
(147,161,167)
#839095
(131,144,149)
#737F83
(115,127,131)
#636E71
(99,110,113)
#535D5F
(83,93,95)
#434C4D
(67,76,77)
#333B3B
(51,59,59)
#232A29
(35,42,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #B3C3CB

#B3C3CB
(179,195,203)
#B9C8CF
(185,200,207)
#BFCDD3
(191,205,211)
#C5D2D7
(197,210,215)
#CBD7DB
(203,215,219)
#D1DCDF
(209,220,223)
#D7E1E3
(215,225,227)
#DDE6E7
(221,230,231)
#E3EBEB
(227,235,235)
#E9F0EF
(233,240,239)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C3CB; }

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

This text font color is #B3C3CB.

Background Color

.myBgColor { background-color: #B3C3CB; }

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

This div background color is #B3C3CB.

Border color

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

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

This div border color is #B3C3CB.

Opacity

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

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

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

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

This text has shadow with #B3C3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C3CB.

Preview

Color preview on black background

This text has color #B3C3CB on black background.


Color preview on white background

This text has color #B3C3CB on white background.


Black color preview on #B3C3CB background

This text has black color on #B3C3CB background.


White color preview on #B3C3CB background

This text has white color on #B3C3CB background.


Related colors

Complementary color

Complementary color for #hex is #4C3C34.


I love getcolorcode.com

Triadic colors

1 #CBB3C3 and #C3CBB3 with #B3C3CB are triadic colors.

2 #CBC3B3 and #C3B3CB with #B3C3CB are triadic colors.