COLOR #B4EACD

HEX: #B4EACD
RGB: (180,234,205)

Color info

#B4EACD contains red, green and blue colors in about the same proportion. Web safe color of #B4EACD is #CCFFCC (or #CFC).

RGB color model

#B4EACD color RGB value is (180,234,205).

  • red value is 180;
  • green value is 234;
  • blue value is 205.
RGB:
(180,234,205)
(71%,92%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 205 of 255 = 80%

180
234
205

R + G + B ~ 81%. #B4EACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 234 + 205 = 619 (100%)
R 180 of 619 ~ 29.08%
G 234 of 619 ~ 37.8%
B 205 of 619 ~ 33.12%

%29.08
%37.8
%33.12

CMYK color model

#B4EACD color CMYK value is (23,0,12,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 8.24%
CMYK:
(23,0,12,8)
C23M0Y12K8 
(23%,0%,12%,8%)
(0.23/0.00/0.12/0.08)	

CMYK percentages

%23.08
%0
%12.39
%8.24

Codes

Color #B4EACD in popluar color models

B4EACD
RGB180234205
HSL148°56.25%81.18%
HSB/HSV148°23.08%91.76%
CMYK23.08%0.00%12.39%
8.24%

Color #B4EACD in popluar number systems.

HEXB4EACD
Decimal180234205
Binary101101001110101011001101
Octal264352315

Shades and tints

Shades of #B4EACD

#B4EACD
(180,234,205)
#A4D5BB
(164,213,187)
#94C0A9
(148,192,169)
#84AB97
(132,171,151)
#749685
(116,150,133)
#648173
(100,129,115)
#546C61
(84,108,97)
#44574F
(68,87,79)
#34423D
(52,66,61)
#242D2B
(36,45,43)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4EACD

#B4EACD
(180,234,205)
#BAEBD1
(186,235,209)
#C0ECD5
(192,236,213)
#C6EDD9
(198,237,217)
#CCEEDD
(204,238,221)
#D2EFE1
(210,239,225)
#D8F0E5
(216,240,229)
#DEF1E9
(222,241,233)
#E4F2ED
(228,242,237)
#EAF3F1
(234,243,241)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EACD color. Also use rgb(180,234,205) instead hex code.

Text Font Color

.myTextColor { color: #B4EACD; }

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

This text font color is #B4EACD.


Background Color

.myBgColor { background-color: #B4EACD; }

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

This div background color is #B4EACD.


Border color

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

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

This div border color is #B4EACD.


Opacity

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

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

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

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

This text has shadow with #B4EACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EACD on black background.


Color preview on white background

This text has color #B4EACD on white background.



Black color preview on #B4EACD background

This text has black color on #B4EACD background.


White color preview on #B4EACD background

This text has white color on #B4EACD background.