COLOR #ADBECF

HEX: #ADBECF RGB: (173,190,207)

Color info

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

RGB color model

#ADBECF color RGB value is (173,190,207).

RGB: (173,190,207) (68%, 75%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 190 of 255 = 75%
B 207 of 255 = 81%

173
190
207

R + G + B ~ 75%. #ADBECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 207 = 570 (100%)
R 173 of 570 ~ 30.35%
G 190 of 570 ~ 33.33%
B 207 of 570 ~ 36.32'%

%30.35
%33.33
%36.32

CMYK color model

#ADBECF color CMYK value is (16,8,0,19).

  • cyan value is 16.43%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,8,0,19)
C16M8Y0K19 (16%, 8%, 0%, 19%)
(0.16 / 0.08 / 0.00 / 0.19)

CMYK percentages

%16.43
%8.21
%0
%18.82

Codes

Color #ADBECF in popluar color models

AD BE CF
RGB 173 190 207
HSL 210° 26.15% 74.51%
HSB/HSV 210° 16.43% 81.18%
CMYK 16.43% 8.21% 0.00%
18.82%

Color #ADBECF in popluar number systems.

HEX AD BE CF
Decimal 173 190 207
Binary 10101101 10111110 11001111
Octal 255 276 317

Shades and tints

Shades of #ADBECF

#ADBECF
(173,190,207)
#9EADBD
(158,173,189)
#8F9CAB
(143,156,171)
#808B99
(128,139,153)
#717A87
(113,122,135)
#626975
(98,105,117)
#535863
(83,88,99)
#444751
(68,71,81)
#35363F
(53,54,63)
#26252D
(38,37,45)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADBECF

#ADBECF
(173,190,207)
#B4C3D3
(180,195,211)
#BBC8D7
(187,200,215)
#C2CDDB
(194,205,219)
#C9D2DF
(201,210,223)
#D0D7E3
(208,215,227)
#D7DCE7
(215,220,231)
#DEE1EB
(222,225,235)
#E5E6EF
(229,230,239)
#ECEBF3
(236,235,243)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBECF; }

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

This text font color is #ADBECF.

Background Color

.myBgColor { background-color: #ADBECF; }

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

This div background color is #ADBECF.

Border color

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

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

This div border color is #ADBECF.

Opacity

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

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

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

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

This text has shadow with #ADBECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBECF.

Preview

Color preview on black background

This text has color #ADBECF on black background.


Color preview on white background

This text has color #ADBECF on white background.


Black color preview on #ADBECF background

This text has black color on #ADBECF background.


White color preview on #ADBECF background

This text has white color on #ADBECF background.


Related colors

Complementary color

Complementary color for #hex is #524130.


I love getcolorcode.com

Triadic colors

1 #CFADBE and #BECFAD with #ADBECF are triadic colors.

2 #CFBEAD and #BEADCF with #ADBECF are triadic colors.