COLOR #AFCCC0

HEX: #AFCCC0 RGB: (175,204,192)

Color info

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

RGB color model

#AFCCC0 color RGB value is (175,204,192).

RGB: (175,204,192) (69%, 80%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 192 of 255 = 75%

175
204
192

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

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 192 = 571 (100%)
R 175 of 571 ~ 30.65%
G 204 of 571 ~ 35.73%
B 192 of 571 ~ 33.63'%

%30.65
%35.73
%33.63

CMYK color model

#AFCCC0 color CMYK value is (14,0,6,20).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 20.00%

CMYK: (14,0,6,20)
C14M0Y6K20 (14%, 0%, 6%, 20%)
(0.14 / 0.00 / 0.06 / 0.20)

CMYK percentages

%14.22
%0
%5.88
%20

Codes

Color #AFCCC0 in popluar color models

AF CC C0
RGB 175 204 192
HSL 155° 22.14% 74.31%
HSB/HSV 155° 14.22% 80.00%
CMYK 14.22% 0.00% 5.88%
20.00%

Color #AFCCC0 in popluar number systems.

HEX AF CC C0
Decimal 175 204 192
Binary 10101111 11001100 11000000
Octal 257 314 300

Shades and tints

Shades of #AFCCC0

#AFCCC0
(175,204,192)
#A0BAAF
(160,186,175)
#91A89E
(145,168,158)
#82968D
(130,150,141)
#73847C
(115,132,124)
#64726B
(100,114,107)
#55605A
(85,96,90)
#464E49
(70,78,73)
#373C38
(55,60,56)
#282A27
(40,42,39)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #AFCCC0

#AFCCC0
(175,204,192)
#B6D0C5
(182,208,197)
#BDD4CA
(189,212,202)
#C4D8CF
(196,216,207)
#CBDCD4
(203,220,212)
#D2E0D9
(210,224,217)
#D9E4DE
(217,228,222)
#E0E8E3
(224,232,227)
#E7ECE8
(231,236,232)
#EEF0ED
(238,240,237)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCCC0 color. Also use rgb(175,204,192) instead hex code.

Text Font Color

.myTextColor { color: #AFCCC0; }

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

This text font color is #AFCCC0.

Background Color

.myBgColor { background-color: #AFCCC0; }

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

This div background color is #AFCCC0.

Border color

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

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

This div border color is #AFCCC0.

Opacity

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

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

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

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

This text has shadow with #AFCCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCC0.

Preview

Color preview on black background

This text has color #AFCCC0 on black background.


Color preview on white background

This text has color #AFCCC0 on white background.


Black color preview on #AFCCC0 background

This text has black color on #AFCCC0 background.


White color preview on #AFCCC0 background

This text has white color on #AFCCC0 background.


Related colors

Complementary color

Complementary color for #hex is #50333F.


I love getcolorcode.com

Triadic colors

1 #C0AFCC and #CCC0AF with #AFCCC0 are triadic colors.

2 #C0CCAF and #CCAFC0 with #AFCCC0 are triadic colors.