COLOR #AFC1DF

HEX: #AFC1DF
RGB: (175,193,223)

Color info

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

RGB color model

#AFC1DF color RGB value is (175,193,223).

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

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 223 of 255 = 87%

175
193
223

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

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 223 = 591 (100%)
R 175 of 591 ~ 29.61%
G 193 of 591 ~ 32.66%
B 223 of 591 ~ 37.73%

%29.61
%32.66
%37.73

CMYK color model

#AFC1DF color CMYK value is (22,13,0,13).

  • cyan value is 21.52%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,13,0,13)
C22M13Y0K13 
(22%,13%,0%,13%)
(0.22/0.13/0.00/0.13)	

CMYK percentages

%21.52
%13.45
%0
%12.55

Codes

Color #AFC1DF in popluar color models

AFC1DF
RGB175193223
HSL218°42.86%78.04%
HSB/HSV218°21.52%87.45%
CMYK21.52%13.45%0.00%
12.55%

Color #AFC1DF in popluar number systems.

HEXAFC1DF
Decimal175193223
Binary101011111100000111011111
Octal257301337

Shades and tints

Shades of #AFC1DF

#AFC1DF
(175,193,223)
#A0B0CB
(160,176,203)
#919FB7
(145,159,183)
#828EA3
(130,142,163)
#737D8F
(115,125,143)
#646C7B
(100,108,123)
#555B67
(85,91,103)
#464A53
(70,74,83)
#37393F
(55,57,63)
#28282B
(40,40,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFC1DF

#AFC1DF
(175,193,223)
#B6C6E1
(182,198,225)
#BDCBE3
(189,203,227)
#C4D0E5
(196,208,229)
#CBD5E7
(203,213,231)
#D2DAE9
(210,218,233)
#D9DFEB
(217,223,235)
#E0E4ED
(224,228,237)
#E7E9EF
(231,233,239)
#EEEEF1
(238,238,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1DF; }

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

This text font color is #AFC1DF.


Background Color

.myBgColor { background-color: #AFC1DF; }

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

This div background color is #AFC1DF.


Border color

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

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

This div border color is #AFC1DF.


Opacity

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

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

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

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

This text has shadow with #AFC1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1DF on black background.


Color preview on white background

This text has color #AFC1DF on white background.



Black color preview on #AFC1DF background

This text has black color on #AFC1DF background.


White color preview on #AFC1DF background

This text has white color on #AFC1DF background.