COLOR #AECCC2

HEX: #AECCC2
RGB: (174,204,194)

Color info

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

RGB color model

#AECCC2 color RGB value is (174,204,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 194 of 255 = 76%

174
204
194

R + G + B ~ 75%. #AECCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 194 = 572 (100%)
R 174 of 572 ~ 30.42%
G 204 of 572 ~ 35.66%
B 194 of 572 ~ 33.92%

%30.42
%35.66
%33.92

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 20.00%
CMYK:
(15,0,5,20)
C15M0Y5K20 
(15%,0%,5%,20%)
(0.15/0.00/0.05/0.20)	

CMYK percentages

%14.71
%0
%4.9
%20

Codes

Color #AECCC2 in popluar color models

AECCC2
RGB174204194
HSL160°22.73%74.12%
HSB/HSV160°14.71%80.00%
CMYK14.71%0.00%4.90%
20.00%

Color #AECCC2 in popluar number systems.

HEXAECCC2
Decimal174204194
Binary101011101100110011000010
Octal256314302

Shades and tints

Shades of #AECCC2

#AECCC2
(174,204,194)
#9FBAB1
(159,186,177)
#90A8A0
(144,168,160)
#81968F
(129,150,143)
#72847E
(114,132,126)
#63726D
(99,114,109)
#54605C
(84,96,92)
#454E4B
(69,78,75)
#363C3A
(54,60,58)
#272A29
(39,42,41)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AECCC2

#AECCC2
(174,204,194)
#B5D0C7
(181,208,199)
#BCD4CC
(188,212,204)
#C3D8D1
(195,216,209)
#CADCD6
(202,220,214)
#D1E0DB
(209,224,219)
#D8E4E0
(216,228,224)
#DFE8E5
(223,232,229)
#E6ECEA
(230,236,234)
#EDF0EF
(237,240,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCC2; }

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

This text font color is #AECCC2.


Background Color

.myBgColor { background-color: #AECCC2; }

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

This div background color is #AECCC2.


Border color

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

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

This div border color is #AECCC2.


Opacity

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

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

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

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

This text has shadow with #AECCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECCC2 on black background.


Color preview on white background

This text has color #AECCC2 on white background.



Black color preview on #AECCC2 background

This text has black color on #AECCC2 background.


White color preview on #AECCC2 background

This text has white color on #AECCC2 background.