COLOR #B4CBCD

HEX: #B4CBCD RGB: (180,203,205)

Color info

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

RGB color model

#B4CBCD color RGB value is (180,203,205).

RGB: (180,203,205) (71%, 80%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 205 of 255 = 80%

180
203
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 203 + 205 = 588 (100%)
R 180 of 588 ~ 30.61%
G 203 of 588 ~ 34.52%
B 205 of 588 ~ 34.86'%

%30.61
%34.52
%34.86

CMYK color model

#B4CBCD color CMYK value is (12,1,0,20).

  • cyan value is 12.20%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,1,0,20)
C12M1Y0K20 (12%, 1%, 0%, 20%)
(0.12 / 0.01 / 0.00 / 0.20)

CMYK percentages

%12.2
%0.98
%0
%19.61

Codes

Color #B4CBCD in popluar color models

B4 CB CD
RGB 180 203 205
HSL 185° 20.00% 75.49%
HSB/HSV 185° 12.20% 80.39%
CMYK 12.20% 0.98% 0.00%
19.61%

Color #B4CBCD in popluar number systems.

HEX B4 CB CD
Decimal 180 203 205
Binary 10110100 11001011 11001101
Octal 264 313 315

Shades and tints

Shades of #B4CBCD

#B4CBCD
(180,203,205)
#A4B9BB
(164,185,187)
#94A7A9
(148,167,169)
#849597
(132,149,151)
#748385
(116,131,133)
#647173
(100,113,115)
#545F61
(84,95,97)
#444D4F
(68,77,79)
#343B3D
(52,59,61)
#24292B
(36,41,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #B4CBCD

#B4CBCD
(180,203,205)
#BACFD1
(186,207,209)
#C0D3D5
(192,211,213)
#C6D7D9
(198,215,217)
#CCDBDD
(204,219,221)
#D2DFE1
(210,223,225)
#D8E3E5
(216,227,229)
#DEE7E9
(222,231,233)
#E4EBED
(228,235,237)
#EAEFF1
(234,239,241)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBCD; }

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

This text font color is #B4CBCD.

Background Color

.myBgColor { background-color: #B4CBCD; }

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

This div background color is #B4CBCD.

Border color

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

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

This div border color is #B4CBCD.

Opacity

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

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

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

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

This text has shadow with #B4CBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CBCD.

Preview

Color preview on black background

This text has color #B4CBCD on black background.


Color preview on white background

This text has color #B4CBCD on white background.


Black color preview on #B4CBCD background

This text has black color on #B4CBCD background.


White color preview on #B4CBCD background

This text has white color on #B4CBCD background.


Related colors

Complementary color

Complementary color for #hex is #4B3432.


I love getcolorcode.com

Triadic colors

1 #CDB4CB and #CBCDB4 with #B4CBCD are triadic colors.

2 #CDCBB4 and #CBB4CD with #B4CBCD are triadic colors.