COLOR #AECCA8

HEX: #AECCA8
RGB: (174,204,168)

Color info

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

RGB color model

#AECCA8 color RGB value is (174,204,168).

  • red value is 174;
  • green value is 204;
  • blue value is 168.
RGB:
(174,204,168)
(68%,80%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 168 of 255 = 66%

174
204
168

R + G + B ~ 71%. #AECCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 168 = 546 (100%)
R 174 of 546 ~ 31.87%
G 204 of 546 ~ 37.36%
B 168 of 546 ~ 30.77%

%31.87
%37.36
%30.77

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(15,0,18,20)
C15M0Y18K20 
(15%,0%,18%,20%)
(0.15/0.00/0.18/0.20)	

CMYK percentages

%14.71
%0
%17.65
%20

Codes

Color #AECCA8 in popluar color models

AECCA8
RGB174204168
HSL110°26.09%72.94%
HSB/HSV110°17.65%80.00%
CMYK14.71%0.00%17.65%
20.00%

Color #AECCA8 in popluar number systems.

HEXAECCA8
Decimal174204168
Binary101011101100110010101000
Octal256314250

Shades and tints

Shades of #AECCA8

#AECCA8
(174,204,168)
#9FBA99
(159,186,153)
#90A88A
(144,168,138)
#81967B
(129,150,123)
#72846C
(114,132,108)
#63725D
(99,114,93)
#54604E
(84,96,78)
#454E3F
(69,78,63)
#363C30
(54,60,48)
#272A21
(39,42,33)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AECCA8

#AECCA8
(174,204,168)
#B5D0AF
(181,208,175)
#BCD4B6
(188,212,182)
#C3D8BD
(195,216,189)
#CADCC4
(202,220,196)
#D1E0CB
(209,224,203)
#D8E4D2
(216,228,210)
#DFE8D9
(223,232,217)
#E6ECE0
(230,236,224)
#EDF0E7
(237,240,231)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCA8; }

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

This text font color is #AECCA8.


Background Color

.myBgColor { background-color: #AECCA8; }

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

This div background color is #AECCA8.


Border color

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

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

This div border color is #AECCA8.


Opacity

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

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

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

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

This text has shadow with #AECCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECCA8 on black background.


Color preview on white background

This text has color #AECCA8 on white background.



Black color preview on #AECCA8 background

This text has black color on #AECCA8 background.


White color preview on #AECCA8 background

This text has white color on #AECCA8 background.