COLOR #AEAFC4

HEX: #AEAFC4 RGB: (174,175,196)

Color info

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

RGB color model

#AEAFC4 color RGB value is (174,175,196).

RGB: (174,175,196) (68%, 69%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 196 of 255 = 77%

174
175
196

R + G + B ~ 71%. #AEAFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 175 + 196 = 545 (100%)
R 174 of 545 ~ 31.93%
G 175 of 545 ~ 32.11%
B 196 of 545 ~ 35.96'%

%31.93
%32.11
%35.96

CMYK color model

#AEAFC4 color CMYK value is (11,11,0,23).

  • cyan value is 11.22%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (11,11,0,23)
C11M11Y0K23 (11%, 11%, 0%, 23%)
(0.11 / 0.11 / 0.00 / 0.23)

CMYK percentages

%11.22
%10.71
%0
%23.14

Codes

Color #AEAFC4 in popluar color models

AE AF C4
RGB 174 175 196
HSL 237° 15.71% 72.55%
HSB/HSV 237° 11.22% 76.86%
CMYK 11.22% 10.71% 0.00%
23.14%

Color #AEAFC4 in popluar number systems.

HEX AE AF C4
Decimal 174 175 196
Binary 10101110 10101111 11000100
Octal 256 257 304

Shades and tints

Shades of #AEAFC4

#AEAFC4
(174,175,196)
#9FA0B3
(159,160,179)
#9091A2
(144,145,162)
#818291
(129,130,145)
#727380
(114,115,128)
#63646F
(99,100,111)
#54555E
(84,85,94)
#45464D
(69,70,77)
#36373C
(54,55,60)
#27282B
(39,40,43)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AEAFC4

#AEAFC4
(174,175,196)
#B5B6C9
(181,182,201)
#BCBDCE
(188,189,206)
#C3C4D3
(195,196,211)
#CACBD8
(202,203,216)
#D1D2DD
(209,210,221)
#D8D9E2
(216,217,226)
#DFE0E7
(223,224,231)
#E6E7EC
(230,231,236)
#EDEEF1
(237,238,241)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAFC4 color. Also use rgb(174,175,196) instead hex code.

Text Font Color

.myTextColor { color: #AEAFC4; }

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

This text font color is #AEAFC4.

Background Color

.myBgColor { background-color: #AEAFC4; }

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

This div background color is #AEAFC4.

Border color

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

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

This div border color is #AEAFC4.

Opacity

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

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

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

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

This text has shadow with #AEAFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAFC4.

Preview

Color preview on black background

This text has color #AEAFC4 on black background.


Color preview on white background

This text has color #AEAFC4 on white background.


Black color preview on #AEAFC4 background

This text has black color on #AEAFC4 background.


White color preview on #AEAFC4 background

This text has white color on #AEAFC4 background.


Related colors

Complementary color

Complementary color for #hex is #51503B.


I love getcolorcode.com

Triadic colors

1 #C4AEAF and #AFC4AE with #AEAFC4 are triadic colors.

2 #C4AFAE and #AFAEC4 with #AEAFC4 are triadic colors.