COLOR #AFC3CD

HEX: #AFC3CD RGB: (175,195,205)

Color info

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

RGB color model

#AFC3CD color RGB value is (175,195,205).

RGB: (175,195,205) (69%, 76%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 205 of 255 = 80%

175
195
205

R + G + B ~ 75%. #AFC3CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 195 + 205 = 575 (100%)
R 175 of 575 ~ 30.43%
G 195 of 575 ~ 33.91%
B 205 of 575 ~ 35.65'%

%30.43
%33.91
%35.65

CMYK color model

#AFC3CD color CMYK value is (15,5,0,20).

  • cyan value is 14.63%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (15,5,0,20) C15M5Y0K20 (15%,5%,0%,20%) (0.15/0.05/0.00/0.20) 

CMYK percentages

%14.63
%4.88
%0
%19.61

Codes

Color #AFC3CD in popluar color models

AF C3 CD
RGB 175 195 205
HSL 200° 23.08% 74.51%
HSB/HSV 200° 14.63% 80.39%
CMYK 14.63% 4.88% 0.00%
19.61%

Color #AFC3CD in popluar number systems.

HEX AF C3 CD
Decimal 175 195 205
Binary 10101111 11000011 11001101
Octal 257 303 315

Shades and tints

Shades of #AFC3CD

#AFC3CD
(175,195,205)
#A0B2BB
(160,178,187)
#91A1A9
(145,161,169)
#829097
(130,144,151)
#737F85
(115,127,133)
#646E73
(100,110,115)
#555D61
(85,93,97)
#464C4F
(70,76,79)
#373B3D
(55,59,61)
#282A2B
(40,42,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFC3CD

#AFC3CD
(175,195,205)
#B6C8D1
(182,200,209)
#BDCDD5
(189,205,213)
#C4D2D9
(196,210,217)
#CBD7DD
(203,215,221)
#D2DCE1
(210,220,225)
#D9E1E5
(217,225,229)
#E0E6E9
(224,230,233)
#E7EBED
(231,235,237)
#EEF0F1
(238,240,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC3CD color. Also use rgb(175,195,205) instead hex code.

Text Font Color

.myTextColor { color: #AFC3CD; }

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

This text font color is #AFC3CD.

Background Color

.myBgColor { background-color: #AFC3CD; }

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

This div background color is #AFC3CD.

Border color

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

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

This div border color is #AFC3CD.

Opacity

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

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

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

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

This text has shadow with #AFC3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC3CD.

Preview

Color preview on black background

This text has color #AFC3CD on black background.


Color preview on white background

This text has color #AFC3CD on white background.


Black color preview on #AFC3CD background

This text has black color on #AFC3CD background.


White color preview on #AFC3CD background

This text has white color on #AFC3CD background.


Related colors

Complementary color

Complementary color for #hex is #503C32.


I love getcolorcode.com

Triadic colors

1 #CDAFC3 and #C3CDAF with #AFC3CD are triadic colors.

2 #CDC3AF and #C3AFCD with #AFC3CD are triadic colors.