COLOR #AFC2EC

HEX: #AFC2EC
RGB: (175,194,236)

Color info

#AFC2EC contains mainly green and blue colors. Web safe color of #AFC2EC is #99CCFF (or #9CF).

RGB color model

#AFC2EC color RGB value is (175,194,236).

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

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 236 of 255 = 93%

175
194
236

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

Portions of RGB colors in percentages

R + G + B =
175 + 194 + 236 = 605 (100%)
R 175 of 605 ~ 28.93%
G 194 of 605 ~ 32.07%
B 236 of 605 ~ 39.01%

%28.93
%32.07
%39.01

CMYK color model

#AFC2EC color CMYK value is (26,18,0,7).

  • cyan value is 25.85%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,18,0,7)
C26M18Y0K7 
(26%,18%,0%,7%)
(0.26/0.18/0.00/0.07)	

CMYK percentages

%25.85
%17.8
%0
%7.45

Codes

Color #AFC2EC in popluar color models

AFC2EC
RGB175194236
HSL221°61.62%80.59%
HSB/HSV221°25.85%92.55%
CMYK25.85%17.80%0.00%
7.45%

Color #AFC2EC in popluar number systems.

HEXAFC2EC
Decimal175194236
Binary101011111100001011101100
Octal257302354

Shades and tints

Shades of #AFC2EC

#AFC2EC
(175,194,236)
#A0B1D7
(160,177,215)
#91A0C2
(145,160,194)
#828FAD
(130,143,173)
#737E98
(115,126,152)
#646D83
(100,109,131)
#555C6E
(85,92,110)
#464B59
(70,75,89)
#373A44
(55,58,68)
#28292F
(40,41,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #AFC2EC

#AFC2EC
(175,194,236)
#B6C7ED
(182,199,237)
#BDCCEE
(189,204,238)
#C4D1EF
(196,209,239)
#CBD6F0
(203,214,240)
#D2DBF1
(210,219,241)
#D9E0F2
(217,224,242)
#E0E5F3
(224,229,243)
#E7EAF4
(231,234,244)
#EEEFF5
(238,239,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC2EC; }

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

This text font color is #AFC2EC.


Background Color

.myBgColor { background-color: #AFC2EC; }

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

This div background color is #AFC2EC.


Border color

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

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

This div border color is #AFC2EC.


Opacity

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

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

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

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

This text has shadow with #AFC2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC2EC on black background.


Color preview on white background

This text has color #AFC2EC on white background.



Black color preview on #AFC2EC background

This text has black color on #AFC2EC background.


White color preview on #AFC2EC background

This text has white color on #AFC2EC background.