COLOR #AFBADE

HEX: #AFBADE RGB: (175,186,222)

Color info

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

RGB color model

#AFBADE color RGB value is (175,186,222).

RGB: (175,186,222) (69%, 73%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 222 of 255 = 87%

175
186
222

R + G + B ~ 76%. #AFBADE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 222 = 583 (100%)
R 175 of 583 ~ 30.02%
G 186 of 583 ~ 31.9%
B 222 of 583 ~ 38.08'%

%30.02
%31.9
%38.08

CMYK color model

#AFBADE color CMYK value is (21,16,0,13).

  • cyan value is 21.17%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (21,16,0,13)
C21M16Y0K13 (21%, 16%, 0%, 13%)
(0.21 / 0.16 / 0.00 / 0.13)

CMYK percentages

%21.17
%16.22
%0
%12.94

Codes

Color #AFBADE in popluar color models

AF BA DE
RGB 175 186 222
HSL 226° 41.59% 77.84%
HSB/HSV 226° 21.17% 87.06%
CMYK 21.17% 16.22% 0.00%
12.94%

Color #AFBADE in popluar number systems.

HEX AF BA DE
Decimal 175 186 222
Binary 10101111 10111010 11011110
Octal 257 272 336

Shades and tints

Shades of #AFBADE

#AFBADE
(175,186,222)
#A0AACA
(160,170,202)
#919AB6
(145,154,182)
#828AA2
(130,138,162)
#737A8E
(115,122,142)
#646A7A
(100,106,122)
#555A66
(85,90,102)
#464A52
(70,74,82)
#373A3E
(55,58,62)
#282A2A
(40,42,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #AFBADE

#AFBADE
(175,186,222)
#B6C0E1
(182,192,225)
#BDC6E4
(189,198,228)
#C4CCE7
(196,204,231)
#CBD2EA
(203,210,234)
#D2D8ED
(210,216,237)
#D9DEF0
(217,222,240)
#E0E4F3
(224,228,243)
#E7EAF6
(231,234,246)
#EEF0F9
(238,240,249)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBADE color. Also use rgb(175,186,222) instead hex code.

Text Font Color

.myTextColor { color: #AFBADE; }

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

This text font color is #AFBADE.

Background Color

.myBgColor { background-color: #AFBADE; }

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

This div background color is #AFBADE.

Border color

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

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

This div border color is #AFBADE.

Opacity

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

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

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

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

This text has shadow with #AFBADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBADE.

Preview

Color preview on black background

This text has color #AFBADE on black background.


Color preview on white background

This text has color #AFBADE on white background.


Black color preview on #AFBADE background

This text has black color on #AFBADE background.


White color preview on #AFBADE background

This text has white color on #AFBADE background.


Related colors

Complementary color

Complementary color for #hex is #504521.


I love getcolorcode.com

Triadic colors

1 #DEAFBA and #BADEAF with #AFBADE are triadic colors.

2 #DEBAAF and #BAAFDE with #AFBADE are triadic colors.