COLOR #A6E9B0

HEX: #A6E9B0
RGB: (166,233,176)

Renk bilgisi

#A6E9B0 contains mainly green and blue colors. #A6E9B0 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A6E9B0 color RGB value is (166,233,176).

  • kırmız ton 166;
  • yeşil ton 233;
  • mavi ton 176.
RGB:
(166,233,176)
(65%,91%,69%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 233 of 255 = 91%
B 176 of 255 = 69%

166
233
176

R + G + B ~ 75%. #A6E9B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 233 + 176 = 575 (100%)
R 166 of 575 ~ 28.87%
G 233 of 575 ~ 40.52%
B 176 of 575 ~ 30.61%

%28.87
%40.52
%30.61

CMYK RENK MODELİ

#A6E9B0 rengi CMYK tonu (29,0,24,9).

  • camgöbeği tonu 28.76%
  • eflatun tonu 0.00%
  • sarı tonu 24.46%
  • ana renk tonu 8.63%
CMYK:
(29,0,24,9)
C29M0Y24K9 
(29%,0%,24%,9%)
(0.29/0.00/0.24/0.09)	

CMYK yüzdeleri

%28.76
%0
%24.46
%8.63

Codes

Color #A6E9B0 in popluar color models

A6E9B0
RGB166233176
HSL129°60.36%78.24%
HSB/HSV129°28.76%91.37%
CMYK28.76%0.00%24.46%
8.63%

Color #A6E9B0 in popluar number systems.

HEXA6E9B0
Decimal166233176
Binary101001101110100110110000
Octal246351260

Shades and tints

Shades of #A6E9B0

#A6E9B0
(166,233,176)
#97D4A0
(151,212,160)
#88BF90
(136,191,144)
#79AA80
(121,170,128)
#6A9570
(106,149,112)
#5B8060
(91,128,96)
#4C6B50
(76,107,80)
#3D5640
(61,86,64)
#2E4130
(46,65,48)
#1F2C20
(31,44,32)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #A6E9B0

#A6E9B0
(166,233,176)
#AEEBB7
(174,235,183)
#B6EDBE
(182,237,190)
#BEEFC5
(190,239,197)
#C6F1CC
(198,241,204)
#CEF3D3
(206,243,211)
#D6F5DA
(214,245,218)
#DEF7E1
(222,247,225)
#E6F9E8
(230,249,232)
#EEFBEF
(238,251,239)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E9B0 color. Also use rgb(166,233,176) instead hex code.

Text Font Color

.myTextColor { color: #A6E9B0; }

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

This text font color is #A6E9B0.


Background Color

.myBgColor { background-color: #A6E9B0; }

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

This div background color is #A6E9B0.


Border color

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

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

This div border color is #A6E9B0.


Opacity

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

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

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

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

This text has shadow with #A6E9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E9B0 on black background.


Color preview on white background

This text has color #A6E9B0 on white background.



Black color preview on #A6E9B0 background

This text has black color on #A6E9B0 background.


White color preview on #A6E9B0 background

This text has white color on #A6E9B0 background.