COLOR #A6C689

HEX: #A6C689
RGB: (166,198,137)

Renk bilgisi

#A6C689 contains mainly red and green colors. #A6C689 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A6C689 color RGB value is (166,198,137).

  • kırmız ton 166;
  • yeşil ton 198;
  • mavi ton 137.
RGB:
(166,198,137)
(65%,78%,54%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 198 of 255 = 78%
B 137 of 255 = 54%

166
198
137

R + G + B ~ 66%. #A6C689 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 198 + 137 = 501 (100%)
R 166 of 501 ~ 33.13%
G 198 of 501 ~ 39.52%
B 137 of 501 ~ 27.35%

%33.13
%39.52
%27.35

CMYK RENK MODELİ

#A6C689 rengi CMYK tonu (16,0,31,22).

  • camgöbeği tonu 16.16%
  • eflatun tonu 0.00%
  • sarı tonu 30.81%
  • ana renk tonu 22.35%
CMYK:
(16,0,31,22)
C16M0Y31K22 
(16%,0%,31%,22%)
(0.16/0.00/0.31/0.22)	

CMYK yüzdeleri

%16.16
%0
%30.81
%22.35

Codes

Color #A6C689 in popluar color models

A6C689
RGB166198137
HSL91°34.86%65.69%
HSB/HSV91°30.81%77.65%
CMYK16.16%0.00%30.81%
22.35%

Color #A6C689 in popluar number systems.

HEXA6C689
Decimal166198137
Binary101001101100011010001001
Octal246306211

Shades and tints

Shades of #A6C689

#A6C689
(166,198,137)
#97B47D
(151,180,125)
#88A271
(136,162,113)
#799065
(121,144,101)
#6A7E59
(106,126,89)
#5B6C4D
(91,108,77)
#4C5A41
(76,90,65)
#3D4835
(61,72,53)
#2E3629
(46,54,41)
#1F241D
(31,36,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #A6C689

#A6C689
(166,198,137)
#AECB93
(174,203,147)
#B6D09D
(182,208,157)
#BED5A7
(190,213,167)
#C6DAB1
(198,218,177)
#CEDFBB
(206,223,187)
#D6E4C5
(214,228,197)
#DEE9CF
(222,233,207)
#E6EED9
(230,238,217)
#EEF3E3
(238,243,227)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C689; }

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

This text font color is #A6C689.


Background Color

.myBgColor { background-color: #A6C689; }

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

This div background color is #A6C689.


Border color

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

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

This div border color is #A6C689.


Opacity

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

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

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

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

This text has shadow with #A6C689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C689 on black background.


Color preview on white background

This text has color #A6C689 on white background.



Black color preview on #A6C689 background

This text has black color on #A6C689 background.


White color preview on #A6C689 background

This text has white color on #A6C689 background.