COLOR #AFC1DA

HEX: #AFC1DA
RGB: (175,193,218)

Color info

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

RGB color model

#AFC1DA color RGB value is (175,193,218).

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

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 218 of 255 = 85%

175
193
218

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

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 218 = 586 (100%)
R 175 of 586 ~ 29.86%
G 193 of 586 ~ 32.94%
B 218 of 586 ~ 37.2%

%29.86
%32.94
%37.2

CMYK color model

#AFC1DA color CMYK value is (20,11,0,15).

  • cyan value is 19.72%
  • magenta value is 11.47%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,11,0,15)
C20M11Y0K15 
(20%,11%,0%,15%)
(0.20/0.11/0.00/0.15)	

CMYK percentages

%19.72
%11.47
%0
%14.51

Codes

Color #AFC1DA in popluar color models

AFC1DA
RGB175193218
HSL215°36.75%77.06%
HSB/HSV215°19.72%85.49%
CMYK19.72%11.47%0.00%
14.51%

Color #AFC1DA in popluar number systems.

HEXAFC1DA
Decimal175193218
Binary101011111100000111011010
Octal257301332

Shades and tints

Shades of #AFC1DA

#AFC1DA
(175,193,218)
#A0B0C7
(160,176,199)
#919FB4
(145,159,180)
#828EA1
(130,142,161)
#737D8E
(115,125,142)
#646C7B
(100,108,123)
#555B68
(85,91,104)
#464A55
(70,74,85)
#373942
(55,57,66)
#28282F
(40,40,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #AFC1DA

#AFC1DA
(175,193,218)
#B6C6DD
(182,198,221)
#BDCBE0
(189,203,224)
#C4D0E3
(196,208,227)
#CBD5E6
(203,213,230)
#D2DAE9
(210,218,233)
#D9DFEC
(217,223,236)
#E0E4EF
(224,228,239)
#E7E9F2
(231,233,242)
#EEEEF5
(238,238,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1DA; }

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

This text font color is #AFC1DA.


Background Color

.myBgColor { background-color: #AFC1DA; }

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

This div background color is #AFC1DA.


Border color

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

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

This div border color is #AFC1DA.


Opacity

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

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

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

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

This text has shadow with #AFC1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1DA on black background.


Color preview on white background

This text has color #AFC1DA on white background.



Black color preview on #AFC1DA background

This text has black color on #AFC1DA background.


White color preview on #AFC1DA background

This text has white color on #AFC1DA background.