COLOR #A1DBCF

HEX: #A1DBCF
RGB: (161,219,207)

Color info

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

RGB color model

#A1DBCF color RGB value is (161,219,207).

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

RGB channels and saturation

R 161 of 255 = 63%
G 219 of 255 = 86%
B 207 of 255 = 81%

161
219
207

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

Portions of RGB colors in percentages

R + G + B =
161 + 219 + 207 = 587 (100%)
R 161 of 587 ~ 27.43%
G 219 of 587 ~ 37.31%
B 207 of 587 ~ 35.26%

%27.43
%37.31
%35.26

CMYK color model

#A1DBCF color CMYK value is (26,0,5,14).

  • cyan value is 26.48%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 14.12%
CMYK:
(26,0,5,14)
C26M0Y5K14 
(26%,0%,5%,14%)
(0.26/0.00/0.05/0.14)	

CMYK percentages

%26.48
%0
%5.48
%14.12

Codes

Color #A1DBCF in popluar color models

A1DBCF
RGB161219207
HSL168°44.62%74.51%
HSB/HSV168°26.48%85.88%
CMYK26.48%0.00%5.48%
14.12%

Color #A1DBCF in popluar number systems.

HEXA1DBCF
Decimal161219207
Binary101000011101101111001111
Octal241333317

Shades and tints

Shades of #A1DBCF

#A1DBCF
(161,219,207)
#93C8BD
(147,200,189)
#85B5AB
(133,181,171)
#77A299
(119,162,153)
#698F87
(105,143,135)
#5B7C75
(91,124,117)
#4D6963
(77,105,99)
#3F5651
(63,86,81)
#31433F
(49,67,63)
#23302D
(35,48,45)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #A1DBCF

#A1DBCF
(161,219,207)
#A9DED3
(169,222,211)
#B1E1D7
(177,225,215)
#B9E4DB
(185,228,219)
#C1E7DF
(193,231,223)
#C9EAE3
(201,234,227)
#D1EDE7
(209,237,231)
#D9F0EB
(217,240,235)
#E1F3EF
(225,243,239)
#E9F6F3
(233,246,243)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DBCF; }

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

This text font color is #A1DBCF.


Background Color

.myBgColor { background-color: #A1DBCF; }

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

This div background color is #A1DBCF.


Border color

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

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

This div border color is #A1DBCF.


Opacity

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

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

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

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

This text has shadow with #A1DBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DBCF on black background.


Color preview on white background

This text has color #A1DBCF on white background.



Black color preview on #A1DBCF background

This text has black color on #A1DBCF background.


White color preview on #A1DBCF background

This text has white color on #A1DBCF background.