COLOR #AECFAE

HEX: #AECFAE
RGB: (174,207,174)

Color info

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

RGB color model

#AECFAE color RGB value is (174,207,174).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 174 of 255 = 68%

174
207
174

R + G + B ~ 72%. #AECFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 174 = 555 (100%)
R 174 of 555 ~ 31.35%
G 207 of 555 ~ 37.3%
B 174 of 555 ~ 31.35%

%31.35
%37.3
%31.35

CMYK color model

#AECFAE color CMYK value is (16,0,16,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 18.82%
CMYK:
(16,0,16,19)
C16M0Y16K19 
(16%,0%,16%,19%)
(0.16/0.00/0.16/0.19)	

CMYK percentages

%15.94
%0
%15.94
%18.82

Codes

Color #AECFAE in popluar color models

AECFAE
RGB174207174
HSL120°25.58%74.71%
HSB/HSV120°15.94%81.18%
CMYK15.94%0.00%15.94%
18.82%

Color #AECFAE in popluar number systems.

HEXAECFAE
Decimal174207174
Binary101011101100111110101110
Octal256317256

Shades and tints

Shades of #AECFAE

#AECFAE
(174,207,174)
#9FBD9F
(159,189,159)
#90AB90
(144,171,144)
#819981
(129,153,129)
#728772
(114,135,114)
#637563
(99,117,99)
#546354
(84,99,84)
#455145
(69,81,69)
#363F36
(54,63,54)
#272D27
(39,45,39)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #AECFAE

#AECFAE
(174,207,174)
#B5D3B5
(181,211,181)
#BCD7BC
(188,215,188)
#C3DBC3
(195,219,195)
#CADFCA
(202,223,202)
#D1E3D1
(209,227,209)
#D8E7D8
(216,231,216)
#DFEBDF
(223,235,223)
#E6EFE6
(230,239,230)
#EDF3ED
(237,243,237)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFAE; }

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

This text font color is #AECFAE.


Background Color

.myBgColor { background-color: #AECFAE; }

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

This div background color is #AECFAE.


Border color

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

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

This div border color is #AECFAE.


Opacity

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

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

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

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

This text has shadow with #AECFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECFAE on black background.


Color preview on white background

This text has color #AECFAE on white background.



Black color preview on #AECFAE background

This text has black color on #AECFAE background.


White color preview on #AECFAE background

This text has white color on #AECFAE background.