COLOR #AECCB0

HEX: #AECCB0
RGB: (174,204,176)

Color info

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

RGB color model

#AECCB0 color RGB value is (174,204,176).

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

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 176 of 255 = 69%

174
204
176

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

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 176 = 554 (100%)
R 174 of 554 ~ 31.41%
G 204 of 554 ~ 36.82%
B 176 of 554 ~ 31.77%

%31.41
%36.82
%31.77

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 20.00%
CMYK:
(15,0,14,20)
C15M0Y14K20 
(15%,0%,14%,20%)
(0.15/0.00/0.14/0.20)	

CMYK percentages

%14.71
%0
%13.73
%20

Codes

Color #AECCB0 in popluar color models

AECCB0
RGB174204176
HSL124°22.73%74.12%
HSB/HSV124°14.71%80.00%
CMYK14.71%0.00%13.73%
20.00%

Color #AECCB0 in popluar number systems.

HEXAECCB0
Decimal174204176
Binary101011101100110010110000
Octal256314260

Shades and tints

Shades of #AECCB0

#AECCB0
(174,204,176)
#9FBAA0
(159,186,160)
#90A890
(144,168,144)
#819680
(129,150,128)
#728470
(114,132,112)
#637260
(99,114,96)
#546050
(84,96,80)
#454E40
(69,78,64)
#363C30
(54,60,48)
#272A20
(39,42,32)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AECCB0

#AECCB0
(174,204,176)
#B5D0B7
(181,208,183)
#BCD4BE
(188,212,190)
#C3D8C5
(195,216,197)
#CADCCC
(202,220,204)
#D1E0D3
(209,224,211)
#D8E4DA
(216,228,218)
#DFE8E1
(223,232,225)
#E6ECE8
(230,236,232)
#EDF0EF
(237,240,239)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCB0; }

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

This text font color is #AECCB0.


Background Color

.myBgColor { background-color: #AECCB0; }

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

This div background color is #AECCB0.


Border color

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

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

This div border color is #AECCB0.


Opacity

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

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

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

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

This text has shadow with #AECCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECCB0 on black background.


Color preview on white background

This text has color #AECCB0 on white background.



Black color preview on #AECCB0 background

This text has black color on #AECCB0 background.


White color preview on #AECCB0 background

This text has white color on #AECCB0 background.