COLOR #AFC9D1

HEX: #AFC9D1
RGB: (175,201,209)

Color info

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

RGB color model

#AFC9D1 color RGB value is (175,201,209).

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

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 209 of 255 = 82%

175
201
209

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

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 209 = 585 (100%)
R 175 of 585 ~ 29.91%
G 201 of 585 ~ 34.36%
B 209 of 585 ~ 35.73%

%29.91
%34.36
%35.73

CMYK color model

#AFC9D1 color CMYK value is (16,4,0,18).

  • cyan value is 16.27%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,4,0,18)
C16M4Y0K18 
(16%,4%,0%,18%)
(0.16/0.04/0.00/0.18)	

CMYK percentages

%16.27
%3.83
%0
%18.04

Codes

Color #AFC9D1 in popluar color models

AFC9D1
RGB175201209
HSL194°26.98%75.29%
HSB/HSV194°16.27%81.96%
CMYK16.27%3.83%0.00%
18.04%

Color #AFC9D1 in popluar number systems.

HEXAFC9D1
Decimal175201209
Binary101011111100100111010001
Octal257311321

Shades and tints

Shades of #AFC9D1

#AFC9D1
(175,201,209)
#A0B7BE
(160,183,190)
#91A5AB
(145,165,171)
#829398
(130,147,152)
#738185
(115,129,133)
#646F72
(100,111,114)
#555D5F
(85,93,95)
#464B4C
(70,75,76)
#373939
(55,57,57)
#282726
(40,39,38)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFC9D1

#AFC9D1
(175,201,209)
#B6CDD5
(182,205,213)
#BDD1D9
(189,209,217)
#C4D5DD
(196,213,221)
#CBD9E1
(203,217,225)
#D2DDE5
(210,221,229)
#D9E1E9
(217,225,233)
#E0E5ED
(224,229,237)
#E7E9F1
(231,233,241)
#EEEDF5
(238,237,245)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9D1; }

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

This text font color is #AFC9D1.


Background Color

.myBgColor { background-color: #AFC9D1; }

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

This div background color is #AFC9D1.


Border color

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

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

This div border color is #AFC9D1.


Opacity

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

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

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

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

This text has shadow with #AFC9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9D1 on black background.


Color preview on white background

This text has color #AFC9D1 on white background.



Black color preview on #AFC9D1 background

This text has black color on #AFC9D1 background.


White color preview on #AFC9D1 background

This text has white color on #AFC9D1 background.