COLOR #A1EBC4

HEX: #A1EBC4
RGB: (161,235,196)

Color info

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

RGB color model

#A1EBC4 color RGB value is (161,235,196).

  • red value is 161;
  • green value is 235;
  • blue value is 196.
RGB:
(161,235,196)
(63%,92%,77%)

RGB channels and saturation

R 161 of 255 = 63%
G 235 of 255 = 92%
B 196 of 255 = 77%

161
235
196

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

Portions of RGB colors in percentages

R + G + B =
161 + 235 + 196 = 592 (100%)
R 161 of 592 ~ 27.2%
G 235 of 592 ~ 39.7%
B 196 of 592 ~ 33.11%

%27.2
%39.7
%33.11

CMYK color model

#A1EBC4 color CMYK value is (31,0,17,8).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(31,0,17,8)
C31M0Y17K8 
(31%,0%,17%,8%)
(0.31/0.00/0.17/0.08)	

CMYK percentages

%31.49
%0
%16.6
%7.84

Codes

Color #A1EBC4 in popluar color models

A1EBC4
RGB161235196
HSL148°64.91%77.65%
HSB/HSV148°31.49%92.16%
CMYK31.49%0.00%16.60%
7.84%

Color #A1EBC4 in popluar number systems.

HEXA1EBC4
Decimal161235196
Binary101000011110101111000100
Octal241353304

Shades and tints

Shades of #A1EBC4

#A1EBC4
(161,235,196)
#93D6B3
(147,214,179)
#85C1A2
(133,193,162)
#77AC91
(119,172,145)
#699780
(105,151,128)
#5B826F
(91,130,111)
#4D6D5E
(77,109,94)
#3F584D
(63,88,77)
#31433C
(49,67,60)
#232E2B
(35,46,43)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #A1EBC4

#A1EBC4
(161,235,196)
#A9ECC9
(169,236,201)
#B1EDCE
(177,237,206)
#B9EED3
(185,238,211)
#C1EFD8
(193,239,216)
#C9F0DD
(201,240,221)
#D1F1E2
(209,241,226)
#D9F2E7
(217,242,231)
#E1F3EC
(225,243,236)
#E9F4F1
(233,244,241)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EBC4 color. Also use rgb(161,235,196) instead hex code.

Text Font Color

.myTextColor { color: #A1EBC4; }

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

This text font color is #A1EBC4.


Background Color

.myBgColor { background-color: #A1EBC4; }

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

This div background color is #A1EBC4.


Border color

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

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

This div border color is #A1EBC4.


Opacity

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

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

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

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

This text has shadow with #A1EBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EBC4 on black background.


Color preview on white background

This text has color #A1EBC4 on white background.



Black color preview on #A1EBC4 background

This text has black color on #A1EBC4 background.


White color preview on #A1EBC4 background

This text has white color on #A1EBC4 background.