COLOR #AECDAF

HEX: #AECDAF
RGB: (174,205,175)

Color info

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

RGB color model

#AECDAF color RGB value is (174,205,175).

  • red value is 174;
  • green value is 205;
  • blue value is 175.
RGB:
(174,205,175)
(68%,80%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 175 of 255 = 69%

174
205
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 175 = 554 (100%)
R 174 of 554 ~ 31.41%
G 205 of 554 ~ 37%
B 175 of 554 ~ 31.59%

%31.41
%37
%31.59

CMYK color model

#AECDAF color CMYK value is (15,0,15,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 19.61%
CMYK:
(15,0,15,20)
C15M0Y15K20 
(15%,0%,15%,20%)
(0.15/0.00/0.15/0.20)	

CMYK percentages

%15.12
%0
%14.63
%19.61

Codes

Color #AECDAF in popluar color models

AECDAF
RGB174205175
HSL122°23.66%74.31%
HSB/HSV122°15.12%80.39%
CMYK15.12%0.00%14.63%
19.61%

Color #AECDAF in popluar number systems.

HEXAECDAF
Decimal174205175
Binary101011101100110110101111
Octal256315257

Shades and tints

Shades of #AECDAF

#AECDAF
(174,205,175)
#9FBBA0
(159,187,160)
#90A991
(144,169,145)
#819782
(129,151,130)
#728573
(114,133,115)
#637364
(99,115,100)
#546155
(84,97,85)
#454F46
(69,79,70)
#363D37
(54,61,55)
#272B28
(39,43,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AECDAF

#AECDAF
(174,205,175)
#B5D1B6
(181,209,182)
#BCD5BD
(188,213,189)
#C3D9C4
(195,217,196)
#CADDCB
(202,221,203)
#D1E1D2
(209,225,210)
#D8E5D9
(216,229,217)
#DFE9E0
(223,233,224)
#E6EDE7
(230,237,231)
#EDF1EE
(237,241,238)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDAF; }

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

This text font color is #AECDAF.


Background Color

.myBgColor { background-color: #AECDAF; }

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

This div background color is #AECDAF.


Border color

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

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

This div border color is #AECDAF.


Opacity

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

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

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

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

This text has shadow with #AECDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDAF on black background.


Color preview on white background

This text has color #AECDAF on white background.



Black color preview on #AECDAF background

This text has black color on #AECDAF background.


White color preview on #AECDAF background

This text has white color on #AECDAF background.