COLOR #A6CB94

HEX: #A6CB94 RGB: (166,203,148)

Color info

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

RGB color model

#A6CB94 color RGB value is (166,203,148).

RGB: (166,203,148) (65%, 80%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 148 of 255 = 58%

166
203
148

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

Portions of RGB colors in percentages

R + G + B = 166 + 203 + 148 = 517 (100%)
R 166 of 517 ~ 32.11%
G 203 of 517 ~ 39.26%
B 148 of 517 ~ 28.63'%

%32.11
%39.26
%28.63

CMYK color model

#A6CB94 color CMYK value is (18,0,27,20).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK: (18,0,27,20) C18M0Y27K20 (18%,0%,27%,20%) (0.18/0.00/0.27/0.20) 

CMYK percentages

%18.23
%0
%27.09
%20.39

Codes

Color #A6CB94 in popluar color models

A6 CB 94
RGB 166 203 148
HSL 100° 34.59% 68.82%
HSB/HSV 100° 27.09% 79.61%
CMYK 18.23% 0.00% 27.09%
20.39%

Color #A6CB94 in popluar number systems.

HEX A6 CB 94
Decimal 166 203 148
Binary 10100110 11001011 10010100
Octal 246 313 224

Shades and tints

Shades of #A6CB94

#A6CB94
(166,203,148)
#97B987
(151,185,135)
#88A77A
(136,167,122)
#79956D
(121,149,109)
#6A8360
(106,131,96)
#5B7153
(91,113,83)
#4C5F46
(76,95,70)
#3D4D39
(61,77,57)
#2E3B2C
(46,59,44)
#1F291F
(31,41,31)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A6CB94

#A6CB94
(166,203,148)
#AECF9D
(174,207,157)
#B6D3A6
(182,211,166)
#BED7AF
(190,215,175)
#C6DBB8
(198,219,184)
#CEDFC1
(206,223,193)
#D6E3CA
(214,227,202)
#DEE7D3
(222,231,211)
#E6EBDC
(230,235,220)
#EEEFE5
(238,239,229)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CB94; }

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

This text font color is #A6CB94.

Background Color

.myBgColor { background-color: #A6CB94; }

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

This div background color is #A6CB94.

Border color

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

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

This div border color is #A6CB94.

Opacity

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

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

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

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

This text has shadow with #A6CB94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CB94.

Preview

Color preview on black background

This text has color #A6CB94 on black background.


Color preview on white background

This text has color #A6CB94 on white background.


Black color preview on #A6CB94 background

This text has black color on #A6CB94 background.


White color preview on #A6CB94 background

This text has white color on #A6CB94 background.


Related colors

Complementary color

Complementary color for #hex is #59346B.


I love getcolorcode.com

Triadic colors

1 #94A6CB and #CB94A6 with #A6CB94 are triadic colors.

2 #94CBA6 and #CBA694 with #A6CB94 are triadic colors.