COLOR #A6BEA5

HEX: #A6BEA5
RGB: (166,190,165)

Renk bilgisi

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

RGB renk modeli

#A6BEA5 color RGB value is (166,190,165).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 190 of 255 = 75%
B 165 of 255 = 65%

166
190
165

R + G + B ~ 68%. #A6BEA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 190 + 165 = 521 (100%)
R 166 of 521 ~ 31.86%
G 190 of 521 ~ 36.47%
B 165 of 521 ~ 31.67%

%31.86
%36.47
%31.67

CMYK RENK MODELİ

#A6BEA5 rengi CMYK tonu (13,0,13,25).

  • camgöbeği tonu 12.63%
  • eflatun tonu 0.00%
  • sarı tonu 13.16%
  • ana renk tonu 25.49%
CMYK:
(13,0,13,25)
C13M0Y13K25 
(13%,0%,13%,25%)
(0.13/0.00/0.13/0.25)	

CMYK yüzdeleri

%12.63
%0
%13.16
%25.49

Codes

Color #A6BEA5 in popluar color models

A6BEA5
RGB166190165
HSL118°16.13%69.61%
HSB/HSV118°13.16%74.51%
CMYK12.63%0.00%13.16%
25.49%

Color #A6BEA5 in popluar number systems.

HEXA6BEA5
Decimal166190165
Binary101001101011111010100101
Octal246276245

Shades and tints

Shades of #A6BEA5

#A6BEA5
(166,190,165)
#97AD96
(151,173,150)
#889C87
(136,156,135)
#798B78
(121,139,120)
#6A7A69
(106,122,105)
#5B695A
(91,105,90)
#4C584B
(76,88,75)
#3D473C
(61,71,60)
#2E362D
(46,54,45)
#1F251E
(31,37,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A6BEA5

#A6BEA5
(166,190,165)
#AEC3AD
(174,195,173)
#B6C8B5
(182,200,181)
#BECDBD
(190,205,189)
#C6D2C5
(198,210,197)
#CED7CD
(206,215,205)
#D6DCD5
(214,220,213)
#DEE1DD
(222,225,221)
#E6E6E5
(230,230,229)
#EEEBED
(238,235,237)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BEA5; }

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

This text font color is #A6BEA5.


Background Color

.myBgColor { background-color: #A6BEA5; }

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

This div background color is #A6BEA5.


Border color

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

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

This div border color is #A6BEA5.


Opacity

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

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

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

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

This text has shadow with #A6BEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BEA5 on black background.


Color preview on white background

This text has color #A6BEA5 on white background.



Black color preview on #A6BEA5 background

This text has black color on #A6BEA5 background.


White color preview on #A6BEA5 background

This text has white color on #A6BEA5 background.