COLOR #AFC1F3

HEX: #AFC1F3 RGB: (175,193,243)

Color info

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

RGB color model

#AFC1F3 color RGB value is (175,193,243).

RGB: (175,193,243) (69%, 76%, 95%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 243 of 255 = 95%

175
193
243

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

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 243 = 611 (100%)
R 175 of 611 ~ 28.64%
G 193 of 611 ~ 31.59%
B 243 of 611 ~ 39.77'%

%28.64
%31.59
%39.77

CMYK color model

#AFC1F3 color CMYK value is (28,21,0,5).

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

CMYK: (28,21,0,5)
C28M21Y0K5 (28%, 21%, 0%, 5%)
(0.28 / 0.21 / 0.00 / 0.05)

CMYK percentages

%27.98
%20.58
%0
%4.71

Codes

Color #AFC1F3 in popluar color models

AF C1 F3
RGB 175 193 243
HSL 224° 73.91% 81.96%
HSB/HSV 224° 27.98% 95.29%
CMYK 27.98% 20.58% 0.00%
4.71%

Color #AFC1F3 in popluar number systems.

HEX AF C1 F3
Decimal 175 193 243
Binary 10101111 11000001 11110011
Octal 257 301 363

Shades and tints

Shades of #AFC1F3

#AFC1F3
(175,193,243)
#A0B0DD
(160,176,221)
#919FC7
(145,159,199)
#828EB1
(130,142,177)
#737D9B
(115,125,155)
#646C85
(100,108,133)
#555B6F
(85,91,111)
#464A59
(70,74,89)
#373943
(55,57,67)
#28282D
(40,40,45)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFC1F3

#AFC1F3
(175,193,243)
#B6C6F4
(182,198,244)
#BDCBF5
(189,203,245)
#C4D0F6
(196,208,246)
#CBD5F7
(203,213,247)
#D2DAF8
(210,218,248)
#D9DFF9
(217,223,249)
#E0E4FA
(224,228,250)
#E7E9FB
(231,233,251)
#EEEEFC
(238,238,252)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1F3; }

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

This text font color is #AFC1F3.

Background Color

.myBgColor { background-color: #AFC1F3; }

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

This div background color is #AFC1F3.

Border color

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

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

This div border color is #AFC1F3.

Opacity

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

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

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

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

This text has shadow with #AFC1F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC1F3.

Preview

Color preview on black background

This text has color #AFC1F3 on black background.


Color preview on white background

This text has color #AFC1F3 on white background.


Black color preview on #AFC1F3 background

This text has black color on #AFC1F3 background.


White color preview on #AFC1F3 background

This text has white color on #AFC1F3 background.


Related colors

Complementary color

Complementary color for #hex is #503E0C.


I love getcolorcode.com

Triadic colors

1 #F3AFC1 and #C1F3AF with #AFC1F3 are triadic colors.

2 #F3C1AF and #C1AFF3 with #AFC1F3 are triadic colors.