COLOR #B4CEB9

HEX: #B4CEB9
RGB: (180,206,185)

Color info

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

RGB color model

#B4CEB9 color RGB value is (180,206,185).

  • red value is 180;
  • green value is 206;
  • blue value is 185.
RGB:
(180,206,185)
(71%,81%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 185 of 255 = 73%

180
206
185

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 185 = 571 (100%)
R 180 of 571 ~ 31.52%
G 206 of 571 ~ 36.08%
B 185 of 571 ~ 32.4%

%31.52
%36.08
%32.4

CMYK color model

#B4CEB9 color CMYK value is (13,0,10,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(13,0,10,19)
C13M0Y10K19 
(13%,0%,10%,19%)
(0.13/0.00/0.10/0.19)	

CMYK percentages

%12.62
%0
%10.19
%19.22

Codes

Color #B4CEB9 in popluar color models

B4CEB9
RGB180206185
HSL132°20.97%75.69%
HSB/HSV132°12.62%80.78%
CMYK12.62%0.00%10.19%
19.22%

Color #B4CEB9 in popluar number systems.

HEXB4CEB9
Decimal180206185
Binary101101001100111010111001
Octal264316271

Shades and tints

Shades of #B4CEB9

#B4CEB9
(180,206,185)
#A4BCA9
(164,188,169)
#94AA99
(148,170,153)
#849889
(132,152,137)
#748679
(116,134,121)
#647469
(100,116,105)
#546259
(84,98,89)
#445049
(68,80,73)
#343E39
(52,62,57)
#242C29
(36,44,41)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4CEB9

#B4CEB9
(180,206,185)
#BAD2BF
(186,210,191)
#C0D6C5
(192,214,197)
#C6DACB
(198,218,203)
#CCDED1
(204,222,209)
#D2E2D7
(210,226,215)
#D8E6DD
(216,230,221)
#DEEAE3
(222,234,227)
#E4EEE9
(228,238,233)
#EAF2EF
(234,242,239)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CEB9 color. Also use rgb(180,206,185) instead hex code.

Text Font Color

.myTextColor { color: #B4CEB9; }

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

This text font color is #B4CEB9.


Background Color

.myBgColor { background-color: #B4CEB9; }

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

This div background color is #B4CEB9.


Border color

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

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

This div border color is #B4CEB9.


Opacity

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

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

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

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

This text has shadow with #B4CEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEB9 on black background.


Color preview on white background

This text has color #B4CEB9 on white background.



Black color preview on #B4CEB9 background

This text has black color on #B4CEB9 background.


White color preview on #B4CEB9 background

This text has white color on #B4CEB9 background.