COLOR #A1CED1

HEX: #A1CED1 RGB: (161,206,209)

Color info

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

RGB color model

#A1CED1 color RGB value is (161,206,209).

RGB: (161,206,209) (63%, 81%, 82%)

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 209 of 255 = 82%

161
206
209

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

Portions of RGB colors in percentages

R + G + B = 161 + 206 + 209 = 576 (100%)
R 161 of 576 ~ 27.95%
G 206 of 576 ~ 35.76%
B 209 of 576 ~ 36.28'%

%27.95
%35.76
%36.28

CMYK color model

#A1CED1 color CMYK value is (23,1,0,18).

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

CMYK: (23,1,0,18)
C23M1Y0K18 (23%, 1%, 0%, 18%)
(0.23 / 0.01 / 0.00 / 0.18)

CMYK percentages

%22.97
%1.44
%0
%18.04

Codes

Color #A1CED1 in popluar color models

A1 CE D1
RGB 161 206 209
HSL 184° 34.29% 72.55%
HSB/HSV 184° 22.97% 81.96%
CMYK 22.97% 1.44% 0.00%
18.04%

Color #A1CED1 in popluar number systems.

HEX A1 CE D1
Decimal 161 206 209
Binary 10100001 11001110 11010001
Octal 241 316 321

Shades and tints

Shades of #A1CED1

#A1CED1
(161,206,209)
#93BCBE
(147,188,190)
#85AAAB
(133,170,171)
#779898
(119,152,152)
#698685
(105,134,133)
#5B7472
(91,116,114)
#4D625F
(77,98,95)
#3F504C
(63,80,76)
#313E39
(49,62,57)
#232C26
(35,44,38)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #A1CED1

#A1CED1
(161,206,209)
#A9D2D5
(169,210,213)
#B1D6D9
(177,214,217)
#B9DADD
(185,218,221)
#C1DEE1
(193,222,225)
#C9E2E5
(201,226,229)
#D1E6E9
(209,230,233)
#D9EAED
(217,234,237)
#E1EEF1
(225,238,241)
#E9F2F5
(233,242,245)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CED1; }

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

This text font color is #A1CED1.

Background Color

.myBgColor { background-color: #A1CED1; }

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

This div background color is #A1CED1.

Border color

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

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

This div border color is #A1CED1.

Opacity

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

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

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

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

This text has shadow with #A1CED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CED1.

Preview

Color preview on black background

This text has color #A1CED1 on black background.


Color preview on white background

This text has color #A1CED1 on white background.


Black color preview on #A1CED1 background

This text has black color on #A1CED1 background.


White color preview on #A1CED1 background

This text has white color on #A1CED1 background.


Related colors

Complementary color

Complementary color for #hex is #5E312E.


I love getcolorcode.com

Triadic colors

1 #D1A1CE and #CED1A1 with #A1CED1 are triadic colors.

2 #D1CEA1 and #CEA1D1 with #A1CED1 are triadic colors.