COLOR #AFC6E5

HEX: #AFC6E5
RGB: (175,198,229)

Color info

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

RGB color model

#AFC6E5 color RGB value is (175,198,229).

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

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 229 of 255 = 90%

175
198
229

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 229 = 602 (100%)
R 175 of 602 ~ 29.07%
G 198 of 602 ~ 32.89%
B 229 of 602 ~ 38.04%

%29.07
%32.89
%38.04

CMYK color model

#AFC6E5 color CMYK value is (24,14,0,10).

  • cyan value is 23.58%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,14,0,10)
C24M14Y0K10 
(24%,14%,0%,10%)
(0.24/0.14/0.00/0.10)	

CMYK percentages

%23.58
%13.54
%0
%10.2

Codes

Color #AFC6E5 in popluar color models

AFC6E5
RGB175198229
HSL214°50.94%79.22%
HSB/HSV214°23.58%89.80%
CMYK23.58%13.54%0.00%
10.20%

Color #AFC6E5 in popluar number systems.

HEXAFC6E5
Decimal175198229
Binary101011111100011011100101
Octal257306345

Shades and tints

Shades of #AFC6E5

#AFC6E5
(175,198,229)
#A0B4D1
(160,180,209)
#91A2BD
(145,162,189)
#8290A9
(130,144,169)
#737E95
(115,126,149)
#646C81
(100,108,129)
#555A6D
(85,90,109)
#464859
(70,72,89)
#373645
(55,54,69)
#282431
(40,36,49)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #AFC6E5

#AFC6E5
(175,198,229)
#B6CBE7
(182,203,231)
#BDD0E9
(189,208,233)
#C4D5EB
(196,213,235)
#CBDAED
(203,218,237)
#D2DFEF
(210,223,239)
#D9E4F1
(217,228,241)
#E0E9F3
(224,233,243)
#E7EEF5
(231,238,245)
#EEF3F7
(238,243,247)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6E5; }

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

This text font color is #AFC6E5.


Background Color

.myBgColor { background-color: #AFC6E5; }

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

This div background color is #AFC6E5.


Border color

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

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

This div border color is #AFC6E5.


Opacity

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

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

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

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

This text has shadow with #AFC6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6E5 on black background.


Color preview on white background

This text has color #AFC6E5 on white background.



Black color preview on #AFC6E5 background

This text has black color on #AFC6E5 background.


White color preview on #AFC6E5 background

This text has white color on #AFC6E5 background.