COLOR #A6CBA7

HEX: #A6CBA7 RGB: (166,203,167)

Color info

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

RGB color model

#A6CBA7 color RGB value is (166,203,167).

RGB: (166,203,167) (65%, 80%, 65%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 167 of 255 = 65%

166
203
167

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

Portions of RGB colors in percentages

R + G + B = 166 + 203 + 167 = 536 (100%)
R 166 of 536 ~ 30.97%
G 203 of 536 ~ 37.87%
B 167 of 536 ~ 31.16'%

%30.97
%37.87
%31.16

CMYK color model

#A6CBA7 color CMYK value is (18,0,18,20).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 20.39%

CMYK: (18,0,18,20)
C18M0Y18K20 (18%, 0%, 18%, 20%)
(0.18 / 0.00 / 0.18 / 0.20)

CMYK percentages

%18.23
%0
%17.73
%20.39

Codes

Color #A6CBA7 in popluar color models

A6 CB A7
RGB 166 203 167
HSL 122° 26.24% 72.35%
HSB/HSV 122° 18.23% 79.61%
CMYK 18.23% 0.00% 17.73%
20.39%

Color #A6CBA7 in popluar number systems.

HEX A6 CB A7
Decimal 166 203 167
Binary 10100110 11001011 10100111
Octal 246 313 247

Shades and tints

Shades of #A6CBA7

#A6CBA7
(166,203,167)
#97B998
(151,185,152)
#88A789
(136,167,137)
#79957A
(121,149,122)
#6A836B
(106,131,107)
#5B715C
(91,113,92)
#4C5F4D
(76,95,77)
#3D4D3E
(61,77,62)
#2E3B2F
(46,59,47)
#1F2920
(31,41,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #A6CBA7

#A6CBA7
(166,203,167)
#AECFAF
(174,207,175)
#B6D3B7
(182,211,183)
#BED7BF
(190,215,191)
#C6DBC7
(198,219,199)
#CEDFCF
(206,223,207)
#D6E3D7
(214,227,215)
#DEE7DF
(222,231,223)
#E6EBE7
(230,235,231)
#EEEFEF
(238,239,239)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CBA7 color. Also use rgb(166,203,167) instead hex code.

Text Font Color

.myTextColor { color: #A6CBA7; }

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

This text font color is #A6CBA7.

Background Color

.myBgColor { background-color: #A6CBA7; }

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

This div background color is #A6CBA7.

Border color

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

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

This div border color is #A6CBA7.

Opacity

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

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

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

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

This text has shadow with #A6CBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CBA7.

Preview

Color preview on black background

This text has color #A6CBA7 on black background.


Color preview on white background

This text has color #A6CBA7 on white background.


Black color preview on #A6CBA7 background

This text has black color on #A6CBA7 background.


White color preview on #A6CBA7 background

This text has white color on #A6CBA7 background.


Related colors

Complementary color

Complementary color for #hex is #593458.


I love getcolorcode.com

Triadic colors

1 #A7A6CB and #CBA7A6 with #A6CBA7 are triadic colors.

2 #A7CBA6 and #CBA6A7 with #A6CBA7 are triadic colors.