COLOR #AFC1E9

HEX: #AFC1E9
RGB: (175,193,233)

Color info

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

RGB color model

#AFC1E9 color RGB value is (175,193,233).

  • red value is 175;
  • green value is 193;
  • blue value is 233.
RGB:
(175,193,233)
(69%,76%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 233 of 255 = 91%

175
193
233

R + G + B ~ 79%. #AFC1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 233 = 601 (100%)
R 175 of 601 ~ 29.12%
G 193 of 601 ~ 32.11%
B 233 of 601 ~ 38.77%

%29.12
%32.11
%38.77

CMYK color model

#AFC1E9 color CMYK value is (25,17,0,9).

  • cyan value is 24.89%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(25,17,0,9)
C25M17Y0K9 
(25%,17%,0%,9%)
(0.25/0.17/0.00/0.09)	

CMYK percentages

%24.89
%17.17
%0
%8.63

Codes

Color #AFC1E9 in popluar color models

AFC1E9
RGB175193233
HSL221°56.86%80.00%
HSB/HSV221°24.89%91.37%
CMYK24.89%17.17%0.00%
8.63%

Color #AFC1E9 in popluar number systems.

HEXAFC1E9
Decimal175193233
Binary101011111100000111101001
Octal257301351

Shades and tints

Shades of #AFC1E9

#AFC1E9
(175,193,233)
#A0B0D4
(160,176,212)
#919FBF
(145,159,191)
#828EAA
(130,142,170)
#737D95
(115,125,149)
#646C80
(100,108,128)
#555B6B
(85,91,107)
#464A56
(70,74,86)
#373941
(55,57,65)
#28282C
(40,40,44)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFC1E9

#AFC1E9
(175,193,233)
#B6C6EB
(182,198,235)
#BDCBED
(189,203,237)
#C4D0EF
(196,208,239)
#CBD5F1
(203,213,241)
#D2DAF3
(210,218,243)
#D9DFF5
(217,223,245)
#E0E4F7
(224,228,247)
#E7E9F9
(231,233,249)
#EEEEFB
(238,238,251)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1E9; }

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

This text font color is #AFC1E9.


Background Color

.myBgColor { background-color: #AFC1E9; }

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

This div background color is #AFC1E9.


Border color

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

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

This div border color is #AFC1E9.


Opacity

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

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

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

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

This text has shadow with #AFC1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1E9 on black background.


Color preview on white background

This text has color #AFC1E9 on white background.



Black color preview on #AFC1E9 background

This text has black color on #AFC1E9 background.


White color preview on #AFC1E9 background

This text has white color on #AFC1E9 background.