COLOR #A1D4DD

HEX: #A1D4DD
RGB: (161,212,221)

Color info

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

RGB color model

#A1D4DD color RGB value is (161,212,221).

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

RGB channels and saturation

R 161 of 255 = 63%
G 212 of 255 = 83%
B 221 of 255 = 87%

161
212
221

R + G + B ~ 78%. #A1D4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 212 + 221 = 594 (100%)
R 161 of 594 ~ 27.1%
G 212 of 594 ~ 35.69%
B 221 of 594 ~ 37.21%

%27.1
%35.69
%37.21

CMYK color model

#A1D4DD color CMYK value is (27,4,0,13).

  • cyan value is 27.15%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(27,4,0,13)
C27M4Y0K13 
(27%,4%,0%,13%)
(0.27/0.04/0.00/0.13)	

CMYK percentages

%27.15
%4.07
%0
%13.33

Codes

Color #A1D4DD in popluar color models

A1D4DD
RGB161212221
HSL189°46.88%74.90%
HSB/HSV189°27.15%86.67%
CMYK27.15%4.07%0.00%
13.33%

Color #A1D4DD in popluar number systems.

HEXA1D4DD
Decimal161212221
Binary101000011101010011011101
Octal241324335

Shades and tints

Shades of #A1D4DD

#A1D4DD
(161,212,221)
#93C1C9
(147,193,201)
#85AEB5
(133,174,181)
#779BA1
(119,155,161)
#69888D
(105,136,141)
#5B7579
(91,117,121)
#4D6265
(77,98,101)
#3F4F51
(63,79,81)
#313C3D
(49,60,61)
#232929
(35,41,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A1D4DD

#A1D4DD
(161,212,221)
#A9D7E0
(169,215,224)
#B1DAE3
(177,218,227)
#B9DDE6
(185,221,230)
#C1E0E9
(193,224,233)
#C9E3EC
(201,227,236)
#D1E6EF
(209,230,239)
#D9E9F2
(217,233,242)
#E1ECF5
(225,236,245)
#E9EFF8
(233,239,248)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D4DD; }

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

This text font color is #A1D4DD.


Background Color

.myBgColor { background-color: #A1D4DD; }

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

This div background color is #A1D4DD.


Border color

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

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

This div border color is #A1D4DD.


Opacity

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

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

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

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

This text has shadow with #A1D4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D4DD on black background.


Color preview on white background

This text has color #A1D4DD on white background.



Black color preview on #A1D4DD background

This text has black color on #A1D4DD background.


White color preview on #A1D4DD background

This text has white color on #A1D4DD background.