COLOR #AEBCAE

HEX: #AEBCAE
RGB: (174,188,174)

Color info

#AEBCAE contains red, green and blue colors in about the same proportion. Web safe color of #AEBCAE is #99CC99 (or #9C9).

RGB color model

#AEBCAE color RGB value is (174,188,174).

  • red value is 174;
  • green value is 188;
  • blue value is 174.
RGB:
(174,188,174)
(68%,74%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 174 of 255 = 68%

174
188
174

R + G + B ~ 70%. #AEBCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 174 = 536 (100%)
R 174 of 536 ~ 32.46%
G 188 of 536 ~ 35.07%
B 174 of 536 ~ 32.46%

%32.46
%35.07
%32.46

CMYK color model

#AEBCAE color CMYK value is (7,0,7,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(7,0,7,26)
C7M0Y7K26 
(7%,0%,7%,26%)
(0.07/0.00/0.07/0.26)	

CMYK percentages

%7.45
%0
%7.45
%26.27

Codes

Color #AEBCAE in popluar color models

AEBCAE
RGB174188174
HSL120°9.46%70.98%
HSB/HSV120°7.45%73.73%
CMYK7.45%0.00%7.45%
26.27%

Color #AEBCAE in popluar number systems.

HEXAEBCAE
Decimal174188174
Binary101011101011110010101110
Octal256274256

Shades and tints

Shades of #AEBCAE

#AEBCAE
(174,188,174)
#9FAB9F
(159,171,159)
#909A90
(144,154,144)
#818981
(129,137,129)
#727872
(114,120,114)
#636763
(99,103,99)
#545654
(84,86,84)
#454545
(69,69,69)
#363436
(54,52,54)
#272327
(39,35,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AEBCAE

#AEBCAE
(174,188,174)
#B5C2B5
(181,194,181)
#BCC8BC
(188,200,188)
#C3CEC3
(195,206,195)
#CAD4CA
(202,212,202)
#D1DAD1
(209,218,209)
#D8E0D8
(216,224,216)
#DFE6DF
(223,230,223)
#E6ECE6
(230,236,230)
#EDF2ED
(237,242,237)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCAE; }

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

This text font color is #AEBCAE.


Background Color

.myBgColor { background-color: #AEBCAE; }

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

This div background color is #AEBCAE.


Border color

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

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

This div border color is #AEBCAE.


Opacity

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

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

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

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

This text has shadow with #AEBCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCAE on black background.


Color preview on white background

This text has color #AEBCAE on white background.



Black color preview on #AEBCAE background

This text has black color on #AEBCAE background.


White color preview on #AEBCAE background

This text has white color on #AEBCAE background.