COLOR #A6E0AD

HEX: #A6E0AD
RGB: (166,224,173)

Renk bilgisi

#A6E0AD contains red, green and blue colors in about the same proportion. #A6E0AD ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A6E0AD color RGB value is (166,224,173).

  • kırmız ton 166;
  • yeşil ton 224;
  • mavi ton 173.
RGB:
(166,224,173)
(65%,88%,68%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 224 of 255 = 88%
B 173 of 255 = 68%

166
224
173

R + G + B ~ 74%. #A6E0AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 224 + 173 = 563 (100%)
R 166 of 563 ~ 29.48%
G 224 of 563 ~ 39.79%
B 173 of 563 ~ 30.73%

%29.48
%39.79
%30.73

CMYK RENK MODELİ

#A6E0AD rengi CMYK tonu (26,0,23,12).

  • camgöbeği tonu 25.89%
  • eflatun tonu 0.00%
  • sarı tonu 22.77%
  • ana renk tonu 12.16%
CMYK:
(26,0,23,12)
C26M0Y23K12 
(26%,0%,23%,12%)
(0.26/0.00/0.23/0.12)	

CMYK yüzdeleri

%25.89
%0
%22.77
%12.16

Codes

Color #A6E0AD in popluar color models

A6E0AD
RGB166224173
HSL127°48.33%76.47%
HSB/HSV127°25.89%87.84%
CMYK25.89%0.00%22.77%
12.16%

Color #A6E0AD in popluar number systems.

HEXA6E0AD
Decimal166224173
Binary101001101110000010101101
Octal246340255

Shades and tints

Shades of #A6E0AD

#A6E0AD
(166,224,173)
#97CC9E
(151,204,158)
#88B88F
(136,184,143)
#79A480
(121,164,128)
#6A9071
(106,144,113)
#5B7C62
(91,124,98)
#4C6853
(76,104,83)
#3D5444
(61,84,68)
#2E4035
(46,64,53)
#1F2C26
(31,44,38)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6E0AD

#A6E0AD
(166,224,173)
#AEE2B4
(174,226,180)
#B6E4BB
(182,228,187)
#BEE6C2
(190,230,194)
#C6E8C9
(198,232,201)
#CEEAD0
(206,234,208)
#D6ECD7
(214,236,215)
#DEEEDE
(222,238,222)
#E6F0E5
(230,240,229)
#EEF2EC
(238,242,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E0AD color. Also use rgb(166,224,173) instead hex code.

Text Font Color

.myTextColor { color: #A6E0AD; }

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

This text font color is #A6E0AD.


Background Color

.myBgColor { background-color: #A6E0AD; }

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

This div background color is #A6E0AD.


Border color

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

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

This div border color is #A6E0AD.


Opacity

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

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

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

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

This text has shadow with #A6E0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E0AD on black background.


Color preview on white background

This text has color #A6E0AD on white background.



Black color preview on #A6E0AD background

This text has black color on #A6E0AD background.


White color preview on #A6E0AD background

This text has white color on #A6E0AD background.