COLOR #AEBD73

HEX: #AEBD73
RGB: (174,189,115)

Renk bilgisi

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

RGB renk modeli

#AEBD73 color RGB value is (174,189,115).

  • kırmız ton 174;
  • yeşil ton 189;
  • mavi ton 115.
RGB:
(174,189,115)
(68%,74%,45%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 189 of 255 = 74%
B 115 of 255 = 45%

174
189
115

R + G + B ~ 62%. #AEBD73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 189 + 115 = 478 (100%)
R 174 of 478 ~ 36.4%
G 189 of 478 ~ 39.54%
B 115 of 478 ~ 24.06%

%36.4
%39.54
%24.06

CMYK RENK MODELİ

#AEBD73 rengi CMYK tonu (8,0,39,26).

  • camgöbeği tonu 7.94%
  • eflatun tonu 0.00%
  • sarı tonu 39.15%
  • ana renk tonu 25.88%
CMYK:
(8,0,39,26)
C8M0Y39K26 
(8%,0%,39%,26%)
(0.08/0.00/0.39/0.26)	

CMYK yüzdeleri

%7.94
%0
%39.15
%25.88

Codes

Color #AEBD73 in popluar color models

AEBD73
RGB174189115
HSL72°35.92%59.61%
HSB/HSV72°39.15%74.12%
CMYK7.94%0.00%39.15%
25.88%

Color #AEBD73 in popluar number systems.

HEXAEBD73
Decimal174189115
Binary10101110101111011110011
Octal256275163

Shades and tints

Shades of #AEBD73

#AEBD73
(174,189,115)
#9FAC69
(159,172,105)
#909B5F
(144,155,95)
#818A55
(129,138,85)
#72794B
(114,121,75)
#636841
(99,104,65)
#545737
(84,87,55)
#45462D
(69,70,45)
#363523
(54,53,35)
#272419
(39,36,25)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AEBD73

#AEBD73
(174,189,115)
#B5C37F
(181,195,127)
#BCC98B
(188,201,139)
#C3CF97
(195,207,151)
#CAD5A3
(202,213,163)
#D1DBAF
(209,219,175)
#D8E1BB
(216,225,187)
#DFE7C7
(223,231,199)
#E6EDD3
(230,237,211)
#EDF3DF
(237,243,223)
#F4F9EB
(244,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBD73 color. Also use rgb(174,189,115) instead hex code.

Text Font Color

.myTextColor { color: #AEBD73; }

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

This text font color is #AEBD73.


Background Color

.myBgColor { background-color: #AEBD73; }

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

This div background color is #AEBD73.


Border color

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

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

This div border color is #AEBD73.


Opacity

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

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

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

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

This text has shadow with #AEBD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBD73 on black background.


Color preview on white background

This text has color #AEBD73 on white background.



Black color preview on #AEBD73 background

This text has black color on #AEBD73 background.


White color preview on #AEBD73 background

This text has white color on #AEBD73 background.