COLOR #A6CB69

HEX: #A6CB69
RGB: (166,203,105)

Color info

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

RGB color model

#A6CB69 color RGB value is (166,203,105).

  • red value is 166;
  • green value is 203;
  • blue value is 105.
RGB:
(166,203,105)
(65%,80%,41%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 105 of 255 = 41%

166
203
105

R + G + B ~ 62%. #A6CB69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 203 + 105 = 474 (100%)
R 166 of 474 ~ 35.02%
G 203 of 474 ~ 42.83%
B 105 of 474 ~ 22.15%

%35.02
%42.83
%22.15

CMYK color model

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

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 20.39%
CMYK:
(18,0,48,20)
C18M0Y48K20 
(18%,0%,48%,20%)
(0.18/0.00/0.48/0.20)	

CMYK percentages

%18.23
%0
%48.28
%20.39

Codes

Color #A6CB69 in popluar color models

A6CB69
RGB166203105
HSL83°48.51%60.39%
HSB/HSV83°48.28%79.61%
CMYK18.23%0.00%48.28%
20.39%

Color #A6CB69 in popluar number systems.

HEXA6CB69
Decimal166203105
Binary10100110110010111101001
Octal246313151

Shades and tints

Shades of #A6CB69

#A6CB69
(166,203,105)
#97B960
(151,185,96)
#88A757
(136,167,87)
#79954E
(121,149,78)
#6A8345
(106,131,69)
#5B713C
(91,113,60)
#4C5F33
(76,95,51)
#3D4D2A
(61,77,42)
#2E3B21
(46,59,33)
#1F2918
(31,41,24)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #A6CB69

#A6CB69
(166,203,105)
#AECF76
(174,207,118)
#B6D383
(182,211,131)
#BED790
(190,215,144)
#C6DB9D
(198,219,157)
#CEDFAA
(206,223,170)
#D6E3B7
(214,227,183)
#DEE7C4
(222,231,196)
#E6EBD1
(230,235,209)
#EEEFDE
(238,239,222)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CB69; }

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

This text font color is #A6CB69.


Background Color

.myBgColor { background-color: #A6CB69; }

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

This div background color is #A6CB69.


Border color

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

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

This div border color is #A6CB69.


Opacity

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

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

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

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

This text has shadow with #A6CB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CB69 on black background.


Color preview on white background

This text has color #A6CB69 on white background.



Black color preview on #A6CB69 background

This text has black color on #A6CB69 background.


White color preview on #A6CB69 background

This text has white color on #A6CB69 background.