COLOR #A1DDC5

HEX: #A1DDC5
RGB: (161,221,197)

Color info

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

RGB color model

#A1DDC5 color RGB value is (161,221,197).

  • red value is 161;
  • green value is 221;
  • blue value is 197.
RGB:
(161,221,197)
(63%,87%,77%)

RGB channels and saturation

R 161 of 255 = 63%
G 221 of 255 = 87%
B 197 of 255 = 77%

161
221
197

R + G + B ~ 76%. #A1DDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 221 + 197 = 579 (100%)
R 161 of 579 ~ 27.81%
G 221 of 579 ~ 38.17%
B 197 of 579 ~ 34.02%

%27.81
%38.17
%34.02

CMYK color model

#A1DDC5 color CMYK value is (27,0,11,13).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(27,0,11,13)
C27M0Y11K13 
(27%,0%,11%,13%)
(0.27/0.00/0.11/0.13)	

CMYK percentages

%27.15
%0
%10.86
%13.33

Codes

Color #A1DDC5 in popluar color models

A1DDC5
RGB161221197
HSL156°46.88%74.90%
HSB/HSV156°27.15%86.67%
CMYK27.15%0.00%10.86%
13.33%

Color #A1DDC5 in popluar number systems.

HEXA1DDC5
Decimal161221197
Binary101000011101110111000101
Octal241335305

Shades and tints

Shades of #A1DDC5

#A1DDC5
(161,221,197)
#93C9B4
(147,201,180)
#85B5A3
(133,181,163)
#77A192
(119,161,146)
#698D81
(105,141,129)
#5B7970
(91,121,112)
#4D655F
(77,101,95)
#3F514E
(63,81,78)
#313D3D
(49,61,61)
#23292C
(35,41,44)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #A1DDC5

#A1DDC5
(161,221,197)
#A9E0CA
(169,224,202)
#B1E3CF
(177,227,207)
#B9E6D4
(185,230,212)
#C1E9D9
(193,233,217)
#C9ECDE
(201,236,222)
#D1EFE3
(209,239,227)
#D9F2E8
(217,242,232)
#E1F5ED
(225,245,237)
#E9F8F2
(233,248,242)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DDC5 color. Also use rgb(161,221,197) instead hex code.

Text Font Color

.myTextColor { color: #A1DDC5; }

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

This text font color is #A1DDC5.


Background Color

.myBgColor { background-color: #A1DDC5; }

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

This div background color is #A1DDC5.


Border color

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

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

This div border color is #A1DDC5.


Opacity

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

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

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

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

This text has shadow with #A1DDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DDC5 on black background.


Color preview on white background

This text has color #A1DDC5 on white background.



Black color preview on #A1DDC5 background

This text has black color on #A1DDC5 background.


White color preview on #A1DDC5 background

This text has white color on #A1DDC5 background.