COLOR #A1C6CD

HEX: #A1C6CD RGB: (161,198,205)

Color info

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

RGB color model

#A1C6CD color RGB value is (161,198,205).

RGB: (161,198,205) (63%, 78%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 205 of 255 = 80%

161
198
205

R + G + B ~ 74%. #A1C6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 198 + 205 = 564 (100%)
R 161 of 564 ~ 28.55%
G 198 of 564 ~ 35.11%
B 205 of 564 ~ 36.35'%

%28.55
%35.11
%36.35

CMYK color model

#A1C6CD color CMYK value is (21,3,0,20).

  • cyan value is 21.46%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (21,3,0,20)
C21M3Y0K20 (21%, 3%, 0%, 20%)
(0.21 / 0.03 / 0.00 / 0.20)

CMYK percentages

%21.46
%3.41
%0
%19.61

Codes

Color #A1C6CD in popluar color models

A1 C6 CD
RGB 161 198 205
HSL 190° 30.56% 71.76%
HSB/HSV 190° 21.46% 80.39%
CMYK 21.46% 3.41% 0.00%
19.61%

Color #A1C6CD in popluar number systems.

HEX A1 C6 CD
Decimal 161 198 205
Binary 10100001 11000110 11001101
Octal 241 306 315

Shades and tints

Shades of #A1C6CD

#A1C6CD
(161,198,205)
#93B4BB
(147,180,187)
#85A2A9
(133,162,169)
#779097
(119,144,151)
#697E85
(105,126,133)
#5B6C73
(91,108,115)
#4D5A61
(77,90,97)
#3F484F
(63,72,79)
#31363D
(49,54,61)
#23242B
(35,36,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #A1C6CD

#A1C6CD
(161,198,205)
#A9CBD1
(169,203,209)
#B1D0D5
(177,208,213)
#B9D5D9
(185,213,217)
#C1DADD
(193,218,221)
#C9DFE1
(201,223,225)
#D1E4E5
(209,228,229)
#D9E9E9
(217,233,233)
#E1EEED
(225,238,237)
#E9F3F1
(233,243,241)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C6CD; }

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

This text font color is #A1C6CD.

Background Color

.myBgColor { background-color: #A1C6CD; }

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

This div background color is #A1C6CD.

Border color

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

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

This div border color is #A1C6CD.

Opacity

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

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

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

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

This text has shadow with #A1C6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C6CD.

Preview

Color preview on black background

This text has color #A1C6CD on black background.


Color preview on white background

This text has color #A1C6CD on white background.


Black color preview on #A1C6CD background

This text has black color on #A1C6CD background.


White color preview on #A1C6CD background

This text has white color on #A1C6CD background.


Related colors

Complementary color

Complementary color for #hex is #5E3932.


I love getcolorcode.com

Triadic colors

1 #CDA1C6 and #C6CDA1 with #A1C6CD are triadic colors.

2 #CDC6A1 and #C6A1CD with #A1C6CD are triadic colors.