COLOR #A5BE7E

HEX: #A5BE7E
RGB: (165,190,126)

Renk bilgisi

#A5BE7E contains mainly red and green colors. #A5BE7E ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A5BE7E color RGB value is (165,190,126).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 126 of 255 = 49%

165
190
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 126 = 481 (100%)
R 165 of 481 ~ 34.3%
G 190 of 481 ~ 39.5%
B 126 of 481 ~ 26.2%

%34.3
%39.5
%26.2

CMYK RENK MODELİ

#A5BE7E rengi CMYK tonu (13,0,34,25).

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

CMYK yüzdeleri

%13.16
%0
%33.68
%25.49

Codes

Color #A5BE7E in popluar color models

A5BE7E
RGB165190126
HSL83°32.99%61.96%
HSB/HSV83°33.68%74.51%
CMYK13.16%0.00%33.68%
25.49%

Color #A5BE7E in popluar number systems.

HEXA5BE7E
Decimal165190126
Binary10100101101111101111110
Octal245276176

Shades and tints

Shades of #A5BE7E

#A5BE7E
(165,190,126)
#96AD73
(150,173,115)
#879C68
(135,156,104)
#788B5D
(120,139,93)
#697A52
(105,122,82)
#5A6947
(90,105,71)
#4B583C
(75,88,60)
#3C4731
(60,71,49)
#2D3626
(45,54,38)
#1E251B
(30,37,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5BE7E

#A5BE7E
(165,190,126)
#ADC389
(173,195,137)
#B5C894
(181,200,148)
#BDCD9F
(189,205,159)
#C5D2AA
(197,210,170)
#CDD7B5
(205,215,181)
#D5DCC0
(213,220,192)
#DDE1CB
(221,225,203)
#E5E6D6
(229,230,214)
#EDEBE1
(237,235,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE7E; }

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

This text font color is #A5BE7E.


Background Color

.myBgColor { background-color: #A5BE7E; }

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

This div background color is #A5BE7E.


Border color

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

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

This div border color is #A5BE7E.


Opacity

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

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

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

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

This text has shadow with #A5BE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE7E on black background.


Color preview on white background

This text has color #A5BE7E on white background.



Black color preview on #A5BE7E background

This text has black color on #A5BE7E background.


White color preview on #A5BE7E background

This text has white color on #A5BE7E background.