COLOR #A6CDA8

HEX: #A6CDA8
RGB: (166,205,168)

Color info

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

RGB color model

#A6CDA8 color RGB value is (166,205,168).

  • red value is 166;
  • green value is 205;
  • blue value is 168.
RGB:
(166,205,168)
(65%,80%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 168 of 255 = 66%

166
205
168

R + G + B ~ 70%. #A6CDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 168 = 539 (100%)
R 166 of 539 ~ 30.8%
G 205 of 539 ~ 38.03%
B 168 of 539 ~ 31.17%

%30.8
%38.03
%31.17

CMYK color model

#A6CDA8 color CMYK value is (19,0,18,20).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 19.61%
CMYK:
(19,0,18,20)
C19M0Y18K20 
(19%,0%,18%,20%)
(0.19/0.00/0.18/0.20)	

CMYK percentages

%19.02
%0
%18.05
%19.61

Codes

Color #A6CDA8 in popluar color models

A6CDA8
RGB166205168
HSL123°28.06%72.75%
HSB/HSV123°19.02%80.39%
CMYK19.02%0.00%18.05%
19.61%

Color #A6CDA8 in popluar number systems.

HEXA6CDA8
Decimal166205168
Binary101001101100110110101000
Octal246315250

Shades and tints

Shades of #A6CDA8

#A6CDA8
(166,205,168)
#97BB99
(151,187,153)
#88A98A
(136,169,138)
#79977B
(121,151,123)
#6A856C
(106,133,108)
#5B735D
(91,115,93)
#4C614E
(76,97,78)
#3D4F3F
(61,79,63)
#2E3D30
(46,61,48)
#1F2B21
(31,43,33)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #A6CDA8

#A6CDA8
(166,205,168)
#AED1AF
(174,209,175)
#B6D5B6
(182,213,182)
#BED9BD
(190,217,189)
#C6DDC4
(198,221,196)
#CEE1CB
(206,225,203)
#D6E5D2
(214,229,210)
#DEE9D9
(222,233,217)
#E6EDE0
(230,237,224)
#EEF1E7
(238,241,231)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CDA8 color. Also use rgb(166,205,168) instead hex code.

Text Font Color

.myTextColor { color: #A6CDA8; }

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

This text font color is #A6CDA8.


Background Color

.myBgColor { background-color: #A6CDA8; }

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

This div background color is #A6CDA8.


Border color

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

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

This div border color is #A6CDA8.


Opacity

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

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

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

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

This text has shadow with #A6CDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDA8 on black background.


Color preview on white background

This text has color #A6CDA8 on white background.



Black color preview on #A6CDA8 background

This text has black color on #A6CDA8 background.


White color preview on #A6CDA8 background

This text has white color on #A6CDA8 background.