COLOR #AFCFC4

HEX: #AFCFC4 RGB: (175,207,196)

Color info

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

RGB color model

#AFCFC4 color RGB value is (175,207,196).

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

RGB channels and saturation

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

175
207
196

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

Portions of RGB colors in percentages

R + G + B = 175 + 207 + 196 = 578 (100%)
R 175 of 578 ~ 30.28%
G 207 of 578 ~ 35.81%
B 196 of 578 ~ 33.91'%

%30.28
%35.81
%33.91

CMYK color model

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

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • 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
%5.31
%18.82

Codes

Color #AFCFC4 in popluar color models

AF CF C4
RGB 175 207 196
HSL 159° 25.00% 74.90%
HSB/HSV 159° 15.46% 81.18%
CMYK 15.46% 0.00% 5.31%
18.82%

Color #AFCFC4 in popluar number systems.

HEX AF CF C4
Decimal 175 207 196
Binary 10101111 11001111 11000100
Octal 257 317 304

Shades and tints

Shades of #AFCFC4

#AFCFC4
(175,207,196)
#A0BDB3
(160,189,179)
#91ABA2
(145,171,162)
#829991
(130,153,145)
#738780
(115,135,128)
#64756F
(100,117,111)
#55635E
(85,99,94)
#46514D
(70,81,77)
#373F3C
(55,63,60)
#282D2B
(40,45,43)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #AFCFC4

#AFCFC4
(175,207,196)
#B6D3C9
(182,211,201)
#BDD7CE
(189,215,206)
#C4DBD3
(196,219,211)
#CBDFD8
(203,223,216)
#D2E3DD
(210,227,221)
#D9E7E2
(217,231,226)
#E0EBE7
(224,235,231)
#E7EFEC
(231,239,236)
#EEF3F1
(238,243,241)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCFC4; }

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

This text font color is #AFCFC4.

Background Color

.myBgColor { background-color: #AFCFC4; }

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

This div background color is #AFCFC4.

Border color

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

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

This div border color is #AFCFC4.

Opacity

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

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

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

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

This text has shadow with #AFCFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCFC4.

Preview

Color preview on black background

This text has color #AFCFC4 on black background.


Color preview on white background

This text has color #AFCFC4 on white background.


Black color preview on #AFCFC4 background

This text has black color on #AFCFC4 background.


White color preview on #AFCFC4 background

This text has white color on #AFCFC4 background.


Related colors

Complementary color

Complementary color for #hex is #50303B.


I love getcolorcode.com

Triadic colors

1 #C4AFCF and #CFC4AF with #AFCFC4 are triadic colors.

2 #C4CFAF and #CFAFC4 with #AFCFC4 are triadic colors.