COLOR #A1C6BE

HEX: #A1C6BE RGB: (161,198,190)

Color info

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

RGB color model

#A1C6BE color RGB value is (161,198,190).

RGB: (161,198,190) (63%, 78%, 75%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 190 of 255 = 75%

161
198
190

R + G + B ~ 72%. #A1C6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 198 + 190 = 549 (100%)
R 161 of 549 ~ 29.33%
G 198 of 549 ~ 36.07%
B 190 of 549 ~ 34.61'%

%29.33
%36.07
%34.61

CMYK color model

#A1C6BE color CMYK value is (19,0,4,22).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%

CMYK: (19,0,4,22)
C19M0Y4K22 (19%, 0%, 4%, 22%)
(0.19 / 0.00 / 0.04 / 0.22)

CMYK percentages

%18.69
%0
%4.04
%22.35

Codes

Color #A1C6BE in popluar color models

A1 C6 BE
RGB 161 198 190
HSL 167° 24.50% 70.39%
HSB/HSV 167° 18.69% 77.65%
CMYK 18.69% 0.00% 4.04%
22.35%

Color #A1C6BE in popluar number systems.

HEX A1 C6 BE
Decimal 161 198 190
Binary 10100001 11000110 10111110
Octal 241 306 276

Shades and tints

Shades of #A1C6BE

#A1C6BE
(161,198,190)
#93B4AD
(147,180,173)
#85A29C
(133,162,156)
#77908B
(119,144,139)
#697E7A
(105,126,122)
#5B6C69
(91,108,105)
#4D5A58
(77,90,88)
#3F4847
(63,72,71)
#313636
(49,54,54)
#232425
(35,36,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #A1C6BE

#A1C6BE
(161,198,190)
#A9CBC3
(169,203,195)
#B1D0C8
(177,208,200)
#B9D5CD
(185,213,205)
#C1DAD2
(193,218,210)
#C9DFD7
(201,223,215)
#D1E4DC
(209,228,220)
#D9E9E1
(217,233,225)
#E1EEE6
(225,238,230)
#E9F3EB
(233,243,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C6BE; }

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

This text font color is #A1C6BE.

Background Color

.myBgColor { background-color: #A1C6BE; }

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

This div background color is #A1C6BE.

Border color

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

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

This div border color is #A1C6BE.

Opacity

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

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

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

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

This text has shadow with #A1C6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C6BE.

Preview

Color preview on black background

This text has color #A1C6BE on black background.


Color preview on white background

This text has color #A1C6BE on white background.


Black color preview on #A1C6BE background

This text has black color on #A1C6BE background.


White color preview on #A1C6BE background

This text has white color on #A1C6BE background.


Related colors

Complementary color

Complementary color for #hex is #5E3941.


I love getcolorcode.com

Triadic colors

1 #BEA1C6 and #C6BEA1 with #A1C6BE are triadic colors.

2 #BEC6A1 and #C6A1BE with #A1C6BE are triadic colors.