COLOR #A1C6B3

HEX: #A1C6B3
RGB: (161,198,179)

Color info

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

RGB color model

#A1C6B3 color RGB value is (161,198,179).

  • red value is 161;
  • green value is 198;
  • blue value is 179.
RGB:
(161,198,179)
(63%,78%,70%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 179 of 255 = 70%

161
198
179

R + G + B ~ 70%. #A1C6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 198 + 179 = 538 (100%)
R 161 of 538 ~ 29.93%
G 198 of 538 ~ 36.8%
B 179 of 538 ~ 33.27%

%29.93
%36.8
%33.27

CMYK color model

#A1C6B3 color CMYK value is (19,0,10,22).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(19,0,10,22)
C19M0Y10K22 
(19%,0%,10%,22%)
(0.19/0.00/0.10/0.22)	

CMYK percentages

%18.69
%0
%9.6
%22.35

Codes

Color #A1C6B3 in popluar color models

A1C6B3
RGB161198179
HSL149°24.50%70.39%
HSB/HSV149°18.69%77.65%
CMYK18.69%0.00%9.60%
22.35%

Color #A1C6B3 in popluar number systems.

HEXA1C6B3
Decimal161198179
Binary101000011100011010110011
Octal241306263

Shades and tints

Shades of #A1C6B3

#A1C6B3
(161,198,179)
#93B4A3
(147,180,163)
#85A293
(133,162,147)
#779083
(119,144,131)
#697E73
(105,126,115)
#5B6C63
(91,108,99)
#4D5A53
(77,90,83)
#3F4843
(63,72,67)
#313633
(49,54,51)
#232423
(35,36,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A1C6B3

#A1C6B3
(161,198,179)
#A9CBB9
(169,203,185)
#B1D0BF
(177,208,191)
#B9D5C5
(185,213,197)
#C1DACB
(193,218,203)
#C9DFD1
(201,223,209)
#D1E4D7
(209,228,215)
#D9E9DD
(217,233,221)
#E1EEE3
(225,238,227)
#E9F3E9
(233,243,233)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C6B3; }

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

This text font color is #A1C6B3.


Background Color

.myBgColor { background-color: #A1C6B3; }

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

This div background color is #A1C6B3.


Border color

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

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

This div border color is #A1C6B3.


Opacity

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

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

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

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

This text has shadow with #A1C6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C6B3 on black background.


Color preview on white background

This text has color #A1C6B3 on white background.



Black color preview on #A1C6B3 background

This text has black color on #A1C6B3 background.


White color preview on #A1C6B3 background

This text has white color on #A1C6B3 background.