COLOR #AECCD7

HEX: #AECCD7
RGB: (174,204,215)

Color info

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

RGB color model

#AECCD7 color RGB value is (174,204,215).

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

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 215 of 255 = 84%

174
204
215

R + G + B ~ 77%. #AECCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 215 = 593 (100%)
R 174 of 593 ~ 29.34%
G 204 of 593 ~ 34.4%
B 215 of 593 ~ 36.26%

%29.34
%34.4
%36.26

CMYK color model

#AECCD7 color CMYK value is (19,5,0,16).

  • cyan value is 19.07%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(19,5,0,16)
C19M5Y0K16 
(19%,5%,0%,16%)
(0.19/0.05/0.00/0.16)	

CMYK percentages

%19.07
%5.12
%0
%15.69

Codes

Color #AECCD7 in popluar color models

AECCD7
RGB174204215
HSL196°33.88%76.27%
HSB/HSV196°19.07%84.31%
CMYK19.07%5.12%0.00%
15.69%

Color #AECCD7 in popluar number systems.

HEXAECCD7
Decimal174204215
Binary101011101100110011010111
Octal256314327

Shades and tints

Shades of #AECCD7

#AECCD7
(174,204,215)
#9FBAC4
(159,186,196)
#90A8B1
(144,168,177)
#81969E
(129,150,158)
#72848B
(114,132,139)
#637278
(99,114,120)
#546065
(84,96,101)
#454E52
(69,78,82)
#363C3F
(54,60,63)
#272A2C
(39,42,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AECCD7

#AECCD7
(174,204,215)
#B5D0DA
(181,208,218)
#BCD4DD
(188,212,221)
#C3D8E0
(195,216,224)
#CADCE3
(202,220,227)
#D1E0E6
(209,224,230)
#D8E4E9
(216,228,233)
#DFE8EC
(223,232,236)
#E6ECEF
(230,236,239)
#EDF0F2
(237,240,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCD7; }

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

This text font color is #AECCD7.


Background Color

.myBgColor { background-color: #AECCD7; }

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

This div background color is #AECCD7.


Border color

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

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

This div border color is #AECCD7.


Opacity

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

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

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

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

This text has shadow with #AECCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECCD7 on black background.


Color preview on white background

This text has color #AECCD7 on white background.



Black color preview on #AECCD7 background

This text has black color on #AECCD7 background.


White color preview on #AECCD7 background

This text has white color on #AECCD7 background.