COLOR #B4CEAD

HEX: #B4CEAD
RGB: (180,206,173)

Color info

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

RGB color model

#B4CEAD color RGB value is (180,206,173).

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

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 173 of 255 = 68%

180
206
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 173 = 559 (100%)
R 180 of 559 ~ 32.2%
G 206 of 559 ~ 36.85%
B 173 of 559 ~ 30.95%

%32.2
%36.85
%30.95

CMYK color model

#B4CEAD color CMYK value is (13,0,16,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK:
(13,0,16,19)
C13M0Y16K19 
(13%,0%,16%,19%)
(0.13/0.00/0.16/0.19)	

CMYK percentages

%12.62
%0
%16.02
%19.22

Codes

Color #B4CEAD in popluar color models

B4CEAD
RGB180206173
HSL107°25.19%74.31%
HSB/HSV107°16.02%80.78%
CMYK12.62%0.00%16.02%
19.22%

Color #B4CEAD in popluar number systems.

HEXB4CEAD
Decimal180206173
Binary101101001100111010101101
Octal264316255

Shades and tints

Shades of #B4CEAD

#B4CEAD
(180,206,173)
#A4BC9E
(164,188,158)
#94AA8F
(148,170,143)
#849880
(132,152,128)
#748671
(116,134,113)
#647462
(100,116,98)
#546253
(84,98,83)
#445044
(68,80,68)
#343E35
(52,62,53)
#242C26
(36,44,38)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #B4CEAD

#B4CEAD
(180,206,173)
#BAD2B4
(186,210,180)
#C0D6BB
(192,214,187)
#C6DAC2
(198,218,194)
#CCDEC9
(204,222,201)
#D2E2D0
(210,226,208)
#D8E6D7
(216,230,215)
#DEEADE
(222,234,222)
#E4EEE5
(228,238,229)
#EAF2EC
(234,242,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEAD; }

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

This text font color is #B4CEAD.


Background Color

.myBgColor { background-color: #B4CEAD; }

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

This div background color is #B4CEAD.


Border color

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

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

This div border color is #B4CEAD.


Opacity

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

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

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

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

This text has shadow with #B4CEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEAD on black background.


Color preview on white background

This text has color #B4CEAD on white background.



Black color preview on #B4CEAD background

This text has black color on #B4CEAD background.


White color preview on #B4CEAD background

This text has white color on #B4CEAD background.