COLOR #AFC6D9

HEX: #AFC6D9
RGB: (175,198,217)

Color info

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

RGB color model

#AFC6D9 color RGB value is (175,198,217).

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

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 217 of 255 = 85%

175
198
217

R + G + B ~ 77%. #AFC6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 217 = 590 (100%)
R 175 of 590 ~ 29.66%
G 198 of 590 ~ 33.56%
B 217 of 590 ~ 36.78%

%29.66
%33.56
%36.78

CMYK color model

#AFC6D9 color CMYK value is (19,9,0,15).

  • cyan value is 19.35%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,9,0,15)
C19M9Y0K15 
(19%,9%,0%,15%)
(0.19/0.09/0.00/0.15)	

CMYK percentages

%19.35
%8.76
%0
%14.9

Codes

Color #AFC6D9 in popluar color models

AFC6D9
RGB175198217
HSL207°35.59%76.86%
HSB/HSV207°19.35%85.10%
CMYK19.35%8.76%0.00%
14.90%

Color #AFC6D9 in popluar number systems.

HEXAFC6D9
Decimal175198217
Binary101011111100011011011001
Octal257306331

Shades and tints

Shades of #AFC6D9

#AFC6D9
(175,198,217)
#A0B4C6
(160,180,198)
#91A2B3
(145,162,179)
#8290A0
(130,144,160)
#737E8D
(115,126,141)
#646C7A
(100,108,122)
#555A67
(85,90,103)
#464854
(70,72,84)
#373641
(55,54,65)
#28242E
(40,36,46)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #AFC6D9

#AFC6D9
(175,198,217)
#B6CBDC
(182,203,220)
#BDD0DF
(189,208,223)
#C4D5E2
(196,213,226)
#CBDAE5
(203,218,229)
#D2DFE8
(210,223,232)
#D9E4EB
(217,228,235)
#E0E9EE
(224,233,238)
#E7EEF1
(231,238,241)
#EEF3F4
(238,243,244)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6D9; }

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

This text font color is #AFC6D9.


Background Color

.myBgColor { background-color: #AFC6D9; }

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

This div background color is #AFC6D9.


Border color

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

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

This div border color is #AFC6D9.


Opacity

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

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

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

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

This text has shadow with #AFC6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6D9 on black background.


Color preview on white background

This text has color #AFC6D9 on white background.



Black color preview on #AFC6D9 background

This text has black color on #AFC6D9 background.


White color preview on #AFC6D9 background

This text has white color on #AFC6D9 background.