COLOR #AFDCC0

HEX: #AFDCC0
RGB: (175,220,192)

Color info

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

RGB color model

#AFDCC0 color RGB value is (175,220,192).

  • red value is 175;
  • green value is 220;
  • blue value is 192.
RGB:
(175,220,192)
(69%,86%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 192 of 255 = 75%

175
220
192

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

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 192 = 587 (100%)
R 175 of 587 ~ 29.81%
G 220 of 587 ~ 37.48%
B 192 of 587 ~ 32.71%

%29.81
%37.48
%32.71

CMYK color model

#AFDCC0 color CMYK value is (20,0,13,14).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 13.73%
CMYK:
(20,0,13,14)
C20M0Y13K14 
(20%,0%,13%,14%)
(0.20/0.00/0.13/0.14)	

CMYK percentages

%20.45
%0
%12.73
%13.73

Codes

Color #AFDCC0 in popluar color models

AFDCC0
RGB175220192
HSL143°39.13%77.45%
HSB/HSV143°20.45%86.27%
CMYK20.45%0.00%12.73%
13.73%

Color #AFDCC0 in popluar number systems.

HEXAFDCC0
Decimal175220192
Binary101011111101110011000000
Octal257334300

Shades and tints

Shades of #AFDCC0

#AFDCC0
(175,220,192)
#A0C8AF
(160,200,175)
#91B49E
(145,180,158)
#82A08D
(130,160,141)
#738C7C
(115,140,124)
#64786B
(100,120,107)
#55645A
(85,100,90)
#465049
(70,80,73)
#373C38
(55,60,56)
#282827
(40,40,39)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFDCC0

#AFDCC0
(175,220,192)
#B6DFC5
(182,223,197)
#BDE2CA
(189,226,202)
#C4E5CF
(196,229,207)
#CBE8D4
(203,232,212)
#D2EBD9
(210,235,217)
#D9EEDE
(217,238,222)
#E0F1E3
(224,241,227)
#E7F4E8
(231,244,232)
#EEF7ED
(238,247,237)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDCC0; }

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

This text font color is #AFDCC0.


Background Color

.myBgColor { background-color: #AFDCC0; }

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

This div background color is #AFDCC0.


Border color

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

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

This div border color is #AFDCC0.


Opacity

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

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

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

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

This text has shadow with #AFDCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDCC0 on black background.


Color preview on white background

This text has color #AFDCC0 on white background.



Black color preview on #AFDCC0 background

This text has black color on #AFDCC0 background.


White color preview on #AFDCC0 background

This text has white color on #AFDCC0 background.