COLOR #ADAFBE

HEX: #ADAFBE RGB: (173,175,190)

Color info

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

RGB color model

#ADAFBE color RGB value is (173,175,190).

RGB: (173,175,190) (68%, 69%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 190 of 255 = 75%

173
175
190

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 190 = 538 (100%)
R 173 of 538 ~ 32.16%
G 175 of 538 ~ 32.53%
B 190 of 538 ~ 35.32'%

%32.16
%32.53
%35.32

CMYK color model

#ADAFBE color CMYK value is (9,8,0,25).

  • cyan value is 8.95%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (9,8,0,25) C9M8Y0K25 (9%,8%,0%,25%) (0.09/0.08/0.00/0.25) 

CMYK percentages

%8.95
%7.89
%0
%25.49

Codes

Color #ADAFBE in popluar color models

AD AF BE
RGB 173 175 190
HSL 233° 11.56% 71.18%
HSB/HSV 233° 8.95% 74.51%
CMYK 8.95% 7.89% 0.00%
25.49%

Color #ADAFBE in popluar number systems.

HEX AD AF BE
Decimal 173 175 190
Binary 10101101 10101111 10111110
Octal 255 257 276

Shades and tints

Shades of #ADAFBE

#ADAFBE
(173,175,190)
#9EA0AD
(158,160,173)
#8F919C
(143,145,156)
#80828B
(128,130,139)
#71737A
(113,115,122)
#626469
(98,100,105)
#535558
(83,85,88)
#444647
(68,70,71)
#353736
(53,55,54)
#262825
(38,40,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADAFBE

#ADAFBE
(173,175,190)
#B4B6C3
(180,182,195)
#BBBDC8
(187,189,200)
#C2C4CD
(194,196,205)
#C9CBD2
(201,203,210)
#D0D2D7
(208,210,215)
#D7D9DC
(215,217,220)
#DEE0E1
(222,224,225)
#E5E7E6
(229,231,230)
#ECEEEB
(236,238,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAFBE color. Also use rgb(173,175,190) instead hex code.

Text Font Color

.myTextColor { color: #ADAFBE; }

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

This text font color is #ADAFBE.

Background Color

.myBgColor { background-color: #ADAFBE; }

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

This div background color is #ADAFBE.

Border color

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

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

This div border color is #ADAFBE.

Opacity

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

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

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

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

This text has shadow with #ADAFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFBE.

Preview

Color preview on black background

This text has color #ADAFBE on black background.


Color preview on white background

This text has color #ADAFBE on white background.


Black color preview on #ADAFBE background

This text has black color on #ADAFBE background.


White color preview on #ADAFBE background

This text has white color on #ADAFBE background.


Related colors

Complementary color

Complementary color for #hex is #525041.


I love getcolorcode.com

Triadic colors

1 #BEADAF and #AFBEAD with #ADAFBE are triadic colors.

2 #BEAFAD and #AFADBE with #ADAFBE are triadic colors.