COLOR #AFCFC5

HEX: #AFCFC5 RGB: (175,207,197)

Color info

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

RGB color model

#AFCFC5 color RGB value is (175,207,197).

RGB: (175,207,197) (69%, 81%, 77%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 197 of 255 = 77%

175
207
197

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

Portions of RGB colors in percentages

R + G + B = 175 + 207 + 197 = 579 (100%)
R 175 of 579 ~ 30.22%
G 207 of 579 ~ 35.75%
B 197 of 579 ~ 34.02'%

%30.22
%35.75
%34.02

CMYK color model

#AFCFC5 color CMYK value is (15,0,5,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 4.83%
  • key color value is 18.82%

CMYK: (15,0,5,19)
C15M0Y5K19 (15%, 0%, 5%, 19%)
(0.15 / 0.00 / 0.05 / 0.19)

CMYK percentages

%15.46
%0
%4.83
%18.82

Codes

Color #AFCFC5 in popluar color models

AF CF C5
RGB 175 207 197
HSL 161° 25.00% 74.90%
HSB/HSV 161° 15.46% 81.18%
CMYK 15.46% 0.00% 4.83%
18.82%

Color #AFCFC5 in popluar number systems.

HEX AF CF C5
Decimal 175 207 197
Binary 10101111 11001111 11000101
Octal 257 317 305

Shades and tints

Shades of #AFCFC5

#AFCFC5
(175,207,197)
#A0BDB4
(160,189,180)
#91ABA3
(145,171,163)
#829992
(130,153,146)
#738781
(115,135,129)
#647570
(100,117,112)
#55635F
(85,99,95)
#46514E
(70,81,78)
#373F3D
(55,63,61)
#282D2C
(40,45,44)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #AFCFC5

#AFCFC5
(175,207,197)
#B6D3CA
(182,211,202)
#BDD7CF
(189,215,207)
#C4DBD4
(196,219,212)
#CBDFD9
(203,223,217)
#D2E3DE
(210,227,222)
#D9E7E3
(217,231,227)
#E0EBE8
(224,235,232)
#E7EFED
(231,239,237)
#EEF3F2
(238,243,242)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCFC5; }

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

This text font color is #AFCFC5.

Background Color

.myBgColor { background-color: #AFCFC5; }

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

This div background color is #AFCFC5.

Border color

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

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

This div border color is #AFCFC5.

Opacity

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

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

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

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

This text has shadow with #AFCFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCFC5.

Preview

Color preview on black background

This text has color #AFCFC5 on black background.


Color preview on white background

This text has color #AFCFC5 on white background.


Black color preview on #AFCFC5 background

This text has black color on #AFCFC5 background.


White color preview on #AFCFC5 background

This text has white color on #AFCFC5 background.


Related colors

Complementary color

Complementary color for #hex is #50303A.


I love getcolorcode.com

Triadic colors

1 #C5AFCF and #CFC5AF with #AFCFC5 are triadic colors.

2 #C5CFAF and #CFAFC5 with #AFCFC5 are triadic colors.