COLOR #B4CEAA

HEX: #B4CEAA
RGB: (180,206,170)

Color info

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

RGB color model

#B4CEAA color RGB value is (180,206,170).

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

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 170 of 255 = 67%

180
206
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 170 = 556 (100%)
R 180 of 556 ~ 32.37%
G 206 of 556 ~ 37.05%
B 170 of 556 ~ 30.58%

%32.37
%37.05
%30.58

CMYK color model

#B4CEAA color CMYK value is (13,0,17,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 19.22%
CMYK:
(13,0,17,19)
C13M0Y17K19 
(13%,0%,17%,19%)
(0.13/0.00/0.17/0.19)	

CMYK percentages

%12.62
%0
%17.48
%19.22

Codes

Color #B4CEAA in popluar color models

B4CEAA
RGB180206170
HSL103°26.87%73.73%
HSB/HSV103°17.48%80.78%
CMYK12.62%0.00%17.48%
19.22%

Color #B4CEAA in popluar number systems.

HEXB4CEAA
Decimal180206170
Binary101101001100111010101010
Octal264316252

Shades and tints

Shades of #B4CEAA

#B4CEAA
(180,206,170)
#A4BC9B
(164,188,155)
#94AA8C
(148,170,140)
#84987D
(132,152,125)
#74866E
(116,134,110)
#64745F
(100,116,95)
#546250
(84,98,80)
#445041
(68,80,65)
#343E32
(52,62,50)
#242C23
(36,44,35)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4CEAA

#B4CEAA
(180,206,170)
#BAD2B1
(186,210,177)
#C0D6B8
(192,214,184)
#C6DABF
(198,218,191)
#CCDEC6
(204,222,198)
#D2E2CD
(210,226,205)
#D8E6D4
(216,230,212)
#DEEADB
(222,234,219)
#E4EEE2
(228,238,226)
#EAF2E9
(234,242,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEAA; }

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

This text font color is #B4CEAA.


Background Color

.myBgColor { background-color: #B4CEAA; }

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

This div background color is #B4CEAA.


Border color

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

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

This div border color is #B4CEAA.


Opacity

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

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

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

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

This text has shadow with #B4CEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEAA on black background.


Color preview on white background

This text has color #B4CEAA on white background.



Black color preview on #B4CEAA background

This text has black color on #B4CEAA background.


White color preview on #B4CEAA background

This text has white color on #B4CEAA background.