COLOR #A6B688

HEX: #A6B688
RGB: (166,182,136)

Renk bilgisi

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

RGB renk modeli

#A6B688 color RGB value is (166,182,136).

  • kırmız ton 166;
  • yeşil ton 182;
  • mavi ton 136.
RGB:
(166,182,136)
(65%,71%,53%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 182 of 255 = 71%
B 136 of 255 = 53%

166
182
136

R + G + B ~ 63%. #A6B688 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 182 + 136 = 484 (100%)
R 166 of 484 ~ 34.3%
G 182 of 484 ~ 37.6%
B 136 of 484 ~ 28.1%

%34.3
%37.6
%28.1

CMYK RENK MODELİ

#A6B688 rengi CMYK tonu (9,0,25,29).

  • camgöbeği tonu 8.79%
  • eflatun tonu 0.00%
  • sarı tonu 25.27%
  • ana renk tonu 28.63%
CMYK:
(9,0,25,29)
C9M0Y25K29 
(9%,0%,25%,29%)
(0.09/0.00/0.25/0.29)	

CMYK yüzdeleri

%8.79
%0
%25.27
%28.63

Codes

Color #A6B688 in popluar color models

A6B688
RGB166182136
HSL81°23.96%62.35%
HSB/HSV81°25.27%71.37%
CMYK8.79%0.00%25.27%
28.63%

Color #A6B688 in popluar number systems.

HEXA6B688
Decimal166182136
Binary101001101011011010001000
Octal246266210

Shades and tints

Shades of #A6B688

#A6B688
(166,182,136)
#97A67C
(151,166,124)
#889670
(136,150,112)
#798664
(121,134,100)
#6A7658
(106,118,88)
#5B664C
(91,102,76)
#4C5640
(76,86,64)
#3D4634
(61,70,52)
#2E3628
(46,54,40)
#1F261C
(31,38,28)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #A6B688

#A6B688
(166,182,136)
#AEBC92
(174,188,146)
#B6C29C
(182,194,156)
#BEC8A6
(190,200,166)
#C6CEB0
(198,206,176)
#CED4BA
(206,212,186)
#D6DAC4
(214,218,196)
#DEE0CE
(222,224,206)
#E6E6D8
(230,230,216)
#EEECE2
(238,236,226)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B688; }

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

This text font color is #A6B688.


Background Color

.myBgColor { background-color: #A6B688; }

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

This div background color is #A6B688.


Border color

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

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

This div border color is #A6B688.


Opacity

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

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

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

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

This text has shadow with #A6B688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B688 on black background.


Color preview on white background

This text has color #A6B688 on white background.



Black color preview on #A6B688 background

This text has black color on #A6B688 background.


White color preview on #A6B688 background

This text has white color on #A6B688 background.