COLOR #AFC6E1

HEX: #AFC6E1
RGB: (175,198,225)

Color info

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

RGB color model

#AFC6E1 color RGB value is (175,198,225).

  • red value is 175;
  • green value is 198;
  • blue value is 225.
RGB:
(175,198,225)
(69%,78%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 225 of 255 = 88%

175
198
225

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 225 = 598 (100%)
R 175 of 598 ~ 29.26%
G 198 of 598 ~ 33.11%
B 225 of 598 ~ 37.63%

%29.26
%33.11
%37.63

CMYK color model

#AFC6E1 color CMYK value is (22,12,0,12).

  • cyan value is 22.22%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(22,12,0,12)
C22M12Y0K12 
(22%,12%,0%,12%)
(0.22/0.12/0.00/0.12)	

CMYK percentages

%22.22
%12
%0
%11.76

Codes

Color #AFC6E1 in popluar color models

AFC6E1
RGB175198225
HSL212°45.45%78.43%
HSB/HSV212°22.22%88.24%
CMYK22.22%12.00%0.00%
11.76%

Color #AFC6E1 in popluar number systems.

HEXAFC6E1
Decimal175198225
Binary101011111100011011100001
Octal257306341

Shades and tints

Shades of #AFC6E1

#AFC6E1
(175,198,225)
#A0B4CD
(160,180,205)
#91A2B9
(145,162,185)
#8290A5
(130,144,165)
#737E91
(115,126,145)
#646C7D
(100,108,125)
#555A69
(85,90,105)
#464855
(70,72,85)
#373641
(55,54,65)
#28242D
(40,36,45)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AFC6E1

#AFC6E1
(175,198,225)
#B6CBE3
(182,203,227)
#BDD0E5
(189,208,229)
#C4D5E7
(196,213,231)
#CBDAE9
(203,218,233)
#D2DFEB
(210,223,235)
#D9E4ED
(217,228,237)
#E0E9EF
(224,233,239)
#E7EEF1
(231,238,241)
#EEF3F3
(238,243,243)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC6E1 color. Also use rgb(175,198,225) instead hex code.

Text Font Color

.myTextColor { color: #AFC6E1; }

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

This text font color is #AFC6E1.


Background Color

.myBgColor { background-color: #AFC6E1; }

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

This div background color is #AFC6E1.


Border color

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

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

This div border color is #AFC6E1.


Opacity

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

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

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

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

This text has shadow with #AFC6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6E1 on black background.


Color preview on white background

This text has color #AFC6E1 on white background.



Black color preview on #AFC6E1 background

This text has black color on #AFC6E1 background.


White color preview on #AFC6E1 background

This text has white color on #AFC6E1 background.