COLOR #B8C5AB

HEX: #B8C5AB RGB: (184,197,171)

Color info

#B8C5AB contains red, green and blue colors in about the same proportion. Web safe color of #B8C5AB is #CCCC99 (or #CC9).

RGB color model

#B8C5AB color RGB value is (184,197,171).

RGB: (184,197,171) (72%, 77%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 197 of 255 = 77%
B 171 of 255 = 67%

184
197
171

R + G + B ~ 72%. #B8C5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 197 + 171 = 552 (100%)
R 184 of 552 ~ 33.33%
G 197 of 552 ~ 35.69%
B 171 of 552 ~ 30.98'%

%33.33
%35.69
%30.98

CMYK color model

#B8C5AB color CMYK value is (7,0,13,23).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 22.75%

CMYK: (7,0,13,23)
C7M0Y13K23 (7%, 0%, 13%, 23%)
(0.07 / 0.00 / 0.13 / 0.23)

CMYK percentages

%6.6
%0
%13.2
%22.75

Codes

Color #B8C5AB in popluar color models

B8 C5 AB
RGB 184 197 171
HSL 90° 18.31% 72.16%
HSB/HSV 90° 13.20% 77.25%
CMYK 6.60% 0.00% 13.20%
22.75%

Color #B8C5AB in popluar number systems.

HEX B8 C5 AB
Decimal 184 197 171
Binary 10111000 11000101 10101011
Octal 270 305 253

Shades and tints

Shades of #B8C5AB

#B8C5AB
(184,197,171)
#A8B49C
(168,180,156)
#98A38D
(152,163,141)
#88927E
(136,146,126)
#78816F
(120,129,111)
#687060
(104,112,96)
#585F51
(88,95,81)
#484E42
(72,78,66)
#383D33
(56,61,51)
#282C24
(40,44,36)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #B8C5AB

#B8C5AB
(184,197,171)
#BECAB2
(190,202,178)
#C4CFB9
(196,207,185)
#CAD4C0
(202,212,192)
#D0D9C7
(208,217,199)
#D6DECE
(214,222,206)
#DCE3D5
(220,227,213)
#E2E8DC
(226,232,220)
#E8EDE3
(232,237,227)
#EEF2EA
(238,242,234)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C5AB color. Also use rgb(184,197,171) instead hex code.

Text Font Color

.myTextColor { color: #B8C5AB; }

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

This text font color is #B8C5AB.

Background Color

.myBgColor { background-color: #B8C5AB; }

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

This div background color is #B8C5AB.

Border color

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

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

This div border color is #B8C5AB.

Opacity

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

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

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

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

This text has shadow with #B8C5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C5AB.

Preview

Color preview on black background

This text has color #B8C5AB on black background.


Color preview on white background

This text has color #B8C5AB on white background.


Black color preview on #B8C5AB background

This text has black color on #B8C5AB background.


White color preview on #B8C5AB background

This text has white color on #B8C5AB background.


Related colors

Complementary color

Complementary color for #hex is #473A54.


I love getcolorcode.com

Triadic colors

1 #ABB8C5 and #C5ABB8 with #B8C5AB are triadic colors.

2 #ABC5B8 and #C5B8AB with #B8C5AB are triadic colors.