COLOR #A1DAAD

HEX: #A1DAAD
RGB: (161,218,173)

Color info

#A1DAAD contains red, green and blue colors in about the same proportion. Web safe color of #A1DAAD is #99CC99 (or #9C9).

RGB color model

#A1DAAD color RGB value is (161,218,173).

  • red value is 161;
  • green value is 218;
  • blue value is 173.
RGB:
(161,218,173)
(63%,85%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 218 of 255 = 85%
B 173 of 255 = 68%

161
218
173

R + G + B ~ 72%. #A1DAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 218 + 173 = 552 (100%)
R 161 of 552 ~ 29.17%
G 218 of 552 ~ 39.49%
B 173 of 552 ~ 31.34%

%29.17
%39.49
%31.34

CMYK color model

#A1DAAD color CMYK value is (26,0,21,15).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK:
(26,0,21,15)
C26M0Y21K15 
(26%,0%,21%,15%)
(0.26/0.00/0.21/0.15)	

CMYK percentages

%26.15
%0
%20.64
%14.51

Codes

Color #A1DAAD in popluar color models

A1DAAD
RGB161218173
HSL133°43.51%74.31%
HSB/HSV133°26.15%85.49%
CMYK26.15%0.00%20.64%
14.51%

Color #A1DAAD in popluar number systems.

HEXA1DAAD
Decimal161218173
Binary101000011101101010101101
Octal241332255

Shades and tints

Shades of #A1DAAD

#A1DAAD
(161,218,173)
#93C79E
(147,199,158)
#85B48F
(133,180,143)
#77A180
(119,161,128)
#698E71
(105,142,113)
#5B7B62
(91,123,98)
#4D6853
(77,104,83)
#3F5544
(63,85,68)
#314235
(49,66,53)
#232F26
(35,47,38)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #A1DAAD

#A1DAAD
(161,218,173)
#A9DDB4
(169,221,180)
#B1E0BB
(177,224,187)
#B9E3C2
(185,227,194)
#C1E6C9
(193,230,201)
#C9E9D0
(201,233,208)
#D1ECD7
(209,236,215)
#D9EFDE
(217,239,222)
#E1F2E5
(225,242,229)
#E9F5EC
(233,245,236)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DAAD color. Also use rgb(161,218,173) instead hex code.

Text Font Color

.myTextColor { color: #A1DAAD; }

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

This text font color is #A1DAAD.


Background Color

.myBgColor { background-color: #A1DAAD; }

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

This div background color is #A1DAAD.


Border color

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

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

This div border color is #A1DAAD.


Opacity

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

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

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

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

This text has shadow with #A1DAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DAAD on black background.


Color preview on white background

This text has color #A1DAAD on white background.



Black color preview on #A1DAAD background

This text has black color on #A1DAAD background.


White color preview on #A1DAAD background

This text has white color on #A1DAAD background.