COLOR #AEDFCF

HEX: #AEDFCF
RGB: (174,223,207)

Color info

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

RGB color model

#AEDFCF color RGB value is (174,223,207).

  • red value is 174;
  • green value is 223;
  • blue value is 207.
RGB:
(174,223,207)
(68%,87%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 207 of 255 = 81%

174
223
207

R + G + B ~ 79%. #AEDFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 207 = 604 (100%)
R 174 of 604 ~ 28.81%
G 223 of 604 ~ 36.92%
B 207 of 604 ~ 34.27%

%28.81
%36.92
%34.27

CMYK color model

#AEDFCF color CMYK value is (22,0,7,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK:
(22,0,7,13)
C22M0Y7K13 
(22%,0%,7%,13%)
(0.22/0.00/0.07/0.13)	

CMYK percentages

%21.97
%0
%7.17
%12.55

Codes

Color #AEDFCF in popluar color models

AEDFCF
RGB174223207
HSL160°43.36%77.84%
HSB/HSV160°21.97%87.45%
CMYK21.97%0.00%7.17%
12.55%

Color #AEDFCF in popluar number systems.

HEXAEDFCF
Decimal174223207
Binary101011101101111111001111
Octal256337317

Shades and tints

Shades of #AEDFCF

#AEDFCF
(174,223,207)
#9FCBBD
(159,203,189)
#90B7AB
(144,183,171)
#81A399
(129,163,153)
#728F87
(114,143,135)
#637B75
(99,123,117)
#546763
(84,103,99)
#455351
(69,83,81)
#363F3F
(54,63,63)
#272B2D
(39,43,45)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #AEDFCF

#AEDFCF
(174,223,207)
#B5E1D3
(181,225,211)
#BCE3D7
(188,227,215)
#C3E5DB
(195,229,219)
#CAE7DF
(202,231,223)
#D1E9E3
(209,233,227)
#D8EBE7
(216,235,231)
#DFEDEB
(223,237,235)
#E6EFEF
(230,239,239)
#EDF1F3
(237,241,243)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDFCF color. Also use rgb(174,223,207) instead hex code.

Text Font Color

.myTextColor { color: #AEDFCF; }

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

This text font color is #AEDFCF.


Background Color

.myBgColor { background-color: #AEDFCF; }

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

This div background color is #AEDFCF.


Border color

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

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

This div border color is #AEDFCF.


Opacity

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

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

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

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

This text has shadow with #AEDFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFCF on black background.


Color preview on white background

This text has color #AEDFCF on white background.



Black color preview on #AEDFCF background

This text has black color on #AEDFCF background.


White color preview on #AEDFCF background

This text has white color on #AEDFCF background.