COLOR #A6CFA3

HEX: #A6CFA3
RGB: (166,207,163)

Color info

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

RGB color model

#A6CFA3 color RGB value is (166,207,163).

  • red value is 166;
  • green value is 207;
  • blue value is 163.
RGB:
(166,207,163)
(65%,81%,64%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 163 of 255 = 64%

166
207
163

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

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 163 = 536 (100%)
R 166 of 536 ~ 30.97%
G 207 of 536 ~ 38.62%
B 163 of 536 ~ 30.41%

%30.97
%38.62
%30.41

CMYK color model

#A6CFA3 color CMYK value is (20,0,21,19).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 18.82%
CMYK:
(20,0,21,19)
C20M0Y21K19 
(20%,0%,21%,19%)
(0.20/0.00/0.21/0.19)	

CMYK percentages

%19.81
%0
%21.26
%18.82

Codes

Color #A6CFA3 in popluar color models

A6CFA3
RGB166207163
HSL116°31.43%72.55%
HSB/HSV116°21.26%81.18%
CMYK19.81%0.00%21.26%
18.82%

Color #A6CFA3 in popluar number systems.

HEXA6CFA3
Decimal166207163
Binary101001101100111110100011
Octal246317243

Shades and tints

Shades of #A6CFA3

#A6CFA3
(166,207,163)
#97BD95
(151,189,149)
#88AB87
(136,171,135)
#799979
(121,153,121)
#6A876B
(106,135,107)
#5B755D
(91,117,93)
#4C634F
(76,99,79)
#3D5141
(61,81,65)
#2E3F33
(46,63,51)
#1F2D25
(31,45,37)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #A6CFA3

#A6CFA3
(166,207,163)
#AED3AB
(174,211,171)
#B6D7B3
(182,215,179)
#BEDBBB
(190,219,187)
#C6DFC3
(198,223,195)
#CEE3CB
(206,227,203)
#D6E7D3
(214,231,211)
#DEEBDB
(222,235,219)
#E6EFE3
(230,239,227)
#EEF3EB
(238,243,235)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CFA3 color. Also use rgb(166,207,163) instead hex code.

Text Font Color

.myTextColor { color: #A6CFA3; }

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

This text font color is #A6CFA3.


Background Color

.myBgColor { background-color: #A6CFA3; }

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

This div background color is #A6CFA3.


Border color

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

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

This div border color is #A6CFA3.


Opacity

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

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

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

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

This text has shadow with #A6CFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CFA3 on black background.


Color preview on white background

This text has color #A6CFA3 on white background.



Black color preview on #A6CFA3 background

This text has black color on #A6CFA3 background.


White color preview on #A6CFA3 background

This text has white color on #A6CFA3 background.