COLOR #AFDACC

HEX: #AFDACC RGB: (175,218,204)

Color info

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

RGB color model

#AFDACC color RGB value is (175,218,204).

RGB: (175,218,204) (69%, 85%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 204 of 255 = 80%

175
218
204

R + G + B ~ 78%. #AFDACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 218 + 204 = 597 (100%)
R 175 of 597 ~ 29.31%
G 218 of 597 ~ 36.52%
B 204 of 597 ~ 34.17'%

%29.31
%36.52
%34.17

CMYK color model

#AFDACC color CMYK value is (20,0,6,15).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 14.51%

CMYK: (20,0,6,15)
C20M0Y6K15 (20%, 0%, 6%, 15%)
(0.20 / 0.00 / 0.06 / 0.15)

CMYK percentages

%19.72
%0
%6.42
%14.51

Codes

Color #AFDACC in popluar color models

AF DA CC
RGB 175 218 204
HSL 160° 36.75% 77.06%
HSB/HSV 160° 19.72% 85.49%
CMYK 19.72% 0.00% 6.42%
14.51%

Color #AFDACC in popluar number systems.

HEX AF DA CC
Decimal 175 218 204
Binary 10101111 11011010 11001100
Octal 257 332 314

Shades and tints

Shades of #AFDACC

#AFDACC
(175,218,204)
#A0C7BA
(160,199,186)
#91B4A8
(145,180,168)
#82A196
(130,161,150)
#738E84
(115,142,132)
#647B72
(100,123,114)
#556860
(85,104,96)
#46554E
(70,85,78)
#37423C
(55,66,60)
#282F2A
(40,47,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #AFDACC

#AFDACC
(175,218,204)
#B6DDD0
(182,221,208)
#BDE0D4
(189,224,212)
#C4E3D8
(196,227,216)
#CBE6DC
(203,230,220)
#D2E9E0
(210,233,224)
#D9ECE4
(217,236,228)
#E0EFE8
(224,239,232)
#E7F2EC
(231,242,236)
#EEF5F0
(238,245,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDACC; }

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

This text font color is #AFDACC.

Background Color

.myBgColor { background-color: #AFDACC; }

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

This div background color is #AFDACC.

Border color

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

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

This div border color is #AFDACC.

Opacity

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

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

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

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

This text has shadow with #AFDACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDACC.

Preview

Color preview on black background

This text has color #AFDACC on black background.


Color preview on white background

This text has color #AFDACC on white background.


Black color preview on #AFDACC background

This text has black color on #AFDACC background.


White color preview on #AFDACC background

This text has white color on #AFDACC background.


Related colors

Complementary color

Complementary color for #hex is #502533.


I love getcolorcode.com

Triadic colors

1 #CCAFDA and #DACCAF with #AFDACC are triadic colors.

2 #CCDAAF and #DAAFCC with #AFDACC are triadic colors.