COLOR #B4CCBA

HEX: #B4CCBA RGB: (180,204,186)

Color info

#B4CCBA contains red, green and blue colors in about the same proportion. Web safe color of #B4CCBA is #CCCCCC (or #CCC).

RGB color model

#B4CCBA color RGB value is (180,204,186).

RGB: (180,204,186) (71%, 80%, 73%)

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 186 of 255 = 73%

180
204
186

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

Portions of RGB colors in percentages

R + G + B = 180 + 204 + 186 = 570 (100%)
R 180 of 570 ~ 31.58%
G 204 of 570 ~ 35.79%
B 186 of 570 ~ 32.63'%

%31.58
%35.79
%32.63

CMYK color model

#B4CCBA color CMYK value is (12,0,9,20).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 20.00%

CMYK: (12,0,9,20)
C12M0Y9K20 (12%, 0%, 9%, 20%)
(0.12 / 0.00 / 0.09 / 0.20)

CMYK percentages

%11.76
%0
%8.82
%20

Codes

Color #B4CCBA in popluar color models

B4 CC BA
RGB 180 204 186
HSL 135° 19.05% 75.29%
HSB/HSV 135° 11.76% 80.00%
CMYK 11.76% 0.00% 8.82%
20.00%

Color #B4CCBA in popluar number systems.

HEX B4 CC BA
Decimal 180 204 186
Binary 10110100 11001100 10111010
Octal 264 314 272

Shades and tints

Shades of #B4CCBA

#B4CCBA
(180,204,186)
#A4BAAA
(164,186,170)
#94A89A
(148,168,154)
#84968A
(132,150,138)
#74847A
(116,132,122)
#64726A
(100,114,106)
#54605A
(84,96,90)
#444E4A
(68,78,74)
#343C3A
(52,60,58)
#242A2A
(36,42,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #B4CCBA

#B4CCBA
(180,204,186)
#BAD0C0
(186,208,192)
#C0D4C6
(192,212,198)
#C6D8CC
(198,216,204)
#CCDCD2
(204,220,210)
#D2E0D8
(210,224,216)
#D8E4DE
(216,228,222)
#DEE8E4
(222,232,228)
#E4ECEA
(228,236,234)
#EAF0F0
(234,240,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CCBA color. Also use rgb(180,204,186) instead hex code.

Text Font Color

.myTextColor { color: #B4CCBA; }

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

This text font color is #B4CCBA.

Background Color

.myBgColor { background-color: #B4CCBA; }

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

This div background color is #B4CCBA.

Border color

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

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

This div border color is #B4CCBA.

Opacity

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

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

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

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

This text has shadow with #B4CCBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CCBA.

Preview

Color preview on black background

This text has color #B4CCBA on black background.


Color preview on white background

This text has color #B4CCBA on white background.


Black color preview on #B4CCBA background

This text has black color on #B4CCBA background.


White color preview on #B4CCBA background

This text has white color on #B4CCBA background.


Related colors

Complementary color

Complementary color for #hex is #4B3345.


I love getcolorcode.com

Triadic colors

1 #BAB4CC and #CCBAB4 with #B4CCBA are triadic colors.

2 #BACCB4 and #CCB4BA with #B4CCBA are triadic colors.