COLOR #AEB498

HEX: #AEB498
RGB: (174,180,152)

Renk bilgisi

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

RGB renk modeli

#AEB498 color RGB value is (174,180,152).

  • kırmız ton 174;
  • yeşil ton 180;
  • mavi ton 152.
RGB:
(174,180,152)
(68%,71%,60%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 180 of 255 = 71%
B 152 of 255 = 60%

174
180
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 180 + 152 = 506 (100%)
R 174 of 506 ~ 34.39%
G 180 of 506 ~ 35.57%
B 152 of 506 ~ 30.04%

%34.39
%35.57
%30.04

CMYK RENK MODELİ

#AEB498 rengi CMYK tonu (3,0,16,29).

  • camgöbeği tonu 3.33%
  • eflatun tonu 0.00%
  • sarı tonu 15.56%
  • ana renk tonu 29.41%
CMYK:
(3,0,16,29)
C3M0Y16K29 
(3%,0%,16%,29%)
(0.03/0.00/0.16/0.29)	

CMYK yüzdeleri

%3.33
%0
%15.56
%29.41

Codes

Color #AEB498 in popluar color models

AEB498
RGB174180152
HSL73°15.73%65.10%
HSB/HSV73°15.56%70.59%
CMYK3.33%0.00%15.56%
29.41%

Color #AEB498 in popluar number systems.

HEXAEB498
Decimal174180152
Binary101011101011010010011000
Octal256264230

Shades and tints

Shades of #AEB498

#AEB498
(174,180,152)
#9FA48B
(159,164,139)
#90947E
(144,148,126)
#818471
(129,132,113)
#727464
(114,116,100)
#636457
(99,100,87)
#54544A
(84,84,74)
#45443D
(69,68,61)
#363430
(54,52,48)
#272423
(39,36,35)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEB498

#AEB498
(174,180,152)
#B5BAA1
(181,186,161)
#BCC0AA
(188,192,170)
#C3C6B3
(195,198,179)
#CACCBC
(202,204,188)
#D1D2C5
(209,210,197)
#D8D8CE
(216,216,206)
#DFDED7
(223,222,215)
#E6E4E0
(230,228,224)
#EDEAE9
(237,234,233)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB498 color. Also use rgb(174,180,152) instead hex code.

Text Font Color

.myTextColor { color: #AEB498; }

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

This text font color is #AEB498.


Background Color

.myBgColor { background-color: #AEB498; }

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

This div background color is #AEB498.


Border color

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

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

This div border color is #AEB498.


Opacity

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

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

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

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

This text has shadow with #AEB498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB498 on black background.


Color preview on white background

This text has color #AEB498 on white background.



Black color preview on #AEB498 background

This text has black color on #AEB498 background.


White color preview on #AEB498 background

This text has white color on #AEB498 background.