COLOR #AEC393

HEX: #AEC393
RGB: (174,195,147)

Renk bilgisi

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

RGB renk modeli

#AEC393 color RGB value is (174,195,147).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 195 of 255 = 76%
B 147 of 255 = 58%

174
195
147

R + G + B ~ 67%. #AEC393 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 195 + 147 = 516 (100%)
R 174 of 516 ~ 33.72%
G 195 of 516 ~ 37.79%
B 147 of 516 ~ 28.49%

%33.72
%37.79
%28.49

CMYK RENK MODELİ

#AEC393 rengi CMYK tonu (11,0,25,24).

  • camgöbeği tonu 10.77%
  • eflatun tonu 0.00%
  • sarı tonu 24.62%
  • ana renk tonu 23.53%
CMYK:
(11,0,25,24)
C11M0Y25K24 
(11%,0%,25%,24%)
(0.11/0.00/0.25/0.24)	

CMYK yüzdeleri

%10.77
%0
%24.62
%23.53

Codes

Color #AEC393 in popluar color models

AEC393
RGB174195147
HSL86°28.57%67.06%
HSB/HSV86°24.62%76.47%
CMYK10.77%0.00%24.62%
23.53%

Color #AEC393 in popluar number systems.

HEXAEC393
Decimal174195147
Binary101011101100001110010011
Octal256303223

Shades and tints

Shades of #AEC393

#AEC393
(174,195,147)
#9FB286
(159,178,134)
#90A179
(144,161,121)
#81906C
(129,144,108)
#727F5F
(114,127,95)
#636E52
(99,110,82)
#545D45
(84,93,69)
#454C38
(69,76,56)
#363B2B
(54,59,43)
#272A1E
(39,42,30)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #AEC393

#AEC393
(174,195,147)
#B5C89C
(181,200,156)
#BCCDA5
(188,205,165)
#C3D2AE
(195,210,174)
#CAD7B7
(202,215,183)
#D1DCC0
(209,220,192)
#D8E1C9
(216,225,201)
#DFE6D2
(223,230,210)
#E6EBDB
(230,235,219)
#EDF0E4
(237,240,228)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC393; }

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

This text font color is #AEC393.


Background Color

.myBgColor { background-color: #AEC393; }

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

This div background color is #AEC393.


Border color

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

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

This div border color is #AEC393.


Opacity

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

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

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

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

This text has shadow with #AEC393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC393 on black background.


Color preview on white background

This text has color #AEC393 on white background.



Black color preview on #AEC393 background

This text has black color on #AEC393 background.


White color preview on #AEC393 background

This text has white color on #AEC393 background.