COLOR #A6CB91

HEX: #A6CB91 RGB: (166,203,145)

Color info

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

RGB color model

#A6CB91 color RGB value is (166,203,145).

RGB: (166,203,145) (65%, 80%, 57%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 145 of 255 = 57%

166
203
145

R + G + B ~ 67%. #A6CB91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 203 + 145 = 514 (100%)
R 166 of 514 ~ 32.3%
G 203 of 514 ~ 39.49%
B 145 of 514 ~ 28.21'%

%32.3
%39.49
%28.21

CMYK color model

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

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

CMYK: (18,0,29,20)
C18M0Y29K20 (18%, 0%, 29%, 20%)
(0.18 / 0.00 / 0.29 / 0.20)

CMYK percentages

%18.23
%0
%28.57
%20.39

Codes

Color #A6CB91 in popluar color models

A6 CB 91
RGB 166 203 145
HSL 98° 35.80% 68.24%
HSB/HSV 98° 28.57% 79.61%
CMYK 18.23% 0.00% 28.57%
20.39%

Color #A6CB91 in popluar number systems.

HEX A6 CB 91
Decimal 166 203 145
Binary 10100110 11001011 10010001
Octal 246 313 221

Shades and tints

Shades of #A6CB91

#A6CB91
(166,203,145)
#97B984
(151,185,132)
#88A777
(136,167,119)
#79956A
(121,149,106)
#6A835D
(106,131,93)
#5B7150
(91,113,80)
#4C5F43
(76,95,67)
#3D4D36
(61,77,54)
#2E3B29
(46,59,41)
#1F291C
(31,41,28)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #A6CB91

#A6CB91
(166,203,145)
#AECF9B
(174,207,155)
#B6D3A5
(182,211,165)
#BED7AF
(190,215,175)
#C6DBB9
(198,219,185)
#CEDFC3
(206,223,195)
#D6E3CD
(214,227,205)
#DEE7D7
(222,231,215)
#E6EBE1
(230,235,225)
#EEEFEB
(238,239,235)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CB91; }

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

This text font color is #A6CB91.

Background Color

.myBgColor { background-color: #A6CB91; }

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

This div background color is #A6CB91.

Border color

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

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

This div border color is #A6CB91.

Opacity

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

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

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

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

This text has shadow with #A6CB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CB91.

Preview

Color preview on black background

This text has color #A6CB91 on black background.


Color preview on white background

This text has color #A6CB91 on white background.


Black color preview on #A6CB91 background

This text has black color on #A6CB91 background.


White color preview on #A6CB91 background

This text has white color on #A6CB91 background.


Related colors

Complementary color

Complementary color for #hex is #59346E.


I love getcolorcode.com

Triadic colors

1 #91A6CB and #CB91A6 with #A6CB91 are triadic colors.

2 #91CBA6 and #CBA691 with #A6CB91 are triadic colors.