COLOR #A8AEC4

HEX: #A8AEC4 RGB: (168,174,196)

Color info

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

RGB color model

#A8AEC4 color RGB value is (168,174,196).

RGB: (168,174,196) (66%, 68%, 77%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 196 of 255 = 77%

168
174
196

R + G + B ~ 70%. #A8AEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 196 = 538 (100%)
R 168 of 538 ~ 31.23%
G 174 of 538 ~ 32.34%
B 196 of 538 ~ 36.43'%

%31.23
%32.34
%36.43

CMYK color model

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

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

CMYK: (14,11,0,23)
C14M11Y0K23 (14%, 11%, 0%, 23%)
(0.14 / 0.11 / 0.00 / 0.23)

CMYK percentages

%14.29
%11.22
%0
%23.14

Codes

Color #A8AEC4 in popluar color models

A8 AE C4
RGB 168 174 196
HSL 227° 19.18% 71.37%
HSB/HSV 227° 14.29% 76.86%
CMYK 14.29% 11.22% 0.00%
23.14%

Color #A8AEC4 in popluar number systems.

HEX A8 AE C4
Decimal 168 174 196
Binary 10101000 10101110 11000100
Octal 250 256 304

Shades and tints

Shades of #A8AEC4

#A8AEC4
(168,174,196)
#999FB3
(153,159,179)
#8A90A2
(138,144,162)
#7B8191
(123,129,145)
#6C7280
(108,114,128)
#5D636F
(93,99,111)
#4E545E
(78,84,94)
#3F454D
(63,69,77)
#30363C
(48,54,60)
#21272B
(33,39,43)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #A8AEC4

#A8AEC4
(168,174,196)
#AFB5C9
(175,181,201)
#B6BCCE
(182,188,206)
#BDC3D3
(189,195,211)
#C4CAD8
(196,202,216)
#CBD1DD
(203,209,221)
#D2D8E2
(210,216,226)
#D9DFE7
(217,223,231)
#E0E6EC
(224,230,236)
#E7EDF1
(231,237,241)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AEC4; }

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

This text font color is #A8AEC4.

Background Color

.myBgColor { background-color: #A8AEC4; }

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

This div background color is #A8AEC4.

Border color

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

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

This div border color is #A8AEC4.

Opacity

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

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

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

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

This text has shadow with #A8AEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AEC4.

Preview

Color preview on black background

This text has color #A8AEC4 on black background.


Color preview on white background

This text has color #A8AEC4 on white background.


Black color preview on #A8AEC4 background

This text has black color on #A8AEC4 background.


White color preview on #A8AEC4 background

This text has white color on #A8AEC4 background.


Related colors

Complementary color

Complementary color for #hex is #57513B.


I love getcolorcode.com

Triadic colors

1 #C4A8AE and #AEC4A8 with #A8AEC4 are triadic colors.

2 #C4AEA8 and #AEA8C4 with #A8AEC4 are triadic colors.