COLOR #B4CAB0

HEX: #B4CAB0 RGB: (180,202,176)

Color info

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

RGB color model

#B4CAB0 color RGB value is (180,202,176).

RGB: (180,202,176) (71%, 79%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 176 of 255 = 69%

180
202
176

R + G + B ~ 73%. #B4CAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 202 + 176 = 558 (100%)
R 180 of 558 ~ 32.26%
G 202 of 558 ~ 36.2%
B 176 of 558 ~ 31.54'%

%32.26
%36.2
%31.54

CMYK color model

#B4CAB0 color CMYK value is (11,0,13,21).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%

CMYK: (11,0,13,21)
C11M0Y13K21 (11%, 0%, 13%, 21%)
(0.11 / 0.00 / 0.13 / 0.21)

CMYK percentages

%10.89
%0
%12.87
%20.78

Codes

Color #B4CAB0 in popluar color models

B4 CA B0
RGB 180 202 176
HSL 111° 19.70% 74.12%
HSB/HSV 111° 12.87% 79.22%
CMYK 10.89% 0.00% 12.87%
20.78%

Color #B4CAB0 in popluar number systems.

HEX B4 CA B0
Decimal 180 202 176
Binary 10110100 11001010 10110000
Octal 264 312 260

Shades and tints

Shades of #B4CAB0

#B4CAB0
(180,202,176)
#A4B8A0
(164,184,160)
#94A690
(148,166,144)
#849480
(132,148,128)
#748270
(116,130,112)
#647060
(100,112,96)
#545E50
(84,94,80)
#444C40
(68,76,64)
#343A30
(52,58,48)
#242820
(36,40,32)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #B4CAB0

#B4CAB0
(180,202,176)
#BACEB7
(186,206,183)
#C0D2BE
(192,210,190)
#C6D6C5
(198,214,197)
#CCDACC
(204,218,204)
#D2DED3
(210,222,211)
#D8E2DA
(216,226,218)
#DEE6E1
(222,230,225)
#E4EAE8
(228,234,232)
#EAEEEF
(234,238,239)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CAB0 color. Also use rgb(180,202,176) instead hex code.

Text Font Color

.myTextColor { color: #B4CAB0; }

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

This text font color is #B4CAB0.

Background Color

.myBgColor { background-color: #B4CAB0; }

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

This div background color is #B4CAB0.

Border color

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

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

This div border color is #B4CAB0.

Opacity

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

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

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

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

This text has shadow with #B4CAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CAB0.

Preview

Color preview on black background

This text has color #B4CAB0 on black background.


Color preview on white background

This text has color #B4CAB0 on white background.


Black color preview on #B4CAB0 background

This text has black color on #B4CAB0 background.


White color preview on #B4CAB0 background

This text has white color on #B4CAB0 background.


Related colors

Complementary color

Complementary color for #hex is #4B354F.


I love getcolorcode.com

Triadic colors

1 #B0B4CA and #CAB0B4 with #B4CAB0 are triadic colors.

2 #B0CAB4 and #CAB4B0 with #B4CAB0 are triadic colors.