COLOR #AFC4E1

HEX: #AFC4E1
RGB: (175,196,225)

Color info

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

RGB color model

#AFC4E1 color RGB value is (175,196,225).

  • red value is 175;
  • green value is 196;
  • blue value is 225.
RGB:
(175,196,225)
(69%,77%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 225 of 255 = 88%

175
196
225

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

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 225 = 596 (100%)
R 175 of 596 ~ 29.36%
G 196 of 596 ~ 32.89%
B 225 of 596 ~ 37.75%

%29.36
%32.89
%37.75

CMYK color model

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

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

CMYK percentages

%22.22
%12.89
%0
%11.76

Codes

Color #AFC4E1 in popluar color models

AFC4E1
RGB175196225
HSL215°45.45%78.43%
HSB/HSV215°22.22%88.24%
CMYK22.22%12.89%0.00%
11.76%

Color #AFC4E1 in popluar number systems.

HEXAFC4E1
Decimal175196225
Binary101011111100010011100001
Octal257304341

Shades and tints

Shades of #AFC4E1

#AFC4E1
(175,196,225)
#A0B3CD
(160,179,205)
#91A2B9
(145,162,185)
#8291A5
(130,145,165)
#738091
(115,128,145)
#646F7D
(100,111,125)
#555E69
(85,94,105)
#464D55
(70,77,85)
#373C41
(55,60,65)
#282B2D
(40,43,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #AFC4E1

#AFC4E1
(175,196,225)
#B6C9E3
(182,201,227)
#BDCEE5
(189,206,229)
#C4D3E7
(196,211,231)
#CBD8E9
(203,216,233)
#D2DDEB
(210,221,235)
#D9E2ED
(217,226,237)
#E0E7EF
(224,231,239)
#E7ECF1
(231,236,241)
#EEF1F3
(238,241,243)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC4E1 color. Also use rgb(175,196,225) instead hex code.

Text Font Color

.myTextColor { color: #AFC4E1; }

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

This text font color is #AFC4E1.


Background Color

.myBgColor { background-color: #AFC4E1; }

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

This div background color is #AFC4E1.


Border color

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

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

This div border color is #AFC4E1.


Opacity

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

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

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

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

This text has shadow with #AFC4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4E1 on black background.


Color preview on white background

This text has color #AFC4E1 on white background.



Black color preview on #AFC4E1 background

This text has black color on #AFC4E1 background.


White color preview on #AFC4E1 background

This text has white color on #AFC4E1 background.