COLOR #AFDCDC

HEX: #AFDCDC
RGB: (175,220,220)

Color info

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

RGB color model

#AFDCDC color RGB value is (175,220,220).

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

RGB channels and saturation

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

175
220
220

R + G + B ~ 80%. #AFDCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 220 = 615 (100%)
R 175 of 615 ~ 28.46%
G 220 of 615 ~ 35.77%
B 220 of 615 ~ 35.77%

%28.46
%35.77
%35.77

CMYK color model

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

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

CMYK percentages

%20.45
%0
%0
%13.73

Codes

Color #AFDCDC in popluar color models

AFDCDC
RGB175220220
HSL180°39.13%77.45%
HSB/HSV180°20.45%86.27%
CMYK20.45%0.00%0.00%
13.73%

Color #AFDCDC in popluar number systems.

HEXAFDCDC
Decimal175220220
Binary101011111101110011011100
Octal257334334

Shades and tints

Shades of #AFDCDC

#AFDCDC
(175,220,220)
#A0C8C8
(160,200,200)
#91B4B4
(145,180,180)
#82A0A0
(130,160,160)
#738C8C
(115,140,140)
#647878
(100,120,120)
#556464
(85,100,100)
#465050
(70,80,80)
#373C3C
(55,60,60)
#282828
(40,40,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFDCDC

#AFDCDC
(175,220,220)
#B6DFDF
(182,223,223)
#BDE2E2
(189,226,226)
#C4E5E5
(196,229,229)
#CBE8E8
(203,232,232)
#D2EBEB
(210,235,235)
#D9EEEE
(217,238,238)
#E0F1F1
(224,241,241)
#E7F4F4
(231,244,244)
#EEF7F7
(238,247,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDCDC; }

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

This text font color is #AFDCDC.


Background Color

.myBgColor { background-color: #AFDCDC; }

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

This div background color is #AFDCDC.


Border color

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

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

This div border color is #AFDCDC.


Opacity

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

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

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

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

This text has shadow with #AFDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDCDC on black background.


Color preview on white background

This text has color #AFDCDC on white background.



Black color preview on #AFDCDC background

This text has black color on #AFDCDC background.


White color preview on #AFDCDC background

This text has white color on #AFDCDC background.