COLOR #AEC493

HEX: #AEC493
RGB: (174,196,147)

Renk bilgisi

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

RGB renk modeli

#AEC493 color RGB value is (174,196,147).

  • kırmız ton 174;
  • yeşil ton 196;
  • mavi ton 147.
RGB:
(174,196,147)
(68%,77%,58%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 196 of 255 = 77%
B 147 of 255 = 58%

174
196
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 196 + 147 = 517 (100%)
R 174 of 517 ~ 33.66%
G 196 of 517 ~ 37.91%
B 147 of 517 ~ 28.43%

%33.66
%37.91
%28.43

CMYK RENK MODELİ

#AEC493 rengi CMYK tonu (11,0,25,23).

  • camgöbeği tonu 11.22%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 23.14%
CMYK:
(11,0,25,23)
C11M0Y25K23 
(11%,0%,25%,23%)
(0.11/0.00/0.25/0.23)	

CMYK yüzdeleri

%11.22
%0
%25
%23.14

Codes

Color #AEC493 in popluar color models

AEC493
RGB174196147
HSL87°29.34%67.25%
HSB/HSV87°25.00%76.86%
CMYK11.22%0.00%25.00%
23.14%

Color #AEC493 in popluar number systems.

HEXAEC493
Decimal174196147
Binary101011101100010010010011
Octal256304223

Shades and tints

Shades of #AEC493

#AEC493
(174,196,147)
#9FB386
(159,179,134)
#90A279
(144,162,121)
#81916C
(129,145,108)
#72805F
(114,128,95)
#636F52
(99,111,82)
#545E45
(84,94,69)
#454D38
(69,77,56)
#363C2B
(54,60,43)
#272B1E
(39,43,30)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #AEC493

#AEC493
(174,196,147)
#B5C99C
(181,201,156)
#BCCEA5
(188,206,165)
#C3D3AE
(195,211,174)
#CAD8B7
(202,216,183)
#D1DDC0
(209,221,192)
#D8E2C9
(216,226,201)
#DFE7D2
(223,231,210)
#E6ECDB
(230,236,219)
#EDF1E4
(237,241,228)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC493 color. Also use rgb(174,196,147) instead hex code.

Text Font Color

.myTextColor { color: #AEC493; }

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

This text font color is #AEC493.


Background Color

.myBgColor { background-color: #AEC493; }

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

This div background color is #AEC493.


Border color

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

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

This div border color is #AEC493.


Opacity

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

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

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

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

This text has shadow with #AEC493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC493 on black background.


Color preview on white background

This text has color #AEC493 on white background.



Black color preview on #AEC493 background

This text has black color on #AEC493 background.


White color preview on #AEC493 background

This text has white color on #AEC493 background.