COLOR #AEC388

HEX: #AEC388
RGB: (174,195,136)

Renk bilgisi

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

RGB renk modeli

#AEC388 color RGB value is (174,195,136).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 195 of 255 = 76%
B 136 of 255 = 53%

174
195
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 195 + 136 = 505 (100%)
R 174 of 505 ~ 34.46%
G 195 of 505 ~ 38.61%
B 136 of 505 ~ 26.93%

%34.46
%38.61
%26.93

CMYK RENK MODELİ

#AEC388 rengi CMYK tonu (11,0,30,24).

  • camgöbeği tonu 10.77%
  • eflatun tonu 0.00%
  • sarı tonu 30.26%
  • ana renk tonu 23.53%
CMYK:
(11,0,30,24)
C11M0Y30K24 
(11%,0%,30%,24%)
(0.11/0.00/0.30/0.24)	

CMYK yüzdeleri

%10.77
%0
%30.26
%23.53

Codes

Color #AEC388 in popluar color models

AEC388
RGB174195136
HSL81°32.96%64.90%
HSB/HSV81°30.26%76.47%
CMYK10.77%0.00%30.26%
23.53%

Color #AEC388 in popluar number systems.

HEXAEC388
Decimal174195136
Binary101011101100001110001000
Octal256303210

Shades and tints

Shades of #AEC388

#AEC388
(174,195,136)
#9FB27C
(159,178,124)
#90A170
(144,161,112)
#819064
(129,144,100)
#727F58
(114,127,88)
#636E4C
(99,110,76)
#545D40
(84,93,64)
#454C34
(69,76,52)
#363B28
(54,59,40)
#272A1C
(39,42,28)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AEC388

#AEC388
(174,195,136)
#B5C892
(181,200,146)
#BCCD9C
(188,205,156)
#C3D2A6
(195,210,166)
#CAD7B0
(202,215,176)
#D1DCBA
(209,220,186)
#D8E1C4
(216,225,196)
#DFE6CE
(223,230,206)
#E6EBD8
(230,235,216)
#EDF0E2
(237,240,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC388; }

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

This text font color is #AEC388.


Background Color

.myBgColor { background-color: #AEC388; }

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

This div background color is #AEC388.


Border color

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

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

This div border color is #AEC388.


Opacity

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

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

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

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

This text has shadow with #AEC388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC388 on black background.


Color preview on white background

This text has color #AEC388 on white background.



Black color preview on #AEC388 background

This text has black color on #AEC388 background.


White color preview on #AEC388 background

This text has white color on #AEC388 background.