COLOR #B4CBBE

HEX: #B4CBBE
RGB: (180,203,190)

Color info

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

RGB color model

#B4CBBE color RGB value is (180,203,190).

  • red value is 180;
  • green value is 203;
  • blue value is 190.
RGB:
(180,203,190)
(71%,80%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 190 of 255 = 75%

180
203
190

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

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 190 = 573 (100%)
R 180 of 573 ~ 31.41%
G 203 of 573 ~ 35.43%
B 190 of 573 ~ 33.16%

%31.41
%35.43
%33.16

CMYK color model

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

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 20.39%
CMYK:
(11,0,6,20)
C11M0Y6K20 
(11%,0%,6%,20%)
(0.11/0.00/0.06/0.20)	

CMYK percentages

%11.33
%0
%6.4
%20.39

Codes

Color #B4CBBE in popluar color models

B4CBBE
RGB180203190
HSL146°18.11%75.10%
HSB/HSV146°11.33%79.61%
CMYK11.33%0.00%6.40%
20.39%

Color #B4CBBE in popluar number systems.

HEXB4CBBE
Decimal180203190
Binary101101001100101110111110
Octal264313276

Shades and tints

Shades of #B4CBBE

#B4CBBE
(180,203,190)
#A4B9AD
(164,185,173)
#94A79C
(148,167,156)
#84958B
(132,149,139)
#74837A
(116,131,122)
#647169
(100,113,105)
#545F58
(84,95,88)
#444D47
(68,77,71)
#343B36
(52,59,54)
#242925
(36,41,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4CBBE

#B4CBBE
(180,203,190)
#BACFC3
(186,207,195)
#C0D3C8
(192,211,200)
#C6D7CD
(198,215,205)
#CCDBD2
(204,219,210)
#D2DFD7
(210,223,215)
#D8E3DC
(216,227,220)
#DEE7E1
(222,231,225)
#E4EBE6
(228,235,230)
#EAEFEB
(234,239,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBBE; }

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

This text font color is #B4CBBE.


Background Color

.myBgColor { background-color: #B4CBBE; }

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

This div background color is #B4CBBE.


Border color

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

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

This div border color is #B4CBBE.


Opacity

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

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

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

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

This text has shadow with #B4CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CBBE on black background.


Color preview on white background

This text has color #B4CBBE on white background.



Black color preview on #B4CBBE background

This text has black color on #B4CBBE background.


White color preview on #B4CBBE background

This text has white color on #B4CBBE background.