COLOR #AFDFC6

HEX: #AFDFC6
RGB: (175,223,198)

Color info

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

RGB color model

#AFDFC6 color RGB value is (175,223,198).

  • red value is 175;
  • green value is 223;
  • blue value is 198.
RGB:
(175,223,198)
(69%,87%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 198 of 255 = 78%

175
223
198

R + G + B ~ 78%. #AFDFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 198 = 596 (100%)
R 175 of 596 ~ 29.36%
G 223 of 596 ~ 37.42%
B 198 of 596 ~ 33.22%

%29.36
%37.42
%33.22

CMYK color model

#AFDFC6 color CMYK value is (22,0,11,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK:
(22,0,11,13)
C22M0Y11K13 
(22%,0%,11%,13%)
(0.22/0.00/0.11/0.13)	

CMYK percentages

%21.52
%0
%11.21
%12.55

Codes

Color #AFDFC6 in popluar color models

AFDFC6
RGB175223198
HSL149°42.86%78.04%
HSB/HSV149°21.52%87.45%
CMYK21.52%0.00%11.21%
12.55%

Color #AFDFC6 in popluar number systems.

HEXAFDFC6
Decimal175223198
Binary101011111101111111000110
Octal257337306

Shades and tints

Shades of #AFDFC6

#AFDFC6
(175,223,198)
#A0CBB4
(160,203,180)
#91B7A2
(145,183,162)
#82A390
(130,163,144)
#738F7E
(115,143,126)
#647B6C
(100,123,108)
#55675A
(85,103,90)
#465348
(70,83,72)
#373F36
(55,63,54)
#282B24
(40,43,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFDFC6

#AFDFC6
(175,223,198)
#B6E1CB
(182,225,203)
#BDE3D0
(189,227,208)
#C4E5D5
(196,229,213)
#CBE7DA
(203,231,218)
#D2E9DF
(210,233,223)
#D9EBE4
(217,235,228)
#E0EDE9
(224,237,233)
#E7EFEE
(231,239,238)
#EEF1F3
(238,241,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDFC6 color. Also use rgb(175,223,198) instead hex code.

Text Font Color

.myTextColor { color: #AFDFC6; }

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

This text font color is #AFDFC6.


Background Color

.myBgColor { background-color: #AFDFC6; }

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

This div background color is #AFDFC6.


Border color

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

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

This div border color is #AFDFC6.


Opacity

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

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

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

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

This text has shadow with #AFDFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDFC6 on black background.


Color preview on white background

This text has color #AFDFC6 on white background.



Black color preview on #AFDFC6 background

This text has black color on #AFDFC6 background.


White color preview on #AFDFC6 background

This text has white color on #AFDFC6 background.