COLOR #A1E1DB

HEX: #A1E1DB
RGB: (161,225,219)

Color info

#A1E1DB contains mainly green and blue colors. Web safe color of #A1E1DB is #99CCCC (or #9CC).

RGB color model

#A1E1DB color RGB value is (161,225,219).

  • red value is 161;
  • green value is 225;
  • blue value is 219.
RGB: (161,225,219) (63%,88%,86%)

RGB channels and saturation

R 161 of 255 = 63%
G 225 of 255 = 88%
B 219 of 255 = 86%

161
225
219

R + G + B ~ 79%. #A1E1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 225 + 219 = 605 (100%)
R 161 of 605 ~ 26.61%
G 225 of 605 ~ 37.19%
B 219 of 605 ~ 36.2%

%26.61
%37.19
%36.2

CMYK color model

#A1E1DB color CMYK value is (28,0,3,12).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK: (28,0,3,12) C28M0Y3K12 (28%,0%,3%,12%) (0.28/0.00/0.03/0.12)

CMYK percentages

%28.44
%0
%2.67
%11.76

Codes

Color #A1E1DB in popluar color models

A1E1DB
RGB161225219
HSL174°51.61%75.69%
HSB/HSV174°28.44%88.24%
CMYK28.44%0.00%2.67%
11.76%

Color #A1E1DB in popluar number systems.

HEXA1E1DB
Decimal161225219
Binary101000011110000111011011
Octal241341333

Shades and tints

Shades of #A1E1DB

#A1E1DB
(161,225,219)
#93CDC8
(147,205,200)
#85B9B5
(133,185,181)
#77A5A2
(119,165,162)
#69918F
(105,145,143)
#5B7D7C
(91,125,124)
#4D6969
(77,105,105)
#3F5556
(63,85,86)
#314143
(49,65,67)
#232D30
(35,45,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #A1E1DB

#A1E1DB
(161,225,219)
#A9E3DE
(169,227,222)
#B1E5E1
(177,229,225)
#B9E7E4
(185,231,228)
#C1E9E7
(193,233,231)
#C9EBEA
(201,235,234)
#D1EDED
(209,237,237)
#D9EFF0
(217,239,240)
#E1F1F3
(225,241,243)
#E9F3F6
(233,243,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E1DB color. Also use rgb(161,225,219) instead hex code.

Text Font Color

.myTextColor { color: #A1E1DB; }

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

This text font color is #A1E1DB.


Background Color

.myBgColor { background-color: #A1E1DB; }

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

This div background color is #A1E1DB.


Border color

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

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

This div border color is #A1E1DB.


Opacity

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

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

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

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

This text has shadow with #A1E1DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A1E1DB on black background.


Color preview on white background

This text has color #A1E1DB on white background.



Black color preview on #A1E1DB background

This text has black color on #A1E1DB background.


White color preview on #A1E1DB background

This text has white color on #A1E1DB background.