COLOR #AFD1C6

HEX: #AFD1C6
RGB: (175,209,198)

Color info

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

RGB color model

#AFD1C6 color RGB value is (175,209,198).

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

RGB channels and saturation

R 175 of 255 = 69%
G 209 of 255 = 82%
B 198 of 255 = 78%

175
209
198

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

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 198 = 582 (100%)
R 175 of 582 ~ 30.07%
G 209 of 582 ~ 35.91%
B 198 of 582 ~ 34.02%

%30.07
%35.91
%34.02

CMYK color model

#AFD1C6 color CMYK value is (16,0,5,18).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(16,0,5,18)
C16M0Y5K18 
(16%,0%,5%,18%)
(0.16/0.00/0.05/0.18)	

CMYK percentages

%16.27
%0
%5.26
%18.04

Codes

Color #AFD1C6 in popluar color models

AFD1C6
RGB175209198
HSL161°26.98%75.29%
HSB/HSV161°16.27%81.96%
CMYK16.27%0.00%5.26%
18.04%

Color #AFD1C6 in popluar number systems.

HEXAFD1C6
Decimal175209198
Binary101011111101000111000110
Octal257321306

Shades and tints

Shades of #AFD1C6

#AFD1C6
(175,209,198)
#A0BEB4
(160,190,180)
#91ABA2
(145,171,162)
#829890
(130,152,144)
#73857E
(115,133,126)
#64726C
(100,114,108)
#555F5A
(85,95,90)
#464C48
(70,76,72)
#373936
(55,57,54)
#282624
(40,38,36)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AFD1C6

#AFD1C6
(175,209,198)
#B6D5CB
(182,213,203)
#BDD9D0
(189,217,208)
#C4DDD5
(196,221,213)
#CBE1DA
(203,225,218)
#D2E5DF
(210,229,223)
#D9E9E4
(217,233,228)
#E0EDE9
(224,237,233)
#E7F1EE
(231,241,238)
#EEF5F3
(238,245,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1C6; }

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

This text font color is #AFD1C6.


Background Color

.myBgColor { background-color: #AFD1C6; }

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

This div background color is #AFD1C6.


Border color

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

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

This div border color is #AFD1C6.


Opacity

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

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

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

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

This text has shadow with #AFD1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1C6 on black background.


Color preview on white background

This text has color #AFD1C6 on white background.



Black color preview on #AFD1C6 background

This text has black color on #AFD1C6 background.


White color preview on #AFD1C6 background

This text has white color on #AFD1C6 background.