COLOR #AFCFCD

HEX: #AFCFCD
RGB: (175,207,205)

Color info

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

RGB color model

#AFCFCD color RGB value is (175,207,205).

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

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 205 of 255 = 80%

175
207
205

R + G + B ~ 77%. #AFCFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 207 + 205 = 587 (100%)
R 175 of 587 ~ 29.81%
G 207 of 587 ~ 35.26%
B 205 of 587 ~ 34.92%

%29.81
%35.26
%34.92

CMYK color model

#AFCFCD color CMYK value is (15,0,1,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 18.82%
CMYK:
(15,0,1,19)
C15M0Y1K19 
(15%,0%,1%,19%)
(0.15/0.00/0.01/0.19)	

CMYK percentages

%15.46
%0
%0.97
%18.82

Codes

Color #AFCFCD in popluar color models

AFCFCD
RGB175207205
HSL176°25.00%74.90%
HSB/HSV176°15.46%81.18%
CMYK15.46%0.00%0.97%
18.82%

Color #AFCFCD in popluar number systems.

HEXAFCFCD
Decimal175207205
Binary101011111100111111001101
Octal257317315

Shades and tints

Shades of #AFCFCD

#AFCFCD
(175,207,205)
#A0BDBB
(160,189,187)
#91ABA9
(145,171,169)
#829997
(130,153,151)
#738785
(115,135,133)
#647573
(100,117,115)
#556361
(85,99,97)
#46514F
(70,81,79)
#373F3D
(55,63,61)
#282D2B
(40,45,43)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #AFCFCD

#AFCFCD
(175,207,205)
#B6D3D1
(182,211,209)
#BDD7D5
(189,215,213)
#C4DBD9
(196,219,217)
#CBDFDD
(203,223,221)
#D2E3E1
(210,227,225)
#D9E7E5
(217,231,229)
#E0EBE9
(224,235,233)
#E7EFED
(231,239,237)
#EEF3F1
(238,243,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCFCD; }

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

This text font color is #AFCFCD.


Background Color

.myBgColor { background-color: #AFCFCD; }

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

This div background color is #AFCFCD.


Border color

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

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

This div border color is #AFCFCD.


Opacity

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

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

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

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

This text has shadow with #AFCFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCFCD on black background.


Color preview on white background

This text has color #AFCFCD on white background.



Black color preview on #AFCFCD background

This text has black color on #AFCFCD background.


White color preview on #AFCFCD background

This text has white color on #AFCFCD background.