COLOR #A6CB9B

HEX: #A6CB9B
RGB: (166,203,155)

Color info

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

RGB color model

#A6CB9B color RGB value is (166,203,155).

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

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 155 of 255 = 61%

166
203
155

R + G + B ~ 69%. #A6CB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 203 + 155 = 524 (100%)
R 166 of 524 ~ 31.68%
G 203 of 524 ~ 38.74%
B 155 of 524 ~ 29.58%

%31.68
%38.74
%29.58

CMYK color model

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

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%
CMYK:
(18,0,24,20)
C18M0Y24K20 
(18%,0%,24%,20%)
(0.18/0.00/0.24/0.20)	

CMYK percentages

%18.23
%0
%23.65
%20.39

Codes

Color #A6CB9B in popluar color models

A6CB9B
RGB166203155
HSL106°31.58%70.20%
HSB/HSV106°23.65%79.61%
CMYK18.23%0.00%23.65%
20.39%

Color #A6CB9B in popluar number systems.

HEXA6CB9B
Decimal166203155
Binary101001101100101110011011
Octal246313233

Shades and tints

Shades of #A6CB9B

#A6CB9B
(166,203,155)
#97B98D
(151,185,141)
#88A77F
(136,167,127)
#799571
(121,149,113)
#6A8363
(106,131,99)
#5B7155
(91,113,85)
#4C5F47
(76,95,71)
#3D4D39
(61,77,57)
#2E3B2B
(46,59,43)
#1F291D
(31,41,29)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #A6CB9B

#A6CB9B
(166,203,155)
#AECFA4
(174,207,164)
#B6D3AD
(182,211,173)
#BED7B6
(190,215,182)
#C6DBBF
(198,219,191)
#CEDFC8
(206,223,200)
#D6E3D1
(214,227,209)
#DEE7DA
(222,231,218)
#E6EBE3
(230,235,227)
#EEEFEC
(238,239,236)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CB9B; }

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

This text font color is #A6CB9B.


Background Color

.myBgColor { background-color: #A6CB9B; }

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

This div background color is #A6CB9B.


Border color

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

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

This div border color is #A6CB9B.


Opacity

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

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

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

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

This text has shadow with #A6CB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CB9B on black background.


Color preview on white background

This text has color #A6CB9B on white background.



Black color preview on #A6CB9B background

This text has black color on #A6CB9B background.


White color preview on #A6CB9B background

This text has white color on #A6CB9B background.