COLOR #AFC8ED

HEX: #AFC8ED RGB: (175,200,237)

Color info

#AFC8ED contains mainly green and blue colors. Web safe color of #AFC8ED is #99CCFF (or #9CF).

RGB color model

#AFC8ED color RGB value is (175,200,237).

RGB: (175,200,237) (69%, 78%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 237 of 255 = 93%

175
200
237

R + G + B ~ 80%. #AFC8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 237 = 612 (100%)
R 175 of 612 ~ 28.59%
G 200 of 612 ~ 32.68%
B 237 of 612 ~ 38.73'%

%28.59
%32.68
%38.73

CMYK color model

#AFC8ED color CMYK value is (26,16,0,7).

  • cyan value is 26.16%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (26,16,0,7)
C26M16Y0K7 (26%, 16%, 0%, 7%)
(0.26 / 0.16 / 0.00 / 0.07)

CMYK percentages

%26.16
%15.61
%0
%7.06

Codes

Color #AFC8ED in popluar color models

AF C8 ED
RGB 175 200 237
HSL 216° 63.27% 80.78%
HSB/HSV 216° 26.16% 92.94%
CMYK 26.16% 15.61% 0.00%
7.06%

Color #AFC8ED in popluar number systems.

HEX AF C8 ED
Decimal 175 200 237
Binary 10101111 11001000 11101101
Octal 257 310 355

Shades and tints

Shades of #AFC8ED

#AFC8ED
(175,200,237)
#A0B6D8
(160,182,216)
#91A4C3
(145,164,195)
#8292AE
(130,146,174)
#738099
(115,128,153)
#646E84
(100,110,132)
#555C6F
(85,92,111)
#464A5A
(70,74,90)
#373845
(55,56,69)
#282630
(40,38,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #AFC8ED

#AFC8ED
(175,200,237)
#B6CDEE
(182,205,238)
#BDD2EF
(189,210,239)
#C4D7F0
(196,215,240)
#CBDCF1
(203,220,241)
#D2E1F2
(210,225,242)
#D9E6F3
(217,230,243)
#E0EBF4
(224,235,244)
#E7F0F5
(231,240,245)
#EEF5F6
(238,245,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC8ED color. Also use rgb(175,200,237) instead hex code.

Text Font Color

.myTextColor { color: #AFC8ED; }

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

This text font color is #AFC8ED.

Background Color

.myBgColor { background-color: #AFC8ED; }

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

This div background color is #AFC8ED.

Border color

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

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

This div border color is #AFC8ED.

Opacity

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

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

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

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

This text has shadow with #AFC8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8ED.

Preview

Color preview on black background

This text has color #AFC8ED on black background.


Color preview on white background

This text has color #AFC8ED on white background.


Black color preview on #AFC8ED background

This text has black color on #AFC8ED background.


White color preview on #AFC8ED background

This text has white color on #AFC8ED background.


Related colors

Complementary color

Complementary color for #hex is #503712.


I love getcolorcode.com

Triadic colors

1 #EDAFC8 and #C8EDAF with #AFC8ED are triadic colors.

2 #EDC8AF and #C8AFED with #AFC8ED are triadic colors.