COLOR #A1CDE1

HEX: #A1CDE1 RGB: (161,205,225)

Color info

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

RGB color model

#A1CDE1 color RGB value is (161,205,225).

RGB: (161,205,225) (63%, 80%, 88%)

RGB channels and saturation

R 161 of 255 = 63%
G 205 of 255 = 80%
B 225 of 255 = 88%

161
205
225

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

Portions of RGB colors in percentages

R + G + B = 161 + 205 + 225 = 591 (100%)
R 161 of 591 ~ 27.24%
G 205 of 591 ~ 34.69%
B 225 of 591 ~ 38.07'%

%27.24
%34.69
%38.07

CMYK color model

#A1CDE1 color CMYK value is (28,9,0,12).

  • cyan value is 28.44%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (28,9,0,12)
C28M9Y0K12 (28%, 9%, 0%, 12%)
(0.28 / 0.09 / 0.00 / 0.12)

CMYK percentages

%28.44
%8.89
%0
%11.76

Codes

Color #A1CDE1 in popluar color models

A1 CD E1
RGB 161 205 225
HSL 199° 51.61% 75.69%
HSB/HSV 199° 28.44% 88.24%
CMYK 28.44% 8.89% 0.00%
11.76%

Color #A1CDE1 in popluar number systems.

HEX A1 CD E1
Decimal 161 205 225
Binary 10100001 11001101 11100001
Octal 241 315 341

Shades and tints

Shades of #A1CDE1

#A1CDE1
(161,205,225)
#93BBCD
(147,187,205)
#85A9B9
(133,169,185)
#7797A5
(119,151,165)
#698591
(105,133,145)
#5B737D
(91,115,125)
#4D6169
(77,97,105)
#3F4F55
(63,79,85)
#313D41
(49,61,65)
#232B2D
(35,43,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #A1CDE1

#A1CDE1
(161,205,225)
#A9D1E3
(169,209,227)
#B1D5E5
(177,213,229)
#B9D9E7
(185,217,231)
#C1DDE9
(193,221,233)
#C9E1EB
(201,225,235)
#D1E5ED
(209,229,237)
#D9E9EF
(217,233,239)
#E1EDF1
(225,237,241)
#E9F1F3
(233,241,243)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CDE1 color. Also use rgb(161,205,225) instead hex code.

Text Font Color

.myTextColor { color: #A1CDE1; }

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

This text font color is #A1CDE1.

Background Color

.myBgColor { background-color: #A1CDE1; }

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

This div background color is #A1CDE1.

Border color

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

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

This div border color is #A1CDE1.

Opacity

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

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

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

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

This text has shadow with #A1CDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CDE1.

Preview

Color preview on black background

This text has color #A1CDE1 on black background.


Color preview on white background

This text has color #A1CDE1 on white background.


Black color preview on #A1CDE1 background

This text has black color on #A1CDE1 background.


White color preview on #A1CDE1 background

This text has white color on #A1CDE1 background.


Related colors

Complementary color

Complementary color for #hex is #5E321E.


I love getcolorcode.com

Triadic colors

1 #E1A1CD and #CDE1A1 with #A1CDE1 are triadic colors.

2 #E1CDA1 and #CDA1E1 with #A1CDE1 are triadic colors.