COLOR #AFC5E6

HEX: #AFC5E6
RGB: (175,197,230)

Color info

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

RGB color model

#AFC5E6 color RGB value is (175,197,230).

  • red value is 175;
  • green value is 197;
  • blue value is 230.
RGB:
(175,197,230)
(69%,77%,90%)

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 230 of 255 = 90%

175
197
230

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

Portions of RGB colors in percentages

R + G + B =
175 + 197 + 230 = 602 (100%)
R 175 of 602 ~ 29.07%
G 197 of 602 ~ 32.72%
B 230 of 602 ~ 38.21%

%29.07
%32.72
%38.21

CMYK color model

#AFC5E6 color CMYK value is (24,14,0,10).

  • cyan value is 23.91%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,14,0,10)
C24M14Y0K10 
(24%,14%,0%,10%)
(0.24/0.14/0.00/0.10)	

CMYK percentages

%23.91
%14.35
%0
%9.8

Codes

Color #AFC5E6 in popluar color models

AFC5E6
RGB175197230
HSL216°52.38%79.41%
HSB/HSV216°23.91%90.20%
CMYK23.91%14.35%0.00%
9.80%

Color #AFC5E6 in popluar number systems.

HEXAFC5E6
Decimal175197230
Binary101011111100010111100110
Octal257305346

Shades and tints

Shades of #AFC5E6

#AFC5E6
(175,197,230)
#A0B4D2
(160,180,210)
#91A3BE
(145,163,190)
#8292AA
(130,146,170)
#738196
(115,129,150)
#647082
(100,112,130)
#555F6E
(85,95,110)
#464E5A
(70,78,90)
#373D46
(55,61,70)
#282C32
(40,44,50)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #AFC5E6

#AFC5E6
(175,197,230)
#B6CAE8
(182,202,232)
#BDCFEA
(189,207,234)
#C4D4EC
(196,212,236)
#CBD9EE
(203,217,238)
#D2DEF0
(210,222,240)
#D9E3F2
(217,227,242)
#E0E8F4
(224,232,244)
#E7EDF6
(231,237,246)
#EEF2F8
(238,242,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC5E6 color. Also use rgb(175,197,230) instead hex code.

Text Font Color

.myTextColor { color: #AFC5E6; }

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

This text font color is #AFC5E6.


Background Color

.myBgColor { background-color: #AFC5E6; }

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

This div background color is #AFC5E6.


Border color

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

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

This div border color is #AFC5E6.


Opacity

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

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

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

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

This text has shadow with #AFC5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5E6 on black background.


Color preview on white background

This text has color #AFC5E6 on white background.



Black color preview on #AFC5E6 background

This text has black color on #AFC5E6 background.


White color preview on #AFC5E6 background

This text has white color on #AFC5E6 background.