COLOR #B3C8BD

HEX: #B3C8BD RGB: (179,200,189)

Color info

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

RGB color model

#B3C8BD color RGB value is (179,200,189).

RGB: (179,200,189) (70%, 78%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 200 of 255 = 78%
B 189 of 255 = 74%

179
200
189

R + G + B ~ 74%. #B3C8BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 200 + 189 = 568 (100%)
R 179 of 568 ~ 31.51%
G 200 of 568 ~ 35.21%
B 189 of 568 ~ 33.27'%

%31.51
%35.21
%33.27

CMYK color model

#B3C8BD color CMYK value is (11,0,5,22).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%

CMYK: (11,0,5,22)
C11M0Y5K22 (11%, 0%, 5%, 22%)
(0.11 / 0.00 / 0.05 / 0.22)

CMYK percentages

%10.5
%0
%5.5
%21.57

Codes

Color #B3C8BD in popluar color models

B3 C8 BD
RGB 179 200 189
HSL 149° 16.03% 74.31%
HSB/HSV 149° 10.50% 78.43%
CMYK 10.50% 0.00% 5.50%
21.57%

Color #B3C8BD in popluar number systems.

HEX B3 C8 BD
Decimal 179 200 189
Binary 10110011 11001000 10111101
Octal 263 310 275

Shades and tints

Shades of #B3C8BD

#B3C8BD
(179,200,189)
#A3B6AC
(163,182,172)
#93A49B
(147,164,155)
#83928A
(131,146,138)
#738079
(115,128,121)
#636E68
(99,110,104)
#535C57
(83,92,87)
#434A46
(67,74,70)
#333835
(51,56,53)
#232624
(35,38,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3C8BD

#B3C8BD
(179,200,189)
#B9CDC3
(185,205,195)
#BFD2C9
(191,210,201)
#C5D7CF
(197,215,207)
#CBDCD5
(203,220,213)
#D1E1DB
(209,225,219)
#D7E6E1
(215,230,225)
#DDEBE7
(221,235,231)
#E3F0ED
(227,240,237)
#E9F5F3
(233,245,243)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C8BD color. Also use rgb(179,200,189) instead hex code.

Text Font Color

.myTextColor { color: #B3C8BD; }

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

This text font color is #B3C8BD.

Background Color

.myBgColor { background-color: #B3C8BD; }

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

This div background color is #B3C8BD.

Border color

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

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

This div border color is #B3C8BD.

Opacity

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

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

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

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

This text has shadow with #B3C8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C8BD.

Preview

Color preview on black background

This text has color #B3C8BD on black background.


Color preview on white background

This text has color #B3C8BD on white background.


Black color preview on #B3C8BD background

This text has black color on #B3C8BD background.


White color preview on #B3C8BD background

This text has white color on #B3C8BD background.


Related colors

Complementary color

Complementary color for #hex is #4C3742.


I love getcolorcode.com

Triadic colors

1 #BDB3C8 and #C8BDB3 with #B3C8BD are triadic colors.

2 #BDC8B3 and #C8B3BD with #B3C8BD are triadic colors.