COLOR #AFC1CD

HEX: #AFC1CD
RGB: (175,193,205)

Color info

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

RGB color model

#AFC1CD color RGB value is (175,193,205).

  • red value is 175;
  • green value is 193;
  • blue value is 205.
RGB:
(175,193,205)
(69%,76%,80%)

RGB channels and saturation

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

175
193
205

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

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 205 = 573 (100%)
R 175 of 573 ~ 30.54%
G 193 of 573 ~ 33.68%
B 205 of 573 ~ 35.78%

%30.54
%33.68
%35.78

CMYK color model

#AFC1CD color CMYK value is (15,6,0,20).

  • cyan value is 14.63%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,6,0,20)
C15M6Y0K20 
(15%,6%,0%,20%)
(0.15/0.06/0.00/0.20)	

CMYK percentages

%14.63
%5.85
%0
%19.61

Codes

Color #AFC1CD in popluar color models

AFC1CD
RGB175193205
HSL204°23.08%74.51%
HSB/HSV204°14.63%80.39%
CMYK14.63%5.85%0.00%
19.61%

Color #AFC1CD in popluar number systems.

HEXAFC1CD
Decimal175193205
Binary101011111100000111001101
Octal257301315

Shades and tints

Shades of #AFC1CD

#AFC1CD
(175,193,205)
#A0B0BB
(160,176,187)
#919FA9
(145,159,169)
#828E97
(130,142,151)
#737D85
(115,125,133)
#646C73
(100,108,115)
#555B61
(85,91,97)
#464A4F
(70,74,79)
#37393D
(55,57,61)
#28282B
(40,40,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFC1CD

#AFC1CD
(175,193,205)
#B6C6D1
(182,198,209)
#BDCBD5
(189,203,213)
#C4D0D9
(196,208,217)
#CBD5DD
(203,213,221)
#D2DAE1
(210,218,225)
#D9DFE5
(217,223,229)
#E0E4E9
(224,228,233)
#E7E9ED
(231,233,237)
#EEEEF1
(238,238,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1CD; }

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

This text font color is #AFC1CD.


Background Color

.myBgColor { background-color: #AFC1CD; }

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

This div background color is #AFC1CD.


Border color

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

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

This div border color is #AFC1CD.


Opacity

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

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

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

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

This text has shadow with #AFC1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1CD on black background.


Color preview on white background

This text has color #AFC1CD on white background.



Black color preview on #AFC1CD background

This text has black color on #AFC1CD background.


White color preview on #AFC1CD background

This text has white color on #AFC1CD background.