COLOR #B4CBCA

HEX: #B4CBCA RGB: (180,203,202)

Color info

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

RGB color model

#B4CBCA color RGB value is (180,203,202).

RGB: (180,203,202) (71%, 80%, 79%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 202 of 255 = 79%

180
203
202

R + G + B ~ 77%. #B4CBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 203 + 202 = 585 (100%)
R 180 of 585 ~ 30.77%
G 203 of 585 ~ 34.7%
B 202 of 585 ~ 34.53'%

%30.77
%34.7
%34.53

CMYK color model

#B4CBCA color CMYK value is (11,0,0,20).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%

CMYK: (11,0,0,20)
C11M0Y0K20 (11%, 0%, 0%, 20%)
(0.11 / 0.00 / 0.00 / 0.20)

CMYK percentages

%11.33
%0
%0.49
%20.39

Codes

Color #B4CBCA in popluar color models

B4 CB CA
RGB 180 203 202
HSL 177° 18.11% 75.10%
HSB/HSV 177° 11.33% 79.61%
CMYK 11.33% 0.00% 0.49%
20.39%

Color #B4CBCA in popluar number systems.

HEX B4 CB CA
Decimal 180 203 202
Binary 10110100 11001011 11001010
Octal 264 313 312

Shades and tints

Shades of #B4CBCA

#B4CBCA
(180,203,202)
#A4B9B8
(164,185,184)
#94A7A6
(148,167,166)
#849594
(132,149,148)
#748382
(116,131,130)
#647170
(100,113,112)
#545F5E
(84,95,94)
#444D4C
(68,77,76)
#343B3A
(52,59,58)
#242928
(36,41,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4CBCA

#B4CBCA
(180,203,202)
#BACFCE
(186,207,206)
#C0D3D2
(192,211,210)
#C6D7D6
(198,215,214)
#CCDBDA
(204,219,218)
#D2DFDE
(210,223,222)
#D8E3E2
(216,227,226)
#DEE7E6
(222,231,230)
#E4EBEA
(228,235,234)
#EAEFEE
(234,239,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBCA; }

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

This text font color is #B4CBCA.

Background Color

.myBgColor { background-color: #B4CBCA; }

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

This div background color is #B4CBCA.

Border color

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

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

This div border color is #B4CBCA.

Opacity

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

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

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

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

This text has shadow with #B4CBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CBCA.

Preview

Color preview on black background

This text has color #B4CBCA on black background.


Color preview on white background

This text has color #B4CBCA on white background.


Black color preview on #B4CBCA background

This text has black color on #B4CBCA background.


White color preview on #B4CBCA background

This text has white color on #B4CBCA background.


Related colors

Complementary color

Complementary color for #hex is #4B3435.


I love getcolorcode.com

Triadic colors

1 #CAB4CB and #CBCAB4 with #B4CBCA are triadic colors.

2 #CACBB4 and #CBB4CA with #B4CBCA are triadic colors.