COLOR #AECCB8

HEX: #AECCB8
RGB: (174,204,184)

Color info

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

RGB color model

#AECCB8 color RGB value is (174,204,184).

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

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 184 of 255 = 72%

174
204
184

R + G + B ~ 73%. #AECCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 184 = 562 (100%)
R 174 of 562 ~ 30.96%
G 204 of 562 ~ 36.3%
B 184 of 562 ~ 32.74%

%30.96
%36.3
%32.74

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(15,0,10,20)
C15M0Y10K20 
(15%,0%,10%,20%)
(0.15/0.00/0.10/0.20)	

CMYK percentages

%14.71
%0
%9.8
%20

Codes

Color #AECCB8 in popluar color models

AECCB8
RGB174204184
HSL140°22.73%74.12%
HSB/HSV140°14.71%80.00%
CMYK14.71%0.00%9.80%
20.00%

Color #AECCB8 in popluar number systems.

HEXAECCB8
Decimal174204184
Binary101011101100110010111000
Octal256314270

Shades and tints

Shades of #AECCB8

#AECCB8
(174,204,184)
#9FBAA8
(159,186,168)
#90A898
(144,168,152)
#819688
(129,150,136)
#728478
(114,132,120)
#637268
(99,114,104)
#546058
(84,96,88)
#454E48
(69,78,72)
#363C38
(54,60,56)
#272A28
(39,42,40)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AECCB8

#AECCB8
(174,204,184)
#B5D0BE
(181,208,190)
#BCD4C4
(188,212,196)
#C3D8CA
(195,216,202)
#CADCD0
(202,220,208)
#D1E0D6
(209,224,214)
#D8E4DC
(216,228,220)
#DFE8E2
(223,232,226)
#E6ECE8
(230,236,232)
#EDF0EE
(237,240,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCB8; }

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

This text font color is #AECCB8.


Background Color

.myBgColor { background-color: #AECCB8; }

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

This div background color is #AECCB8.


Border color

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

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

This div border color is #AECCB8.


Opacity

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

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

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

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

This text has shadow with #AECCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECCB8 on black background.


Color preview on white background

This text has color #AECCB8 on white background.



Black color preview on #AECCB8 background

This text has black color on #AECCB8 background.


White color preview on #AECCB8 background

This text has white color on #AECCB8 background.