COLOR #AFD7C8

HEX: #AFD7C8 RGB: (175,215,200)

Color info

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

RGB color model

#AFD7C8 color RGB value is (175,215,200).

RGB: (175,215,200) (69%, 84%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 215 of 255 = 84%
B 200 of 255 = 78%

175
215
200

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

Portions of RGB colors in percentages

R + G + B = 175 + 215 + 200 = 590 (100%)
R 175 of 590 ~ 29.66%
G 215 of 590 ~ 36.44%
B 200 of 590 ~ 33.9'%

%29.66
%36.44
%33.9

CMYK color model

#AFD7C8 color CMYK value is (19,0,7,16).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 15.69%
CMYK: (19,0,7,16) C19M0Y7K16 (19%,0%,7%,16%) (0.19/0.00/0.07/0.16) 

CMYK percentages

%18.6
%0
%6.98
%15.69

Codes

Color #AFD7C8 in popluar color models

AF D7 C8
RGB 175 215 200
HSL 158° 33.33% 76.47%
HSB/HSV 158° 18.60% 84.31%
CMYK 18.60% 0.00% 6.98%
15.69%

Color #AFD7C8 in popluar number systems.

HEX AF D7 C8
Decimal 175 215 200
Binary 10101111 11010111 11001000
Octal 257 327 310

Shades and tints

Shades of #AFD7C8

#AFD7C8
(175,215,200)
#A0C4B6
(160,196,182)
#91B1A4
(145,177,164)
#829E92
(130,158,146)
#738B80
(115,139,128)
#64786E
(100,120,110)
#55655C
(85,101,92)
#46524A
(70,82,74)
#373F38
(55,63,56)
#282C26
(40,44,38)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFD7C8

#AFD7C8
(175,215,200)
#B6DACD
(182,218,205)
#BDDDD2
(189,221,210)
#C4E0D7
(196,224,215)
#CBE3DC
(203,227,220)
#D2E6E1
(210,230,225)
#D9E9E6
(217,233,230)
#E0ECEB
(224,236,235)
#E7EFF0
(231,239,240)
#EEF2F5
(238,242,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD7C8 color. Also use rgb(175,215,200) instead hex code.

Text Font Color

.myTextColor { color: #AFD7C8; }

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

This text font color is #AFD7C8.

Background Color

.myBgColor { background-color: #AFD7C8; }

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

This div background color is #AFD7C8.

Border color

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

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

This div border color is #AFD7C8.

Opacity

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

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

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

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

This text has shadow with #AFD7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD7C8.

Preview

Color preview on black background

This text has color #AFD7C8 on black background.


Color preview on white background

This text has color #AFD7C8 on white background.


Black color preview on #AFD7C8 background

This text has black color on #AFD7C8 background.


White color preview on #AFD7C8 background

This text has white color on #AFD7C8 background.


Related colors

Complementary color

Complementary color for #hex is #502837.


I love getcolorcode.com

Triadic colors

1 #C8AFD7 and #D7C8AF with #AFD7C8 are triadic colors.

2 #C8D7AF and #D7AFC8 with #AFD7C8 are triadic colors.