COLOR #AEC597

HEX: #AEC597
RGB: (174,197,151)

Renk bilgisi

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

RGB renk modeli

#AEC597 color RGB value is (174,197,151).

  • kırmız ton 174;
  • yeşil ton 197;
  • mavi ton 151.
RGB:
(174,197,151)
(68%,77%,59%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 197 of 255 = 77%
B 151 of 255 = 59%

174
197
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 197 + 151 = 522 (100%)
R 174 of 522 ~ 33.33%
G 197 of 522 ~ 37.74%
B 151 of 522 ~ 28.93%

%33.33
%37.74
%28.93

CMYK RENK MODELİ

#AEC597 rengi CMYK tonu (12,0,23,23).

  • camgöbeği tonu 11.68%
  • eflatun tonu 0.00%
  • sarı tonu 23.35%
  • ana renk tonu 22.75%
CMYK:
(12,0,23,23)
C12M0Y23K23 
(12%,0%,23%,23%)
(0.12/0.00/0.23/0.23)	

CMYK yüzdeleri

%11.68
%0
%23.35
%22.75

Codes

Color #AEC597 in popluar color models

AEC597
RGB174197151
HSL90°28.40%68.24%
HSB/HSV90°23.35%77.25%
CMYK11.68%0.00%23.35%
22.75%

Color #AEC597 in popluar number systems.

HEXAEC597
Decimal174197151
Binary101011101100010110010111
Octal256305227

Shades and tints

Shades of #AEC597

#AEC597
(174,197,151)
#9FB48A
(159,180,138)
#90A37D
(144,163,125)
#819270
(129,146,112)
#728163
(114,129,99)
#637056
(99,112,86)
#545F49
(84,95,73)
#454E3C
(69,78,60)
#363D2F
(54,61,47)
#272C22
(39,44,34)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #AEC597

#AEC597
(174,197,151)
#B5CAA0
(181,202,160)
#BCCFA9
(188,207,169)
#C3D4B2
(195,212,178)
#CAD9BB
(202,217,187)
#D1DEC4
(209,222,196)
#D8E3CD
(216,227,205)
#DFE8D6
(223,232,214)
#E6EDDF
(230,237,223)
#EDF2E8
(237,242,232)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC597 color. Also use rgb(174,197,151) instead hex code.

Text Font Color

.myTextColor { color: #AEC597; }

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

This text font color is #AEC597.


Background Color

.myBgColor { background-color: #AEC597; }

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

This div background color is #AEC597.


Border color

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

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

This div border color is #AEC597.


Opacity

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

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

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

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

This text has shadow with #AEC597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC597 on black background.


Color preview on white background

This text has color #AEC597 on white background.



Black color preview on #AEC597 background

This text has black color on #AEC597 background.


White color preview on #AEC597 background

This text has white color on #AEC597 background.