COLOR #B4CEA9

HEX: #B4CEA9
RGB: (180,206,169)

Color info

#B4CEA9 contains red, green and blue colors in about the same proportion. Web safe color of #B4CEA9 is #CCCC99 (or #CC9).

RGB color model

#B4CEA9 color RGB value is (180,206,169).

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

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 169 of 255 = 66%

180
206
169

R + G + B ~ 73%. #B4CEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 169 = 555 (100%)
R 180 of 555 ~ 32.43%
G 206 of 555 ~ 37.12%
B 169 of 555 ~ 30.45%

%32.43
%37.12
%30.45

CMYK color model

#B4CEA9 color CMYK value is (13,0,18,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%
CMYK:
(13,0,18,19)
C13M0Y18K19 
(13%,0%,18%,19%)
(0.13/0.00/0.18/0.19)	

CMYK percentages

%12.62
%0
%17.96
%19.22

Codes

Color #B4CEA9 in popluar color models

B4CEA9
RGB180206169
HSL102°27.41%73.53%
HSB/HSV102°17.96%80.78%
CMYK12.62%0.00%17.96%
19.22%

Color #B4CEA9 in popluar number systems.

HEXB4CEA9
Decimal180206169
Binary101101001100111010101001
Octal264316251

Shades and tints

Shades of #B4CEA9

#B4CEA9
(180,206,169)
#A4BC9A
(164,188,154)
#94AA8B
(148,170,139)
#84987C
(132,152,124)
#74866D
(116,134,109)
#64745E
(100,116,94)
#54624F
(84,98,79)
#445040
(68,80,64)
#343E31
(52,62,49)
#242C22
(36,44,34)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #B4CEA9

#B4CEA9
(180,206,169)
#BAD2B0
(186,210,176)
#C0D6B7
(192,214,183)
#C6DABE
(198,218,190)
#CCDEC5
(204,222,197)
#D2E2CC
(210,226,204)
#D8E6D3
(216,230,211)
#DEEADA
(222,234,218)
#E4EEE1
(228,238,225)
#EAF2E8
(234,242,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEA9; }

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

This text font color is #B4CEA9.


Background Color

.myBgColor { background-color: #B4CEA9; }

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

This div background color is #B4CEA9.


Border color

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

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

This div border color is #B4CEA9.


Opacity

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

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

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

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

This text has shadow with #B4CEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEA9 on black background.


Color preview on white background

This text has color #B4CEA9 on white background.



Black color preview on #B4CEA9 background

This text has black color on #B4CEA9 background.


White color preview on #B4CEA9 background

This text has white color on #B4CEA9 background.