COLOR #A6C07B

HEX: #A6C07B
RGB: (166,192,123)

Color info

#A6C07B contains mainly red and green colors. Web safe color of #A6C07B is #99CC66 (or #9C6).

RGB color model

#A6C07B color RGB value is (166,192,123).

  • red value is 166;
  • green value is 192;
  • blue value is 123.
RGB:
(166,192,123)
(65%,75%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 123 of 255 = 48%

166
192
123

R + G + B ~ 63%. #A6C07B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 192 + 123 = 481 (100%)
R 166 of 481 ~ 34.51%
G 192 of 481 ~ 39.92%
B 123 of 481 ~ 25.57%

%34.51
%39.92
%25.57

CMYK color model

#A6C07B color CMYK value is (14,0,36,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(14,0,36,25)
C14M0Y36K25 
(14%,0%,36%,25%)
(0.14/0.00/0.36/0.25)	

CMYK percentages

%13.54
%0
%35.94
%24.71

Codes

Color #A6C07B in popluar color models

A6C07B
RGB166192123
HSL83°35.38%61.76%
HSB/HSV83°35.94%75.29%
CMYK13.54%0.00%35.94%
24.71%

Color #A6C07B in popluar number systems.

HEXA6C07B
Decimal166192123
Binary10100110110000001111011
Octal246300173

Shades and tints

Shades of #A6C07B

#A6C07B
(166,192,123)
#97AF70
(151,175,112)
#889E65
(136,158,101)
#798D5A
(121,141,90)
#6A7C4F
(106,124,79)
#5B6B44
(91,107,68)
#4C5A39
(76,90,57)
#3D492E
(61,73,46)
#2E3823
(46,56,35)
#1F2718
(31,39,24)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #A6C07B

#A6C07B
(166,192,123)
#AEC587
(174,197,135)
#B6CA93
(182,202,147)
#BECF9F
(190,207,159)
#C6D4AB
(198,212,171)
#CED9B7
(206,217,183)
#D6DEC3
(214,222,195)
#DEE3CF
(222,227,207)
#E6E8DB
(230,232,219)
#EEEDE7
(238,237,231)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C07B color. Also use rgb(166,192,123) instead hex code.

Text Font Color

.myTextColor { color: #A6C07B; }

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

This text font color is #A6C07B.


Background Color

.myBgColor { background-color: #A6C07B; }

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

This div background color is #A6C07B.


Border color

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

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

This div border color is #A6C07B.


Opacity

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

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

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

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

This text has shadow with #A6C07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C07B on black background.


Color preview on white background

This text has color #A6C07B on white background.



Black color preview on #A6C07B background

This text has black color on #A6C07B background.


White color preview on #A6C07B background

This text has white color on #A6C07B background.