COLOR #A4AECB

HEX: #A4AECB RGB: (164,174,203)

Color info

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

RGB color model

#A4AECB color RGB value is (164,174,203).

RGB: (164,174,203) (64%, 68%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 203 of 255 = 80%

164
174
203

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

Portions of RGB colors in percentages

R + G + B = 164 + 174 + 203 = 541 (100%)
R 164 of 541 ~ 30.31%
G 174 of 541 ~ 32.16%
B 203 of 541 ~ 37.52'%

%30.31
%32.16
%37.52

CMYK color model

#A4AECB color CMYK value is (19,14,0,20).

  • cyan value is 19.21%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (19,14,0,20)
C19M14Y0K20 (19%, 14%, 0%, 20%)
(0.19 / 0.14 / 0.00 / 0.20)

CMYK percentages

%19.21
%14.29
%0
%20.39

Codes

Color #A4AECB in popluar color models

A4 AE CB
RGB 164 174 203
HSL 225° 27.27% 71.96%
HSB/HSV 225° 19.21% 79.61%
CMYK 19.21% 14.29% 0.00%
20.39%

Color #A4AECB in popluar number systems.

HEX A4 AE CB
Decimal 164 174 203
Binary 10100100 10101110 11001011
Octal 244 256 313

Shades and tints

Shades of #A4AECB

#A4AECB
(164,174,203)
#969FB9
(150,159,185)
#8890A7
(136,144,167)
#7A8195
(122,129,149)
#6C7283
(108,114,131)
#5E6371
(94,99,113)
#50545F
(80,84,95)
#42454D
(66,69,77)
#34363B
(52,54,59)
#262729
(38,39,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4AECB

#A4AECB
(164,174,203)
#ACB5CF
(172,181,207)
#B4BCD3
(180,188,211)
#BCC3D7
(188,195,215)
#C4CADB
(196,202,219)
#CCD1DF
(204,209,223)
#D4D8E3
(212,216,227)
#DCDFE7
(220,223,231)
#E4E6EB
(228,230,235)
#ECEDEF
(236,237,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AECB color. Also use rgb(164,174,203) instead hex code.

Text Font Color

.myTextColor { color: #A4AECB; }

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

This text font color is #A4AECB.

Background Color

.myBgColor { background-color: #A4AECB; }

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

This div background color is #A4AECB.

Border color

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

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

This div border color is #A4AECB.

Opacity

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

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

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

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

This text has shadow with #A4AECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AECB.

Preview

Color preview on black background

This text has color #A4AECB on black background.


Color preview on white background

This text has color #A4AECB on white background.


Black color preview on #A4AECB background

This text has black color on #A4AECB background.


White color preview on #A4AECB background

This text has white color on #A4AECB background.


Related colors

Complementary color

Complementary color for #hex is #5B5134.


I love getcolorcode.com

Triadic colors

1 #CBA4AE and #AECBA4 with #A4AECB are triadic colors.

2 #CBAEA4 and #AEA4CB with #A4AECB are triadic colors.