COLOR #A6D3A6

HEX: #A6D3A6
RGB: (166,211,166)

Renk bilgisi

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

RGB renk modeli

#A6D3A6 color RGB value is (166,211,166).

  • kırmız ton 166;
  • yeşil ton 211;
  • mavi ton 166.
RGB:
(166,211,166)
(65%,83%,65%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 211 of 255 = 83%
B 166 of 255 = 65%

166
211
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 211 + 166 = 543 (100%)
R 166 of 543 ~ 30.57%
G 211 of 543 ~ 38.86%
B 166 of 543 ~ 30.57%

%30.57
%38.86
%30.57

CMYK RENK MODELİ

#A6D3A6 rengi CMYK tonu (21,0,21,17).

  • camgöbeği tonu 21.33%
  • eflatun tonu 0.00%
  • sarı tonu 21.33%
  • ana renk tonu 17.25%
CMYK:
(21,0,21,17)
C21M0Y21K17 
(21%,0%,21%,17%)
(0.21/0.00/0.21/0.17)	

CMYK yüzdeleri

%21.33
%0
%21.33
%17.25

Codes

Color #A6D3A6 in popluar color models

A6D3A6
RGB166211166
HSL120°33.83%73.92%
HSB/HSV120°21.33%82.75%
CMYK21.33%0.00%21.33%
17.25%

Color #A6D3A6 in popluar number systems.

HEXA6D3A6
Decimal166211166
Binary101001101101001110100110
Octal246323246

Shades and tints

Shades of #A6D3A6

#A6D3A6
(166,211,166)
#97C097
(151,192,151)
#88AD88
(136,173,136)
#799A79
(121,154,121)
#6A876A
(106,135,106)
#5B745B
(91,116,91)
#4C614C
(76,97,76)
#3D4E3D
(61,78,61)
#2E3B2E
(46,59,46)
#1F281F
(31,40,31)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #A6D3A6

#A6D3A6
(166,211,166)
#AED7AE
(174,215,174)
#B6DBB6
(182,219,182)
#BEDFBE
(190,223,190)
#C6E3C6
(198,227,198)
#CEE7CE
(206,231,206)
#D6EBD6
(214,235,214)
#DEEFDE
(222,239,222)
#E6F3E6
(230,243,230)
#EEF7EE
(238,247,238)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D3A6; }

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

This text font color is #A6D3A6.


Background Color

.myBgColor { background-color: #A6D3A6; }

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

This div background color is #A6D3A6.


Border color

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

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

This div border color is #A6D3A6.


Opacity

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

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

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

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

This text has shadow with #A6D3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D3A6 on black background.


Color preview on white background

This text has color #A6D3A6 on white background.



Black color preview on #A6D3A6 background

This text has black color on #A6D3A6 background.


White color preview on #A6D3A6 background

This text has white color on #A6D3A6 background.