COLOR #B3C0C9

HEX: #B3C0C9 RGB: (179,192,201)

Color info

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

RGB color model

#B3C0C9 color RGB value is (179,192,201).

RGB: (179,192,201) (70%, 75%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 192 of 255 = 75%
B 201 of 255 = 79%

179
192
201

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

Portions of RGB colors in percentages

R + G + B = 179 + 192 + 201 = 572 (100%)
R 179 of 572 ~ 31.29%
G 192 of 572 ~ 33.57%
B 201 of 572 ~ 35.14'%

%31.29
%33.57
%35.14

CMYK color model

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

  • cyan value is 10.95%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 21.18%

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

CMYK percentages

%10.95
%4.48
%0
%21.18

Codes

Color #B3C0C9 in popluar color models

B3 C0 C9
RGB 179 192 201
HSL 205° 16.92% 74.51%
HSB/HSV 205° 10.95% 78.82%
CMYK 10.95% 4.48% 0.00%
21.18%

Color #B3C0C9 in popluar number systems.

HEX B3 C0 C9
Decimal 179 192 201
Binary 10110011 11000000 11001001
Octal 263 300 311

Shades and tints

Shades of #B3C0C9

#B3C0C9
(179,192,201)
#A3AFB7
(163,175,183)
#939EA5
(147,158,165)
#838D93
(131,141,147)
#737C81
(115,124,129)
#636B6F
(99,107,111)
#535A5D
(83,90,93)
#43494B
(67,73,75)
#333839
(51,56,57)
#232727
(35,39,39)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3C0C9

#B3C0C9
(179,192,201)
#B9C5CD
(185,197,205)
#BFCAD1
(191,202,209)
#C5CFD5
(197,207,213)
#CBD4D9
(203,212,217)
#D1D9DD
(209,217,221)
#D7DEE1
(215,222,225)
#DDE3E5
(221,227,229)
#E3E8E9
(227,232,233)
#E9EDED
(233,237,237)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C0C9 color. Also use rgb(179,192,201) instead hex code.

Text Font Color

.myTextColor { color: #B3C0C9; }

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

This text font color is #B3C0C9.

Background Color

.myBgColor { background-color: #B3C0C9; }

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

This div background color is #B3C0C9.

Border color

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

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

This div border color is #B3C0C9.

Opacity

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

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

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

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

This text has shadow with #B3C0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C0C9.

Preview

Color preview on black background

This text has color #B3C0C9 on black background.


Color preview on white background

This text has color #B3C0C9 on white background.


Black color preview on #B3C0C9 background

This text has black color on #B3C0C9 background.


White color preview on #B3C0C9 background

This text has white color on #B3C0C9 background.


Related colors

Complementary color

Complementary color for #hex is #4C3F36.


I love getcolorcode.com

Triadic colors

1 #C9B3C0 and #C0C9B3 with #B3C0C9 are triadic colors.

2 #C9C0B3 and #C0B3C9 with #B3C0C9 are triadic colors.