COLOR #AFC6D0

HEX: #AFC6D0
RGB: (175,198,208)

Color info

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

RGB color model

#AFC6D0 color RGB value is (175,198,208).

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

RGB channels and saturation

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

175
198
208

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 208 = 581 (100%)
R 175 of 581 ~ 30.12%
G 198 of 581 ~ 34.08%
B 208 of 581 ~ 35.8%

%30.12
%34.08
%35.8

CMYK color model

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

  • cyan value is 15.87%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,5,0,18)
C16M5Y0K18 
(16%,5%,0%,18%)
(0.16/0.05/0.00/0.18)	

CMYK percentages

%15.87
%4.81
%0
%18.43

Codes

Color #AFC6D0 in popluar color models

AFC6D0
RGB175198208
HSL198°25.98%75.10%
HSB/HSV198°15.87%81.57%
CMYK15.87%4.81%0.00%
18.43%

Color #AFC6D0 in popluar number systems.

HEXAFC6D0
Decimal175198208
Binary101011111100011011010000
Octal257306320

Shades and tints

Shades of #AFC6D0

#AFC6D0
(175,198,208)
#A0B4BE
(160,180,190)
#91A2AC
(145,162,172)
#82909A
(130,144,154)
#737E88
(115,126,136)
#646C76
(100,108,118)
#555A64
(85,90,100)
#464852
(70,72,82)
#373640
(55,54,64)
#28242E
(40,36,46)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #AFC6D0

#AFC6D0
(175,198,208)
#B6CBD4
(182,203,212)
#BDD0D8
(189,208,216)
#C4D5DC
(196,213,220)
#CBDAE0
(203,218,224)
#D2DFE4
(210,223,228)
#D9E4E8
(217,228,232)
#E0E9EC
(224,233,236)
#E7EEF0
(231,238,240)
#EEF3F4
(238,243,244)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6D0; }

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

This text font color is #AFC6D0.


Background Color

.myBgColor { background-color: #AFC6D0; }

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

This div background color is #AFC6D0.


Border color

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

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

This div border color is #AFC6D0.


Opacity

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

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

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

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

This text has shadow with #AFC6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6D0 on black background.


Color preview on white background

This text has color #AFC6D0 on white background.



Black color preview on #AFC6D0 background

This text has black color on #AFC6D0 background.


White color preview on #AFC6D0 background

This text has white color on #AFC6D0 background.