COLOR #A6C69B

HEX: #A6C69B
RGB: (166,198,155)

Color info

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

RGB color model

#A6C69B color RGB value is (166,198,155).

  • red value is 166;
  • green value is 198;
  • blue value is 155.
RGB:
(166,198,155)
(65%,78%,61%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 155 of 255 = 61%

166
198
155

R + G + B ~ 68%. #A6C69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 198 + 155 = 519 (100%)
R 166 of 519 ~ 31.98%
G 198 of 519 ~ 38.15%
B 155 of 519 ~ 29.87%

%31.98
%38.15
%29.87

CMYK color model

#A6C69B color CMYK value is (16,0,22,22).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(16,0,22,22)
C16M0Y22K22 
(16%,0%,22%,22%)
(0.16/0.00/0.22/0.22)	

CMYK percentages

%16.16
%0
%21.72
%22.35

Codes

Color #A6C69B in popluar color models

A6C69B
RGB166198155
HSL105°27.39%69.22%
HSB/HSV105°21.72%77.65%
CMYK16.16%0.00%21.72%
22.35%

Color #A6C69B in popluar number systems.

HEXA6C69B
Decimal166198155
Binary101001101100011010011011
Octal246306233

Shades and tints

Shades of #A6C69B

#A6C69B
(166,198,155)
#97B48D
(151,180,141)
#88A27F
(136,162,127)
#799071
(121,144,113)
#6A7E63
(106,126,99)
#5B6C55
(91,108,85)
#4C5A47
(76,90,71)
#3D4839
(61,72,57)
#2E362B
(46,54,43)
#1F241D
(31,36,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #A6C69B

#A6C69B
(166,198,155)
#AECBA4
(174,203,164)
#B6D0AD
(182,208,173)
#BED5B6
(190,213,182)
#C6DABF
(198,218,191)
#CEDFC8
(206,223,200)
#D6E4D1
(214,228,209)
#DEE9DA
(222,233,218)
#E6EEE3
(230,238,227)
#EEF3EC
(238,243,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C69B color. Also use rgb(166,198,155) instead hex code.

Text Font Color

.myTextColor { color: #A6C69B; }

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

This text font color is #A6C69B.


Background Color

.myBgColor { background-color: #A6C69B; }

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

This div background color is #A6C69B.


Border color

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

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

This div border color is #A6C69B.


Opacity

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

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

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

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

This text has shadow with #A6C69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C69B on black background.


Color preview on white background

This text has color #A6C69B on white background.



Black color preview on #A6C69B background

This text has black color on #A6C69B background.


White color preview on #A6C69B background

This text has white color on #A6C69B background.