COLOR #AFC4D9

HEX: #AFC4D9
RGB: (175,196,217)

Color info

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

RGB color model

#AFC4D9 color RGB value is (175,196,217).

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

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 217 of 255 = 85%

175
196
217

R + G + B ~ 77%. #AFC4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 217 = 588 (100%)
R 175 of 588 ~ 29.76%
G 196 of 588 ~ 33.33%
B 217 of 588 ~ 36.9%

%29.76
%33.33
%36.9

CMYK color model

#AFC4D9 color CMYK value is (19,10,0,15).

  • cyan value is 19.35%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,10,0,15)
C19M10Y0K15 
(19%,10%,0%,15%)
(0.19/0.10/0.00/0.15)	

CMYK percentages

%19.35
%9.68
%0
%14.9

Codes

Color #AFC4D9 in popluar color models

AFC4D9
RGB175196217
HSL210°35.59%76.86%
HSB/HSV210°19.35%85.10%
CMYK19.35%9.68%0.00%
14.90%

Color #AFC4D9 in popluar number systems.

HEXAFC4D9
Decimal175196217
Binary101011111100010011011001
Octal257304331

Shades and tints

Shades of #AFC4D9

#AFC4D9
(175,196,217)
#A0B3C6
(160,179,198)
#91A2B3
(145,162,179)
#8291A0
(130,145,160)
#73808D
(115,128,141)
#646F7A
(100,111,122)
#555E67
(85,94,103)
#464D54
(70,77,84)
#373C41
(55,60,65)
#282B2E
(40,43,46)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #AFC4D9

#AFC4D9
(175,196,217)
#B6C9DC
(182,201,220)
#BDCEDF
(189,206,223)
#C4D3E2
(196,211,226)
#CBD8E5
(203,216,229)
#D2DDE8
(210,221,232)
#D9E2EB
(217,226,235)
#E0E7EE
(224,231,238)
#E7ECF1
(231,236,241)
#EEF1F4
(238,241,244)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC4D9; }

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

This text font color is #AFC4D9.


Background Color

.myBgColor { background-color: #AFC4D9; }

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

This div background color is #AFC4D9.


Border color

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

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

This div border color is #AFC4D9.


Opacity

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

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

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

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

This text has shadow with #AFC4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4D9 on black background.


Color preview on white background

This text has color #AFC4D9 on white background.



Black color preview on #AFC4D9 background

This text has black color on #AFC4D9 background.


White color preview on #AFC4D9 background

This text has white color on #AFC4D9 background.