COLOR #AFC2EA

HEX: #AFC2EA
RGB: (175,194,234)

Color info

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

RGB color model

#AFC2EA color RGB value is (175,194,234).

  • red value is 175;
  • green value is 194;
  • blue value is 234.
RGB:
(175,194,234)
(69%,76%,92%)

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 234 of 255 = 92%

175
194
234

R + G + B ~ 79%. #AFC2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 194 + 234 = 603 (100%)
R 175 of 603 ~ 29.02%
G 194 of 603 ~ 32.17%
B 234 of 603 ~ 38.81%

%29.02
%32.17
%38.81

CMYK color model

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

  • cyan value is 25.21%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(25,17,0,8)
C25M17Y0K8 
(25%,17%,0%,8%)
(0.25/0.17/0.00/0.08)	

CMYK percentages

%25.21
%17.09
%0
%8.24

Codes

Color #AFC2EA in popluar color models

AFC2EA
RGB175194234
HSL221°58.42%80.20%
HSB/HSV221°25.21%91.76%
CMYK25.21%17.09%0.00%
8.24%

Color #AFC2EA in popluar number systems.

HEXAFC2EA
Decimal175194234
Binary101011111100001011101010
Octal257302352

Shades and tints

Shades of #AFC2EA

#AFC2EA
(175,194,234)
#A0B1D5
(160,177,213)
#91A0C0
(145,160,192)
#828FAB
(130,143,171)
#737E96
(115,126,150)
#646D81
(100,109,129)
#555C6C
(85,92,108)
#464B57
(70,75,87)
#373A42
(55,58,66)
#28292D
(40,41,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFC2EA

#AFC2EA
(175,194,234)
#B6C7EB
(182,199,235)
#BDCCEC
(189,204,236)
#C4D1ED
(196,209,237)
#CBD6EE
(203,214,238)
#D2DBEF
(210,219,239)
#D9E0F0
(217,224,240)
#E0E5F1
(224,229,241)
#E7EAF2
(231,234,242)
#EEEFF3
(238,239,243)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC2EA color. Also use rgb(175,194,234) instead hex code.

Text Font Color

.myTextColor { color: #AFC2EA; }

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

This text font color is #AFC2EA.


Background Color

.myBgColor { background-color: #AFC2EA; }

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

This div background color is #AFC2EA.


Border color

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

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

This div border color is #AFC2EA.


Opacity

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

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

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

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

This text has shadow with #AFC2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC2EA on black background.


Color preview on white background

This text has color #AFC2EA on white background.



Black color preview on #AFC2EA background

This text has black color on #AFC2EA background.


White color preview on #AFC2EA background

This text has white color on #AFC2EA background.