COLOR #AEC993

HEX: #AEC993
RGB: (174,201,147)

Renk bilgisi

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

RGB renk modeli

#AEC993 color RGB value is (174,201,147).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 201 of 255 = 79%
B 147 of 255 = 58%

174
201
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 201 + 147 = 522 (100%)
R 174 of 522 ~ 33.33%
G 201 of 522 ~ 38.51%
B 147 of 522 ~ 28.16%

%33.33
%38.51
%28.16

CMYK RENK MODELİ

#AEC993 rengi CMYK tonu (13,0,27,21).

  • camgöbeği tonu 13.43%
  • eflatun tonu 0.00%
  • sarı tonu 26.87%
  • ana renk tonu 21.18%
CMYK:
(13,0,27,21)
C13M0Y27K21 
(13%,0%,27%,21%)
(0.13/0.00/0.27/0.21)	

CMYK yüzdeleri

%13.43
%0
%26.87
%21.18

Codes

Color #AEC993 in popluar color models

AEC993
RGB174201147
HSL90°33.33%68.24%
HSB/HSV90°26.87%78.82%
CMYK13.43%0.00%26.87%
21.18%

Color #AEC993 in popluar number systems.

HEXAEC993
Decimal174201147
Binary101011101100100110010011
Octal256311223

Shades and tints

Shades of #AEC993

#AEC993
(174,201,147)
#9FB786
(159,183,134)
#90A579
(144,165,121)
#81936C
(129,147,108)
#72815F
(114,129,95)
#636F52
(99,111,82)
#545D45
(84,93,69)
#454B38
(69,75,56)
#36392B
(54,57,43)
#27271E
(39,39,30)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEC993

#AEC993
(174,201,147)
#B5CD9C
(181,205,156)
#BCD1A5
(188,209,165)
#C3D5AE
(195,213,174)
#CAD9B7
(202,217,183)
#D1DDC0
(209,221,192)
#D8E1C9
(216,225,201)
#DFE5D2
(223,229,210)
#E6E9DB
(230,233,219)
#EDEDE4
(237,237,228)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC993; }

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

This text font color is #AEC993.


Background Color

.myBgColor { background-color: #AEC993; }

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

This div background color is #AEC993.


Border color

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

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

This div border color is #AEC993.


Opacity

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

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

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

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

This text has shadow with #AEC993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC993 on black background.


Color preview on white background

This text has color #AEC993 on white background.



Black color preview on #AEC993 background

This text has black color on #AEC993 background.


White color preview on #AEC993 background

This text has white color on #AEC993 background.