COLOR #A1EFBC

HEX: #A1EFBC
RGB: (161,239,188)

Color info

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

RGB color model

#A1EFBC color RGB value is (161,239,188).

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

RGB channels and saturation

R 161 of 255 = 63%
G 239 of 255 = 94%
B 188 of 255 = 74%

161
239
188

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

Portions of RGB colors in percentages

R + G + B =
161 + 239 + 188 = 588 (100%)
R 161 of 588 ~ 27.38%
G 239 of 588 ~ 40.65%
B 188 of 588 ~ 31.97%

%27.38
%40.65
%31.97

CMYK color model

#A1EFBC color CMYK value is (33,0,21,6).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 6.27%
CMYK:
(33,0,21,6)
C33M0Y21K6 
(33%,0%,21%,6%)
(0.33/0.00/0.21/0.06)	

CMYK percentages

%32.64
%0
%21.34
%6.27

Codes

Color #A1EFBC in popluar color models

A1EFBC
RGB161239188
HSL141°70.91%78.43%
HSB/HSV141°32.64%93.73%
CMYK32.64%0.00%21.34%
6.27%

Color #A1EFBC in popluar number systems.

HEXA1EFBC
Decimal161239188
Binary101000011110111110111100
Octal241357274

Shades and tints

Shades of #A1EFBC

#A1EFBC
(161,239,188)
#93DAAB
(147,218,171)
#85C59A
(133,197,154)
#77B089
(119,176,137)
#699B78
(105,155,120)
#5B8667
(91,134,103)
#4D7156
(77,113,86)
#3F5C45
(63,92,69)
#314734
(49,71,52)
#233223
(35,50,35)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #A1EFBC

#A1EFBC
(161,239,188)
#A9F0C2
(169,240,194)
#B1F1C8
(177,241,200)
#B9F2CE
(185,242,206)
#C1F3D4
(193,243,212)
#C9F4DA
(201,244,218)
#D1F5E0
(209,245,224)
#D9F6E6
(217,246,230)
#E1F7EC
(225,247,236)
#E9F8F2
(233,248,242)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EFBC; }

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

This text font color is #A1EFBC.


Background Color

.myBgColor { background-color: #A1EFBC; }

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

This div background color is #A1EFBC.


Border color

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

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

This div border color is #A1EFBC.


Opacity

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

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

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

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

This text has shadow with #A1EFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EFBC on black background.


Color preview on white background

This text has color #A1EFBC on white background.



Black color preview on #A1EFBC background

This text has black color on #A1EFBC background.


White color preview on #A1EFBC background

This text has white color on #A1EFBC background.