COLOR #AFC4D4

HEX: #AFC4D4 RGB: (175,196,212)

Color info

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

RGB color model

#AFC4D4 color RGB value is (175,196,212).

RGB: (175,196,212) (69%, 77%, 83%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 212 of 255 = 83%

175
196
212

R + G + B ~ 76%. #AFC4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 212 = 583 (100%)
R 175 of 583 ~ 30.02%
G 196 of 583 ~ 33.62%
B 212 of 583 ~ 36.36'%

%30.02
%33.62
%36.36

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (17,8,0,17)
C17M8Y0K17 (17%, 8%, 0%, 17%)
(0.17 / 0.08 / 0.00 / 0.17)

CMYK percentages

%17.45
%7.55
%0
%16.86

Codes

Color #AFC4D4 in popluar color models

AF C4 D4
RGB 175 196 212
HSL 206° 30.08% 75.88%
HSB/HSV 206° 17.45% 83.14%
CMYK 17.45% 7.55% 0.00%
16.86%

Color #AFC4D4 in popluar number systems.

HEX AF C4 D4
Decimal 175 196 212
Binary 10101111 11000100 11010100
Octal 257 304 324

Shades and tints

Shades of #AFC4D4

#AFC4D4
(175,196,212)
#A0B3C1
(160,179,193)
#91A2AE
(145,162,174)
#82919B
(130,145,155)
#738088
(115,128,136)
#646F75
(100,111,117)
#555E62
(85,94,98)
#464D4F
(70,77,79)
#373C3C
(55,60,60)
#282B29
(40,43,41)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #AFC4D4

#AFC4D4
(175,196,212)
#B6C9D7
(182,201,215)
#BDCEDA
(189,206,218)
#C4D3DD
(196,211,221)
#CBD8E0
(203,216,224)
#D2DDE3
(210,221,227)
#D9E2E6
(217,226,230)
#E0E7E9
(224,231,233)
#E7ECEC
(231,236,236)
#EEF1EF
(238,241,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC4D4; }

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

This text font color is #AFC4D4.

Background Color

.myBgColor { background-color: #AFC4D4; }

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

This div background color is #AFC4D4.

Border color

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

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

This div border color is #AFC4D4.

Opacity

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

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

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

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

This text has shadow with #AFC4D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC4D4.

Preview

Color preview on black background

This text has color #AFC4D4 on black background.


Color preview on white background

This text has color #AFC4D4 on white background.


Black color preview on #AFC4D4 background

This text has black color on #AFC4D4 background.


White color preview on #AFC4D4 background

This text has white color on #AFC4D4 background.


Related colors

Complementary color

Complementary color for #hex is #503B2B.


I love getcolorcode.com

Triadic colors

1 #D4AFC4 and #C4D4AF with #AFC4D4 are triadic colors.

2 #D4C4AF and #C4AFD4 with #AFC4D4 are triadic colors.