COLOR #A4EFBC

HEX: #A4EFBC
RGB: (164,239,188)

Color info

#A4EFBC contains mainly green and blue colors. Web safe color of #A4EFBC is #99FFCC (or #9FC).

RGB color model

#A4EFBC color RGB value is (164,239,188).

  • red value is 164;
  • green value is 239;
  • blue value is 188.
RGB:
(164,239,188)
(64%,94%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 239 of 255 = 94%
B 188 of 255 = 74%

164
239
188

R + G + B ~ 77%. #A4EFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 239 + 188 = 591 (100%)
R 164 of 591 ~ 27.75%
G 239 of 591 ~ 40.44%
B 188 of 591 ~ 31.81%

%27.75
%40.44
%31.81

CMYK color model

#A4EFBC color CMYK value is (31,0,21,6).

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 6.27%
CMYK:
(31,0,21,6)
C31M0Y21K6 
(31%,0%,21%,6%)
(0.31/0.00/0.21/0.06)	

CMYK percentages

%31.38
%0
%21.34
%6.27

Codes

Color #A4EFBC in popluar color models

A4EFBC
RGB164239188
HSL139°70.09%79.02%
HSB/HSV139°31.38%93.73%
CMYK31.38%0.00%21.34%
6.27%

Color #A4EFBC in popluar number systems.

HEXA4EFBC
Decimal164239188
Binary101001001110111110111100
Octal244357274

Shades and tints

Shades of #A4EFBC

#A4EFBC
(164,239,188)
#96DAAB
(150,218,171)
#88C59A
(136,197,154)
#7AB089
(122,176,137)
#6C9B78
(108,155,120)
#5E8667
(94,134,103)
#507156
(80,113,86)
#425C45
(66,92,69)
#344734
(52,71,52)
#263223
(38,50,35)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #A4EFBC

#A4EFBC
(164,239,188)
#ACF0C2
(172,240,194)
#B4F1C8
(180,241,200)
#BCF2CE
(188,242,206)
#C4F3D4
(196,243,212)
#CCF4DA
(204,244,218)
#D4F5E0
(212,245,224)
#DCF6E6
(220,246,230)
#E4F7EC
(228,247,236)
#ECF8F2
(236,248,242)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EFBC color. Also use rgb(164,239,188) instead hex code.

Text Font Color

.myTextColor { color: #A4EFBC; }

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

This text font color is #A4EFBC.


Background Color

.myBgColor { background-color: #A4EFBC; }

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

This div background color is #A4EFBC.


Border color

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

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

This div border color is #A4EFBC.


Opacity

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

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

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

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

This text has shadow with #A4EFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EFBC on black background.


Color preview on white background

This text has color #A4EFBC on white background.



Black color preview on #A4EFBC background

This text has black color on #A4EFBC background.


White color preview on #A4EFBC background

This text has white color on #A4EFBC background.