COLOR #AFC3E0

HEX: #AFC3E0
RGB: (175,195,224)

Color info

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

RGB color model

#AFC3E0 color RGB value is (175,195,224).

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

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 224 of 255 = 88%

175
195
224

R + G + B ~ 78%. #AFC3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 224 = 594 (100%)
R 175 of 594 ~ 29.46%
G 195 of 594 ~ 32.83%
B 224 of 594 ~ 37.71%

%29.46
%32.83
%37.71

CMYK color model

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

  • cyan value is 21.88%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(22,13,0,12)
C22M13Y0K12 
(22%,13%,0%,12%)
(0.22/0.13/0.00/0.12)	

CMYK percentages

%21.88
%12.95
%0
%12.16

Codes

Color #AFC3E0 in popluar color models

AFC3E0
RGB175195224
HSL216°44.14%78.24%
HSB/HSV216°21.88%87.84%
CMYK21.88%12.95%0.00%
12.16%

Color #AFC3E0 in popluar number systems.

HEXAFC3E0
Decimal175195224
Binary101011111100001111100000
Octal257303340

Shades and tints

Shades of #AFC3E0

#AFC3E0
(175,195,224)
#A0B2CC
(160,178,204)
#91A1B8
(145,161,184)
#8290A4
(130,144,164)
#737F90
(115,127,144)
#646E7C
(100,110,124)
#555D68
(85,93,104)
#464C54
(70,76,84)
#373B40
(55,59,64)
#282A2C
(40,42,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFC3E0

#AFC3E0
(175,195,224)
#B6C8E2
(182,200,226)
#BDCDE4
(189,205,228)
#C4D2E6
(196,210,230)
#CBD7E8
(203,215,232)
#D2DCEA
(210,220,234)
#D9E1EC
(217,225,236)
#E0E6EE
(224,230,238)
#E7EBF0
(231,235,240)
#EEF0F2
(238,240,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3E0; }

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

This text font color is #AFC3E0.


Background Color

.myBgColor { background-color: #AFC3E0; }

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

This div background color is #AFC3E0.


Border color

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

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

This div border color is #AFC3E0.


Opacity

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

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

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

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

This text has shadow with #AFC3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3E0 on black background.


Color preview on white background

This text has color #AFC3E0 on white background.



Black color preview on #AFC3E0 background

This text has black color on #AFC3E0 background.


White color preview on #AFC3E0 background

This text has white color on #AFC3E0 background.