COLOR #AFC3D4

HEX: #AFC3D4
RGB: (175,195,212)

Color info

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

RGB color model

#AFC3D4 color RGB value is (175,195,212).

  • red value is 175;
  • green value is 195;
  • blue value is 212.
RGB:
(175,195,212)
(69%,76%,83%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 212 of 255 = 83%

175
195
212

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 212 = 582 (100%)
R 175 of 582 ~ 30.07%
G 195 of 582 ~ 33.51%
B 212 of 582 ~ 36.43%

%30.07
%33.51
%36.43

CMYK color model

#AFC3D4 color CMYK value is (17,8,0,17).

  • cyan value is 17.45%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,8,0,17)
C17M8Y0K17 
(17%,8%,0%,17%)
(0.17/0.08/0.00/0.17)	

CMYK percentages

%17.45
%8.02
%0
%16.86

Codes

Color #AFC3D4 in popluar color models

AFC3D4
RGB175195212
HSL208°30.08%75.88%
HSB/HSV208°17.45%83.14%
CMYK17.45%8.02%0.00%
16.86%

Color #AFC3D4 in popluar number systems.

HEXAFC3D4
Decimal175195212
Binary101011111100001111010100
Octal257303324

Shades and tints

Shades of #AFC3D4

#AFC3D4
(175,195,212)
#A0B2C1
(160,178,193)
#91A1AE
(145,161,174)
#82909B
(130,144,155)
#737F88
(115,127,136)
#646E75
(100,110,117)
#555D62
(85,93,98)
#464C4F
(70,76,79)
#373B3C
(55,59,60)
#282A29
(40,42,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFC3D4

#AFC3D4
(175,195,212)
#B6C8D7
(182,200,215)
#BDCDDA
(189,205,218)
#C4D2DD
(196,210,221)
#CBD7E0
(203,215,224)
#D2DCE3
(210,220,227)
#D9E1E6
(217,225,230)
#E0E6E9
(224,230,233)
#E7EBEC
(231,235,236)
#EEF0EF
(238,240,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC3D4 color. Also use rgb(175,195,212) instead hex code.

Text Font Color

.myTextColor { color: #AFC3D4; }

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

This text font color is #AFC3D4.


Background Color

.myBgColor { background-color: #AFC3D4; }

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

This div background color is #AFC3D4.


Border color

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

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

This div border color is #AFC3D4.


Opacity

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

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

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

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

This text has shadow with #AFC3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3D4 on black background.


Color preview on white background

This text has color #AFC3D4 on white background.



Black color preview on #AFC3D4 background

This text has black color on #AFC3D4 background.


White color preview on #AFC3D4 background

This text has white color on #AFC3D4 background.