COLOR #AFC1D1

HEX: #AFC1D1
RGB: (175,193,209)

Color info

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

RGB color model

#AFC1D1 color RGB value is (175,193,209).

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

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 209 of 255 = 82%

175
193
209

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

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 209 = 577 (100%)
R 175 of 577 ~ 30.33%
G 193 of 577 ~ 33.45%
B 209 of 577 ~ 36.22%

%30.33
%33.45
%36.22

CMYK color model

#AFC1D1 color CMYK value is (16,8,0,18).

  • cyan value is 16.27%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,8,0,18)
C16M8Y0K18 
(16%,8%,0%,18%)
(0.16/0.08/0.00/0.18)	

CMYK percentages

%16.27
%7.66
%0
%18.04

Codes

Color #AFC1D1 in popluar color models

AFC1D1
RGB175193209
HSL208°26.98%75.29%
HSB/HSV208°16.27%81.96%
CMYK16.27%7.66%0.00%
18.04%

Color #AFC1D1 in popluar number systems.

HEXAFC1D1
Decimal175193209
Binary101011111100000111010001
Octal257301321

Shades and tints

Shades of #AFC1D1

#AFC1D1
(175,193,209)
#A0B0BE
(160,176,190)
#919FAB
(145,159,171)
#828E98
(130,142,152)
#737D85
(115,125,133)
#646C72
(100,108,114)
#555B5F
(85,91,95)
#464A4C
(70,74,76)
#373939
(55,57,57)
#282826
(40,40,38)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFC1D1

#AFC1D1
(175,193,209)
#B6C6D5
(182,198,213)
#BDCBD9
(189,203,217)
#C4D0DD
(196,208,221)
#CBD5E1
(203,213,225)
#D2DAE5
(210,218,229)
#D9DFE9
(217,223,233)
#E0E4ED
(224,228,237)
#E7E9F1
(231,233,241)
#EEEEF5
(238,238,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1D1; }

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

This text font color is #AFC1D1.


Background Color

.myBgColor { background-color: #AFC1D1; }

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

This div background color is #AFC1D1.


Border color

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

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

This div border color is #AFC1D1.


Opacity

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

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

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

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

This text has shadow with #AFC1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1D1 on black background.


Color preview on white background

This text has color #AFC1D1 on white background.



Black color preview on #AFC1D1 background

This text has black color on #AFC1D1 background.


White color preview on #AFC1D1 background

This text has white color on #AFC1D1 background.