COLOR #AFC5D1

HEX: #AFC5D1
RGB: (175,197,209)

Color info

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

RGB color model

#AFC5D1 color RGB value is (175,197,209).

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

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 209 of 255 = 82%

175
197
209

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

Portions of RGB colors in percentages

R + G + B =
175 + 197 + 209 = 581 (100%)
R 175 of 581 ~ 30.12%
G 197 of 581 ~ 33.91%
B 209 of 581 ~ 35.97%

%30.12
%33.91
%35.97

CMYK color model

#AFC5D1 color CMYK value is (16,6,0,18).

  • cyan value is 16.27%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,6,0,18)
C16M6Y0K18 
(16%,6%,0%,18%)
(0.16/0.06/0.00/0.18)	

CMYK percentages

%16.27
%5.74
%0
%18.04

Codes

Color #AFC5D1 in popluar color models

AFC5D1
RGB175197209
HSL201°26.98%75.29%
HSB/HSV201°16.27%81.96%
CMYK16.27%5.74%0.00%
18.04%

Color #AFC5D1 in popluar number systems.

HEXAFC5D1
Decimal175197209
Binary101011111100010111010001
Octal257305321

Shades and tints

Shades of #AFC5D1

#AFC5D1
(175,197,209)
#A0B4BE
(160,180,190)
#91A3AB
(145,163,171)
#829298
(130,146,152)
#738185
(115,129,133)
#647072
(100,112,114)
#555F5F
(85,95,95)
#464E4C
(70,78,76)
#373D39
(55,61,57)
#282C26
(40,44,38)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #AFC5D1

#AFC5D1
(175,197,209)
#B6CAD5
(182,202,213)
#BDCFD9
(189,207,217)
#C4D4DD
(196,212,221)
#CBD9E1
(203,217,225)
#D2DEE5
(210,222,229)
#D9E3E9
(217,227,233)
#E0E8ED
(224,232,237)
#E7EDF1
(231,237,241)
#EEF2F5
(238,242,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC5D1; }

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

This text font color is #AFC5D1.


Background Color

.myBgColor { background-color: #AFC5D1; }

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

This div background color is #AFC5D1.


Border color

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

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

This div border color is #AFC5D1.


Opacity

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

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

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

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

This text has shadow with #AFC5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5D1 on black background.


Color preview on white background

This text has color #AFC5D1 on white background.



Black color preview on #AFC5D1 background

This text has black color on #AFC5D1 background.


White color preview on #AFC5D1 background

This text has white color on #AFC5D1 background.