COLOR #AFC7DA

HEX: #AFC7DA RGB: (175,199,218)

Color info

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

RGB color model

#AFC7DA color RGB value is (175,199,218).

RGB: (175,199,218) (69%, 78%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 218 of 255 = 85%

175
199
218

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

Portions of RGB colors in percentages

R + G + B = 175 + 199 + 218 = 592 (100%)
R 175 of 592 ~ 29.56%
G 199 of 592 ~ 33.61%
B 218 of 592 ~ 36.82'%

%29.56
%33.61
%36.82

CMYK color model

#AFC7DA color CMYK value is (20,9,0,15).

  • cyan value is 19.72%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,9,0,15)
C20M9Y0K15 (20%, 9%, 0%, 15%)
(0.20 / 0.09 / 0.00 / 0.15)

CMYK percentages

%19.72
%8.72
%0
%14.51

Codes

Color #AFC7DA in popluar color models

AF C7 DA
RGB 175 199 218
HSL 207° 36.75% 77.06%
HSB/HSV 207° 19.72% 85.49%
CMYK 19.72% 8.72% 0.00%
14.51%

Color #AFC7DA in popluar number systems.

HEX AF C7 DA
Decimal 175 199 218
Binary 10101111 11000111 11011010
Octal 257 307 332

Shades and tints

Shades of #AFC7DA

#AFC7DA
(175,199,218)
#A0B5C7
(160,181,199)
#91A3B4
(145,163,180)
#8291A1
(130,145,161)
#737F8E
(115,127,142)
#646D7B
(100,109,123)
#555B68
(85,91,104)
#464955
(70,73,85)
#373742
(55,55,66)
#28252F
(40,37,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #AFC7DA

#AFC7DA
(175,199,218)
#B6CCDD
(182,204,221)
#BDD1E0
(189,209,224)
#C4D6E3
(196,214,227)
#CBDBE6
(203,219,230)
#D2E0E9
(210,224,233)
#D9E5EC
(217,229,236)
#E0EAEF
(224,234,239)
#E7EFF2
(231,239,242)
#EEF4F5
(238,244,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC7DA color. Also use rgb(175,199,218) instead hex code.

Text Font Color

.myTextColor { color: #AFC7DA; }

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

This text font color is #AFC7DA.

Background Color

.myBgColor { background-color: #AFC7DA; }

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

This div background color is #AFC7DA.

Border color

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

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

This div border color is #AFC7DA.

Opacity

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

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

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

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

This text has shadow with #AFC7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC7DA.

Preview

Color preview on black background

This text has color #AFC7DA on black background.


Color preview on white background

This text has color #AFC7DA on white background.


Black color preview on #AFC7DA background

This text has black color on #AFC7DA background.


White color preview on #AFC7DA background

This text has white color on #AFC7DA background.


Related colors

Complementary color

Complementary color for #hex is #503825.


I love getcolorcode.com

Triadic colors

1 #DAAFC7 and #C7DAAF with #AFC7DA are triadic colors.

2 #DAC7AF and #C7AFDA with #AFC7DA are triadic colors.