COLOR #AFD8C5

HEX: #AFD8C5
RGB: (175,216,197)

Color info

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

RGB color model

#AFD8C5 color RGB value is (175,216,197).

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

RGB channels and saturation

R 175 of 255 = 69%
G 216 of 255 = 85%
B 197 of 255 = 77%

175
216
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 216 + 197 = 588 (100%)
R 175 of 588 ~ 29.76%
G 216 of 588 ~ 36.73%
B 197 of 588 ~ 33.5%

%29.76
%36.73
%33.5

CMYK color model

#AFD8C5 color CMYK value is (19,0,9,15).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(19,0,9,15)
C19M0Y9K15 
(19%,0%,9%,15%)
(0.19/0.00/0.09/0.15)	

CMYK percentages

%18.98
%0
%8.8
%15.29

Codes

Color #AFD8C5 in popluar color models

AFD8C5
RGB175216197
HSL152°34.45%76.67%
HSB/HSV152°18.98%84.71%
CMYK18.98%0.00%8.80%
15.29%

Color #AFD8C5 in popluar number systems.

HEXAFD8C5
Decimal175216197
Binary101011111101100011000101
Octal257330305

Shades and tints

Shades of #AFD8C5

#AFD8C5
(175,216,197)
#A0C5B4
(160,197,180)
#91B2A3
(145,178,163)
#829F92
(130,159,146)
#738C81
(115,140,129)
#647970
(100,121,112)
#55665F
(85,102,95)
#46534E
(70,83,78)
#37403D
(55,64,61)
#282D2C
(40,45,44)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #AFD8C5

#AFD8C5
(175,216,197)
#B6DBCA
(182,219,202)
#BDDECF
(189,222,207)
#C4E1D4
(196,225,212)
#CBE4D9
(203,228,217)
#D2E7DE
(210,231,222)
#D9EAE3
(217,234,227)
#E0EDE8
(224,237,232)
#E7F0ED
(231,240,237)
#EEF3F2
(238,243,242)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD8C5; }

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

This text font color is #AFD8C5.


Background Color

.myBgColor { background-color: #AFD8C5; }

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

This div background color is #AFD8C5.


Border color

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

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

This div border color is #AFD8C5.


Opacity

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

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

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

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

This text has shadow with #AFD8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD8C5 on black background.


Color preview on white background

This text has color #AFD8C5 on white background.



Black color preview on #AFD8C5 background

This text has black color on #AFD8C5 background.


White color preview on #AFD8C5 background

This text has white color on #AFD8C5 background.