COLOR #AFC0E4

HEX: #AFC0E4 RGB: (175,192,228)

Color info

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

RGB color model

#AFC0E4 color RGB value is (175,192,228).

RGB: (175,192,228) (69%, 75%, 89%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 228 of 255 = 89%

175
192
228

R + G + B ~ 78%. #AFC0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 192 + 228 = 595 (100%)
R 175 of 595 ~ 29.41%
G 192 of 595 ~ 32.27%
B 228 of 595 ~ 38.32'%

%29.41
%32.27
%38.32

CMYK color model

#AFC0E4 color CMYK value is (23,16,0,11).

  • cyan value is 23.25%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (23,16,0,11)
C23M16Y0K11 (23%, 16%, 0%, 11%)
(0.23 / 0.16 / 0.00 / 0.11)

CMYK percentages

%23.25
%15.79
%0
%10.59

Codes

Color #AFC0E4 in popluar color models

AF C0 E4
RGB 175 192 228
HSL 221° 49.53% 79.02%
HSB/HSV 221° 23.25% 89.41%
CMYK 23.25% 15.79% 0.00%
10.59%

Color #AFC0E4 in popluar number systems.

HEX AF C0 E4
Decimal 175 192 228
Binary 10101111 11000000 11100100
Octal 257 300 344

Shades and tints

Shades of #AFC0E4

#AFC0E4
(175,192,228)
#A0AFD0
(160,175,208)
#919EBC
(145,158,188)
#828DA8
(130,141,168)
#737C94
(115,124,148)
#646B80
(100,107,128)
#555A6C
(85,90,108)
#464958
(70,73,88)
#373844
(55,56,68)
#282730
(40,39,48)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #AFC0E4

#AFC0E4
(175,192,228)
#B6C5E6
(182,197,230)
#BDCAE8
(189,202,232)
#C4CFEA
(196,207,234)
#CBD4EC
(203,212,236)
#D2D9EE
(210,217,238)
#D9DEF0
(217,222,240)
#E0E3F2
(224,227,242)
#E7E8F4
(231,232,244)
#EEEDF6
(238,237,246)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC0E4 color. Also use rgb(175,192,228) instead hex code.

Text Font Color

.myTextColor { color: #AFC0E4; }

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

This text font color is #AFC0E4.

Background Color

.myBgColor { background-color: #AFC0E4; }

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

This div background color is #AFC0E4.

Border color

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

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

This div border color is #AFC0E4.

Opacity

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

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

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

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

This text has shadow with #AFC0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC0E4.

Preview

Color preview on black background

This text has color #AFC0E4 on black background.


Color preview on white background

This text has color #AFC0E4 on white background.


Black color preview on #AFC0E4 background

This text has black color on #AFC0E4 background.


White color preview on #AFC0E4 background

This text has white color on #AFC0E4 background.


Related colors

Complementary color

Complementary color for #hex is #503F1B.


I love getcolorcode.com

Triadic colors

1 #E4AFC0 and #C0E4AF with #AFC0E4 are triadic colors.

2 #E4C0AF and #C0AFE4 with #AFC0E4 are triadic colors.