COLOR #A1D4DA

HEX: #A1D4DA
RGB: (161,212,218)

Color info

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

RGB color model

#A1D4DA color RGB value is (161,212,218).

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

RGB channels and saturation

R 161 of 255 = 63%
G 212 of 255 = 83%
B 218 of 255 = 85%

161
212
218

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

Portions of RGB colors in percentages

R + G + B =
161 + 212 + 218 = 591 (100%)
R 161 of 591 ~ 27.24%
G 212 of 591 ~ 35.87%
B 218 of 591 ~ 36.89%

%27.24
%35.87
%36.89

CMYK color model

#A1D4DA color CMYK value is (26,3,0,15).

  • cyan value is 26.15%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(26,3,0,15)
C26M3Y0K15 
(26%,3%,0%,15%)
(0.26/0.03/0.00/0.15)	

CMYK percentages

%26.15
%2.75
%0
%14.51

Codes

Color #A1D4DA in popluar color models

A1D4DA
RGB161212218
HSL186°43.51%74.31%
HSB/HSV186°26.15%85.49%
CMYK26.15%2.75%0.00%
14.51%

Color #A1D4DA in popluar number systems.

HEXA1D4DA
Decimal161212218
Binary101000011101010011011010
Octal241324332

Shades and tints

Shades of #A1D4DA

#A1D4DA
(161,212,218)
#93C1C7
(147,193,199)
#85AEB4
(133,174,180)
#779BA1
(119,155,161)
#69888E
(105,136,142)
#5B757B
(91,117,123)
#4D6268
(77,98,104)
#3F4F55
(63,79,85)
#313C42
(49,60,66)
#23292F
(35,41,47)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #A1D4DA

#A1D4DA
(161,212,218)
#A9D7DD
(169,215,221)
#B1DAE0
(177,218,224)
#B9DDE3
(185,221,227)
#C1E0E6
(193,224,230)
#C9E3E9
(201,227,233)
#D1E6EC
(209,230,236)
#D9E9EF
(217,233,239)
#E1ECF2
(225,236,242)
#E9EFF5
(233,239,245)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D4DA; }

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

This text font color is #A1D4DA.


Background Color

.myBgColor { background-color: #A1D4DA; }

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

This div background color is #A1D4DA.


Border color

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

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

This div border color is #A1D4DA.


Opacity

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

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

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

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

This text has shadow with #A1D4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D4DA on black background.


Color preview on white background

This text has color #A1D4DA on white background.



Black color preview on #A1D4DA background

This text has black color on #A1D4DA background.


White color preview on #A1D4DA background

This text has white color on #A1D4DA background.