COLOR #AFC4F3

HEX: #AFC4F3 RGB: (175,196,243)

Color info

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

RGB color model

#AFC4F3 color RGB value is (175,196,243).

RGB: (175,196,243) (69%, 77%, 95%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 243 of 255 = 95%

175
196
243

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

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 243 = 614 (100%)
R 175 of 614 ~ 28.5%
G 196 of 614 ~ 31.92%
B 243 of 614 ~ 39.58'%

%28.5
%31.92
%39.58

CMYK color model

#AFC4F3 color CMYK value is (28,19,0,5).

  • cyan value is 27.98%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (28,19,0,5)
C28M19Y0K5 (28%, 19%, 0%, 5%)
(0.28 / 0.19 / 0.00 / 0.05)

CMYK percentages

%27.98
%19.34
%0
%4.71

Codes

Color #AFC4F3 in popluar color models

AF C4 F3
RGB 175 196 243
HSL 221° 73.91% 81.96%
HSB/HSV 221° 27.98% 95.29%
CMYK 27.98% 19.34% 0.00%
4.71%

Color #AFC4F3 in popluar number systems.

HEX AF C4 F3
Decimal 175 196 243
Binary 10101111 11000100 11110011
Octal 257 304 363

Shades and tints

Shades of #AFC4F3

#AFC4F3
(175,196,243)
#A0B3DD
(160,179,221)
#91A2C7
(145,162,199)
#8291B1
(130,145,177)
#73809B
(115,128,155)
#646F85
(100,111,133)
#555E6F
(85,94,111)
#464D59
(70,77,89)
#373C43
(55,60,67)
#282B2D
(40,43,45)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFC4F3

#AFC4F3
(175,196,243)
#B6C9F4
(182,201,244)
#BDCEF5
(189,206,245)
#C4D3F6
(196,211,246)
#CBD8F7
(203,216,247)
#D2DDF8
(210,221,248)
#D9E2F9
(217,226,249)
#E0E7FA
(224,231,250)
#E7ECFB
(231,236,251)
#EEF1FC
(238,241,252)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC4F3 color. Also use rgb(175,196,243) instead hex code.

Text Font Color

.myTextColor { color: #AFC4F3; }

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

This text font color is #AFC4F3.

Background Color

.myBgColor { background-color: #AFC4F3; }

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

This div background color is #AFC4F3.

Border color

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

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

This div border color is #AFC4F3.

Opacity

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

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

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

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

This text has shadow with #AFC4F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC4F3.

Preview

Color preview on black background

This text has color #AFC4F3 on black background.


Color preview on white background

This text has color #AFC4F3 on white background.


Black color preview on #AFC4F3 background

This text has black color on #AFC4F3 background.


White color preview on #AFC4F3 background

This text has white color on #AFC4F3 background.


Related colors

Complementary color

Complementary color for #hex is #503B0C.


I love getcolorcode.com

Triadic colors

1 #F3AFC4 and #C4F3AF with #AFC4F3 are triadic colors.

2 #F3C4AF and #C4AFF3 with #AFC4F3 are triadic colors.