COLOR #ADAEC1

HEX: #ADAEC1 RGB: (173,174,193)

Color info

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

RGB color model

#ADAEC1 color RGB value is (173,174,193).

RGB: (173,174,193) (68%, 68%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 193 of 255 = 76%

173
174
193

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

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 193 = 540 (100%)
R 173 of 540 ~ 32.04%
G 174 of 540 ~ 32.22%
B 193 of 540 ~ 35.74'%

%32.04
%32.22
%35.74

CMYK color model

#ADAEC1 color CMYK value is (10,10,0,24).

  • cyan value is 10.36%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (10,10,0,24)
C10M10Y0K24 (10%, 10%, 0%, 24%)
(0.10 / 0.10 / 0.00 / 0.24)

CMYK percentages

%10.36
%9.84
%0
%24.31

Codes

Color #ADAEC1 in popluar color models

AD AE C1
RGB 173 174 193
HSL 237° 13.89% 71.76%
HSB/HSV 237° 10.36% 75.69%
CMYK 10.36% 9.84% 0.00%
24.31%

Color #ADAEC1 in popluar number systems.

HEX AD AE C1
Decimal 173 174 193
Binary 10101101 10101110 11000001
Octal 255 256 301

Shades and tints

Shades of #ADAEC1

#ADAEC1
(173,174,193)
#9E9FB0
(158,159,176)
#8F909F
(143,144,159)
#80818E
(128,129,142)
#71727D
(113,114,125)
#62636C
(98,99,108)
#53545B
(83,84,91)
#44454A
(68,69,74)
#353639
(53,54,57)
#262728
(38,39,40)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADAEC1

#ADAEC1
(173,174,193)
#B4B5C6
(180,181,198)
#BBBCCB
(187,188,203)
#C2C3D0
(194,195,208)
#C9CAD5
(201,202,213)
#D0D1DA
(208,209,218)
#D7D8DF
(215,216,223)
#DEDFE4
(222,223,228)
#E5E6E9
(229,230,233)
#ECEDEE
(236,237,238)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAEC1 color. Also use rgb(173,174,193) instead hex code.

Text Font Color

.myTextColor { color: #ADAEC1; }

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

This text font color is #ADAEC1.

Background Color

.myBgColor { background-color: #ADAEC1; }

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

This div background color is #ADAEC1.

Border color

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

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

This div border color is #ADAEC1.

Opacity

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

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

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

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

This text has shadow with #ADAEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAEC1.

Preview

Color preview on black background

This text has color #ADAEC1 on black background.


Color preview on white background

This text has color #ADAEC1 on white background.


Black color preview on #ADAEC1 background

This text has black color on #ADAEC1 background.


White color preview on #ADAEC1 background

This text has white color on #ADAEC1 background.


Related colors

Complementary color

Complementary color for #hex is #52513E.


I love getcolorcode.com

Triadic colors

1 #C1ADAE and #AEC1AD with #ADAEC1 are triadic colors.

2 #C1AEAD and #AEADC1 with #ADAEC1 are triadic colors.