COLOR #B3C4CC

HEX: #B3C4CC RGB: (179,196,204)

Color info

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

RGB color model

#B3C4CC color RGB value is (179,196,204).

RGB: (179,196,204) (70%, 77%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 196 of 255 = 77%
B 204 of 255 = 80%

179
196
204

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

Portions of RGB colors in percentages

R + G + B = 179 + 196 + 204 = 579 (100%)
R 179 of 579 ~ 30.92%
G 196 of 579 ~ 33.85%
B 204 of 579 ~ 35.23'%

%30.92
%33.85
%35.23

CMYK color model

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

  • cyan value is 12.25%
  • magenta value is 3.92%
  • 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
%3.92
%0
%20

Codes

Color #B3C4CC in popluar color models

B3 C4 CC
RGB 179 196 204
HSL 199° 19.69% 75.10%
HSB/HSV 199° 12.25% 80.00%
CMYK 12.25% 3.92% 0.00%
20.00%

Color #B3C4CC in popluar number systems.

HEX B3 C4 CC
Decimal 179 196 204
Binary 10110011 11000100 11001100
Octal 263 304 314

Shades and tints

Shades of #B3C4CC

#B3C4CC
(179,196,204)
#A3B3BA
(163,179,186)
#93A2A8
(147,162,168)
#839196
(131,145,150)
#738084
(115,128,132)
#636F72
(99,111,114)
#535E60
(83,94,96)
#434D4E
(67,77,78)
#333C3C
(51,60,60)
#232B2A
(35,43,42)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #B3C4CC

#B3C4CC
(179,196,204)
#B9C9D0
(185,201,208)
#BFCED4
(191,206,212)
#C5D3D8
(197,211,216)
#CBD8DC
(203,216,220)
#D1DDE0
(209,221,224)
#D7E2E4
(215,226,228)
#DDE7E8
(221,231,232)
#E3ECEC
(227,236,236)
#E9F1F0
(233,241,240)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C4CC; }

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

This text font color is #B3C4CC.

Background Color

.myBgColor { background-color: #B3C4CC; }

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

This div background color is #B3C4CC.

Border color

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

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

This div border color is #B3C4CC.

Opacity

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

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

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

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

This text has shadow with #B3C4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C4CC.

Preview

Color preview on black background

This text has color #B3C4CC on black background.


Color preview on white background

This text has color #B3C4CC on white background.


Black color preview on #B3C4CC background

This text has black color on #B3C4CC background.


White color preview on #B3C4CC background

This text has white color on #B3C4CC background.


Related colors

Complementary color

Complementary color for #hex is #4C3B33.


I love getcolorcode.com

Triadic colors

1 #CCB3C4 and #C4CCB3 with #B3C4CC are triadic colors.

2 #CCC4B3 and #C4B3CC with #B3C4CC are triadic colors.