COLOR #A6CDAE

HEX: #A6CDAE
RGB: (166,205,174)

Color info

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

RGB color model

#A6CDAE color RGB value is (166,205,174).

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

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 174 of 255 = 68%

166
205
174

R + G + B ~ 71%. #A6CDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 174 = 545 (100%)
R 166 of 545 ~ 30.46%
G 205 of 545 ~ 37.61%
B 174 of 545 ~ 31.93%

%30.46
%37.61
%31.93

CMYK color model

#A6CDAE color CMYK value is (19,0,15,20).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(19,0,15,20)
C19M0Y15K20 
(19%,0%,15%,20%)
(0.19/0.00/0.15/0.20)	

CMYK percentages

%19.02
%0
%15.12
%19.61

Codes

Color #A6CDAE in popluar color models

A6CDAE
RGB166205174
HSL132°28.06%72.75%
HSB/HSV132°19.02%80.39%
CMYK19.02%0.00%15.12%
19.61%

Color #A6CDAE in popluar number systems.

HEXA6CDAE
Decimal166205174
Binary101001101100110110101110
Octal246315256

Shades and tints

Shades of #A6CDAE

#A6CDAE
(166,205,174)
#97BB9F
(151,187,159)
#88A990
(136,169,144)
#799781
(121,151,129)
#6A8572
(106,133,114)
#5B7363
(91,115,99)
#4C6154
(76,97,84)
#3D4F45
(61,79,69)
#2E3D36
(46,61,54)
#1F2B27
(31,43,39)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6CDAE

#A6CDAE
(166,205,174)
#AED1B5
(174,209,181)
#B6D5BC
(182,213,188)
#BED9C3
(190,217,195)
#C6DDCA
(198,221,202)
#CEE1D1
(206,225,209)
#D6E5D8
(214,229,216)
#DEE9DF
(222,233,223)
#E6EDE6
(230,237,230)
#EEF1ED
(238,241,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CDAE; }

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

This text font color is #A6CDAE.


Background Color

.myBgColor { background-color: #A6CDAE; }

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

This div background color is #A6CDAE.


Border color

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

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

This div border color is #A6CDAE.


Opacity

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

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

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

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

This text has shadow with #A6CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDAE on black background.


Color preview on white background

This text has color #A6CDAE on white background.



Black color preview on #A6CDAE background

This text has black color on #A6CDAE background.


White color preview on #A6CDAE background

This text has white color on #A6CDAE background.