COLOR #AFC6D1

HEX: #AFC6D1
RGB: (175,198,209)

Color info

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

RGB color model

#AFC6D1 color RGB value is (175,198,209).

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

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 209 of 255 = 82%

175
198
209

R + G + B ~ 76%. #AFC6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 209 = 582 (100%)
R 175 of 582 ~ 30.07%
G 198 of 582 ~ 34.02%
B 209 of 582 ~ 35.91%

%30.07
%34.02
%35.91

CMYK color model

#AFC6D1 color CMYK value is (16,5,0,18).

  • cyan value is 16.27%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,5,0,18)
C16M5Y0K18 
(16%,5%,0%,18%)
(0.16/0.05/0.00/0.18)	

CMYK percentages

%16.27
%5.26
%0
%18.04

Codes

Color #AFC6D1 in popluar color models

AFC6D1
RGB175198209
HSL199°26.98%75.29%
HSB/HSV199°16.27%81.96%
CMYK16.27%5.26%0.00%
18.04%

Color #AFC6D1 in popluar number systems.

HEXAFC6D1
Decimal175198209
Binary101011111100011011010001
Octal257306321

Shades and tints

Shades of #AFC6D1

#AFC6D1
(175,198,209)
#A0B4BE
(160,180,190)
#91A2AB
(145,162,171)
#829098
(130,144,152)
#737E85
(115,126,133)
#646C72
(100,108,114)
#555A5F
(85,90,95)
#46484C
(70,72,76)
#373639
(55,54,57)
#282426
(40,36,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFC6D1

#AFC6D1
(175,198,209)
#B6CBD5
(182,203,213)
#BDD0D9
(189,208,217)
#C4D5DD
(196,213,221)
#CBDAE1
(203,218,225)
#D2DFE5
(210,223,229)
#D9E4E9
(217,228,233)
#E0E9ED
(224,233,237)
#E7EEF1
(231,238,241)
#EEF3F5
(238,243,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6D1; }

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

This text font color is #AFC6D1.


Background Color

.myBgColor { background-color: #AFC6D1; }

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

This div background color is #AFC6D1.


Border color

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

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

This div border color is #AFC6D1.


Opacity

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

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

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

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

This text has shadow with #AFC6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6D1 on black background.


Color preview on white background

This text has color #AFC6D1 on white background.



Black color preview on #AFC6D1 background

This text has black color on #AFC6D1 background.


White color preview on #AFC6D1 background

This text has white color on #AFC6D1 background.