COLOR #A1D1CC

HEX: #A1D1CC RGB: (161,209,204)

Color info

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

RGB color model

#A1D1CC color RGB value is (161,209,204).

RGB: (161,209,204) (63%, 82%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 209 of 255 = 82%
B 204 of 255 = 80%

161
209
204

R + G + B ~ 75%. #A1D1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 209 + 204 = 574 (100%)
R 161 of 574 ~ 28.05%
G 209 of 574 ~ 36.41%
B 204 of 574 ~ 35.54'%

%28.05
%36.41
%35.54

CMYK color model

#A1D1CC color CMYK value is (23,0,2,18).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%

CMYK: (23,0,2,18)
C23M0Y2K18 (23%, 0%, 2%, 18%)
(0.23 / 0.00 / 0.02 / 0.18)

CMYK percentages

%22.97
%0
%2.39
%18.04

Codes

Color #A1D1CC in popluar color models

A1 D1 CC
RGB 161 209 204
HSL 174° 34.29% 72.55%
HSB/HSV 174° 22.97% 81.96%
CMYK 22.97% 0.00% 2.39%
18.04%

Color #A1D1CC in popluar number systems.

HEX A1 D1 CC
Decimal 161 209 204
Binary 10100001 11010001 11001100
Octal 241 321 314

Shades and tints

Shades of #A1D1CC

#A1D1CC
(161,209,204)
#93BEBA
(147,190,186)
#85ABA8
(133,171,168)
#779896
(119,152,150)
#698584
(105,133,132)
#5B7272
(91,114,114)
#4D5F60
(77,95,96)
#3F4C4E
(63,76,78)
#31393C
(49,57,60)
#23262A
(35,38,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #A1D1CC

#A1D1CC
(161,209,204)
#A9D5D0
(169,213,208)
#B1D9D4
(177,217,212)
#B9DDD8
(185,221,216)
#C1E1DC
(193,225,220)
#C9E5E0
(201,229,224)
#D1E9E4
(209,233,228)
#D9EDE8
(217,237,232)
#E1F1EC
(225,241,236)
#E9F5F0
(233,245,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D1CC color. Also use rgb(161,209,204) instead hex code.

Text Font Color

.myTextColor { color: #A1D1CC; }

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

This text font color is #A1D1CC.

Background Color

.myBgColor { background-color: #A1D1CC; }

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

This div background color is #A1D1CC.

Border color

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

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

This div border color is #A1D1CC.

Opacity

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

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

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

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

This text has shadow with #A1D1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D1CC.

Preview

Color preview on black background

This text has color #A1D1CC on black background.


Color preview on white background

This text has color #A1D1CC on white background.


Black color preview on #A1D1CC background

This text has black color on #A1D1CC background.


White color preview on #A1D1CC background

This text has white color on #A1D1CC background.


Related colors

Complementary color

Complementary color for #hex is #5E2E33.


I love getcolorcode.com

Triadic colors

1 #CCA1D1 and #D1CCA1 with #A1D1CC are triadic colors.

2 #CCD1A1 and #D1A1CC with #A1D1CC are triadic colors.