COLOR #B4EAC5

HEX: #B4EAC5
RGB: (180,234,197)

Color info

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

RGB color model

#B4EAC5 color RGB value is (180,234,197).

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

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 197 of 255 = 77%

180
234
197

R + G + B ~ 80%. #B4EAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 234 + 197 = 611 (100%)
R 180 of 611 ~ 29.46%
G 234 of 611 ~ 38.3%
B 197 of 611 ~ 32.24%

%29.46
%38.3
%32.24

CMYK color model

#B4EAC5 color CMYK value is (23,0,16,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 8.24%
CMYK:
(23,0,16,8)
C23M0Y16K8 
(23%,0%,16%,8%)
(0.23/0.00/0.16/0.08)	

CMYK percentages

%23.08
%0
%15.81
%8.24

Codes

Color #B4EAC5 in popluar color models

B4EAC5
RGB180234197
HSL139°56.25%81.18%
HSB/HSV139°23.08%91.76%
CMYK23.08%0.00%15.81%
8.24%

Color #B4EAC5 in popluar number systems.

HEXB4EAC5
Decimal180234197
Binary101101001110101011000101
Octal264352305

Shades and tints

Shades of #B4EAC5

#B4EAC5
(180,234,197)
#A4D5B4
(164,213,180)
#94C0A3
(148,192,163)
#84AB92
(132,171,146)
#749681
(116,150,129)
#648170
(100,129,112)
#546C5F
(84,108,95)
#44574E
(68,87,78)
#34423D
(52,66,61)
#242D2C
(36,45,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #B4EAC5

#B4EAC5
(180,234,197)
#BAEBCA
(186,235,202)
#C0ECCF
(192,236,207)
#C6EDD4
(198,237,212)
#CCEED9
(204,238,217)
#D2EFDE
(210,239,222)
#D8F0E3
(216,240,227)
#DEF1E8
(222,241,232)
#E4F2ED
(228,242,237)
#EAF3F2
(234,243,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EAC5; }

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

This text font color is #B4EAC5.


Background Color

.myBgColor { background-color: #B4EAC5; }

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

This div background color is #B4EAC5.


Border color

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

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

This div border color is #B4EAC5.


Opacity

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

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

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

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

This text has shadow with #B4EAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EAC5 on black background.


Color preview on white background

This text has color #B4EAC5 on white background.



Black color preview on #B4EAC5 background

This text has black color on #B4EAC5 background.


White color preview on #B4EAC5 background

This text has white color on #B4EAC5 background.