COLOR #AFC9EC

HEX: #AFC9EC RGB: (175,201,236)

Color info

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

RGB color model

#AFC9EC color RGB value is (175,201,236).

RGB: (175,201,236) (69%, 79%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 236 of 255 = 93%

175
201
236

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

Portions of RGB colors in percentages

R + G + B = 175 + 201 + 236 = 612 (100%)
R 175 of 612 ~ 28.59%
G 201 of 612 ~ 32.84%
B 236 of 612 ~ 38.56'%

%28.59
%32.84
%38.56

CMYK color model

#AFC9EC color CMYK value is (26,15,0,7).

  • cyan value is 25.85%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (26,15,0,7)
C26M15Y0K7 (26%, 15%, 0%, 7%)
(0.26 / 0.15 / 0.00 / 0.07)

CMYK percentages

%25.85
%14.83
%0
%7.45

Codes

Color #AFC9EC in popluar color models

AF C9 EC
RGB 175 201 236
HSL 214° 61.62% 80.59%
HSB/HSV 214° 25.85% 92.55%
CMYK 25.85% 14.83% 0.00%
7.45%

Color #AFC9EC in popluar number systems.

HEX AF C9 EC
Decimal 175 201 236
Binary 10101111 11001001 11101100
Octal 257 311 354

Shades and tints

Shades of #AFC9EC

#AFC9EC
(175,201,236)
#A0B7D7
(160,183,215)
#91A5C2
(145,165,194)
#8293AD
(130,147,173)
#738198
(115,129,152)
#646F83
(100,111,131)
#555D6E
(85,93,110)
#464B59
(70,75,89)
#373944
(55,57,68)
#28272F
(40,39,47)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #AFC9EC

#AFC9EC
(175,201,236)
#B6CDED
(182,205,237)
#BDD1EE
(189,209,238)
#C4D5EF
(196,213,239)
#CBD9F0
(203,217,240)
#D2DDF1
(210,221,241)
#D9E1F2
(217,225,242)
#E0E5F3
(224,229,243)
#E7E9F4
(231,233,244)
#EEEDF5
(238,237,245)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC9EC color. Also use rgb(175,201,236) instead hex code.

Text Font Color

.myTextColor { color: #AFC9EC; }

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

This text font color is #AFC9EC.

Background Color

.myBgColor { background-color: #AFC9EC; }

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

This div background color is #AFC9EC.

Border color

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

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

This div border color is #AFC9EC.

Opacity

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

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

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

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

This text has shadow with #AFC9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC9EC.

Preview

Color preview on black background

This text has color #AFC9EC on black background.


Color preview on white background

This text has color #AFC9EC on white background.


Black color preview on #AFC9EC background

This text has black color on #AFC9EC background.


White color preview on #AFC9EC background

This text has white color on #AFC9EC background.


Related colors

Complementary color

Complementary color for #hex is #503613.


I love getcolorcode.com

Triadic colors

1 #ECAFC9 and #C9ECAF with #AFC9EC are triadic colors.

2 #ECC9AF and #C9AFEC with #AFC9EC are triadic colors.