COLOR #B5EAC1

HEX: #B5EAC1
RGB: (181,234,193)

Color info

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

RGB color model

#B5EAC1 color RGB value is (181,234,193).

  • red value is 181;
  • green value is 234;
  • blue value is 193.
RGB:
(181,234,193)
(71%,92%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 234 of 255 = 92%
B 193 of 255 = 76%

181
234
193

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

Portions of RGB colors in percentages

R + G + B =
181 + 234 + 193 = 608 (100%)
R 181 of 608 ~ 29.77%
G 234 of 608 ~ 38.49%
B 193 of 608 ~ 31.74%

%29.77
%38.49
%31.74

CMYK color model

#B5EAC1 color CMYK value is (23,0,18,8).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 8.24%
CMYK:
(23,0,18,8)
C23M0Y18K8 
(23%,0%,18%,8%)
(0.23/0.00/0.18/0.08)	

CMYK percentages

%22.65
%0
%17.52
%8.24

Codes

Color #B5EAC1 in popluar color models

B5EAC1
RGB181234193
HSL134°55.79%81.37%
HSB/HSV134°22.65%91.76%
CMYK22.65%0.00%17.52%
8.24%

Color #B5EAC1 in popluar number systems.

HEXB5EAC1
Decimal181234193
Binary101101011110101011000001
Octal265352301

Shades and tints

Shades of #B5EAC1

#B5EAC1
(181,234,193)
#A5D5B0
(165,213,176)
#95C09F
(149,192,159)
#85AB8E
(133,171,142)
#75967D
(117,150,125)
#65816C
(101,129,108)
#556C5B
(85,108,91)
#45574A
(69,87,74)
#354239
(53,66,57)
#252D28
(37,45,40)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #B5EAC1

#B5EAC1
(181,234,193)
#BBEBC6
(187,235,198)
#C1ECCB
(193,236,203)
#C7EDD0
(199,237,208)
#CDEED5
(205,238,213)
#D3EFDA
(211,239,218)
#D9F0DF
(217,240,223)
#DFF1E4
(223,241,228)
#E5F2E9
(229,242,233)
#EBF3EE
(235,243,238)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EAC1 color. Also use rgb(181,234,193) instead hex code.

Text Font Color

.myTextColor { color: #B5EAC1; }

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

This text font color is #B5EAC1.


Background Color

.myBgColor { background-color: #B5EAC1; }

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

This div background color is #B5EAC1.


Border color

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

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

This div border color is #B5EAC1.


Opacity

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

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

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

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

This text has shadow with #B5EAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EAC1 on black background.


Color preview on white background

This text has color #B5EAC1 on white background.



Black color preview on #B5EAC1 background

This text has black color on #B5EAC1 background.


White color preview on #B5EAC1 background

This text has white color on #B5EAC1 background.