COLOR #AEC968

HEX: #AEC968
RGB: (174,201,104)

Color info

#AEC968 contains mainly red and green colors. Web safe color of #AEC968 is #99CC66 (or #9C6).

RGB color model

#AEC968 color RGB value is (174,201,104).

  • red value is 174;
  • green value is 201;
  • blue value is 104.
RGB:
(174,201,104)
(68%,79%,41%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 104 of 255 = 41%

174
201
104

R + G + B ~ 63%. #AEC968 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 104 = 479 (100%)
R 174 of 479 ~ 36.33%
G 201 of 479 ~ 41.96%
B 104 of 479 ~ 21.71%

%36.33
%41.96
%21.71

CMYK color model

#AEC968 color CMYK value is (13,0,48,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 48.26%
  • key color value is 21.18%
CMYK:
(13,0,48,21)
C13M0Y48K21 
(13%,0%,48%,21%)
(0.13/0.00/0.48/0.21)	

CMYK percentages

%13.43
%0
%48.26
%21.18

Codes

Color #AEC968 in popluar color models

AEC968
RGB174201104
HSL77°47.32%59.80%
HSB/HSV77°48.26%78.82%
CMYK13.43%0.00%48.26%
21.18%

Color #AEC968 in popluar number systems.

HEXAEC968
Decimal174201104
Binary10101110110010011101000
Octal256311150

Shades and tints

Shades of #AEC968

#AEC968
(174,201,104)
#9FB75F
(159,183,95)
#90A556
(144,165,86)
#81934D
(129,147,77)
#728144
(114,129,68)
#636F3B
(99,111,59)
#545D32
(84,93,50)
#454B29
(69,75,41)
#363920
(54,57,32)
#272717
(39,39,23)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #AEC968

#AEC968
(174,201,104)
#B5CD75
(181,205,117)
#BCD182
(188,209,130)
#C3D58F
(195,213,143)
#CAD99C
(202,217,156)
#D1DDA9
(209,221,169)
#D8E1B6
(216,225,182)
#DFE5C3
(223,229,195)
#E6E9D0
(230,233,208)
#EDEDDD
(237,237,221)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC968; }

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

This text font color is #AEC968.


Background Color

.myBgColor { background-color: #AEC968; }

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

This div background color is #AEC968.


Border color

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

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

This div border color is #AEC968.


Opacity

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

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

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

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

This text has shadow with #AEC968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC968 on black background.


Color preview on white background

This text has color #AEC968 on white background.



Black color preview on #AEC968 background

This text has black color on #AEC968 background.


White color preview on #AEC968 background

This text has white color on #AEC968 background.