COLOR #AEDFC3

HEX: #AEDFC3
RGB: (174,223,195)

Color info

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

RGB color model

#AEDFC3 color RGB value is (174,223,195).

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

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 195 of 255 = 76%

174
223
195

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

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 195 = 592 (100%)
R 174 of 592 ~ 29.39%
G 223 of 592 ~ 37.67%
B 195 of 592 ~ 32.94%

%29.39
%37.67
%32.94

CMYK color model

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

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 12.55%
CMYK:
(22,0,13,13)
C22M0Y13K13 
(22%,0%,13%,13%)
(0.22/0.00/0.13/0.13)	

CMYK percentages

%21.97
%0
%12.56
%12.55

Codes

Color #AEDFC3 in popluar color models

AEDFC3
RGB174223195
HSL146°43.36%77.84%
HSB/HSV146°21.97%87.45%
CMYK21.97%0.00%12.56%
12.55%

Color #AEDFC3 in popluar number systems.

HEXAEDFC3
Decimal174223195
Binary101011101101111111000011
Octal256337303

Shades and tints

Shades of #AEDFC3

#AEDFC3
(174,223,195)
#9FCBB2
(159,203,178)
#90B7A1
(144,183,161)
#81A390
(129,163,144)
#728F7F
(114,143,127)
#637B6E
(99,123,110)
#54675D
(84,103,93)
#45534C
(69,83,76)
#363F3B
(54,63,59)
#272B2A
(39,43,42)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #AEDFC3

#AEDFC3
(174,223,195)
#B5E1C8
(181,225,200)
#BCE3CD
(188,227,205)
#C3E5D2
(195,229,210)
#CAE7D7
(202,231,215)
#D1E9DC
(209,233,220)
#D8EBE1
(216,235,225)
#DFEDE6
(223,237,230)
#E6EFEB
(230,239,235)
#EDF1F0
(237,241,240)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDFC3; }

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

This text font color is #AEDFC3.


Background Color

.myBgColor { background-color: #AEDFC3; }

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

This div background color is #AEDFC3.


Border color

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

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

This div border color is #AEDFC3.


Opacity

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

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

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

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

This text has shadow with #AEDFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFC3 on black background.


Color preview on white background

This text has color #AEDFC3 on white background.



Black color preview on #AEDFC3 background

This text has black color on #AEDFC3 background.


White color preview on #AEDFC3 background

This text has white color on #AEDFC3 background.