COLOR #AFDAC2

HEX: #AFDAC2 RGB: (175,218,194)

Color info

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

RGB color model

#AFDAC2 color RGB value is (175,218,194).

RGB: (175,218,194) (69%, 85%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 194 of 255 = 76%

175
218
194

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

Portions of RGB colors in percentages

R + G + B = 175 + 218 + 194 = 587 (100%)
R 175 of 587 ~ 29.81%
G 218 of 587 ~ 37.14%
B 194 of 587 ~ 33.05'%

%29.81
%37.14
%33.05

CMYK color model

#AFDAC2 color CMYK value is (20,0,11,15).

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

CMYK: (20,0,11,15)
C20M0Y11K15 (20%, 0%, 11%, 15%)
(0.20 / 0.00 / 0.11 / 0.15)

CMYK percentages

%19.72
%0
%11.01
%14.51

Codes

Color #AFDAC2 in popluar color models

AF DA C2
RGB 175 218 194
HSL 147° 36.75% 77.06%
HSB/HSV 147° 19.72% 85.49%
CMYK 19.72% 0.00% 11.01%
14.51%

Color #AFDAC2 in popluar number systems.

HEX AF DA C2
Decimal 175 218 194
Binary 10101111 11011010 11000010
Octal 257 332 302

Shades and tints

Shades of #AFDAC2

#AFDAC2
(175,218,194)
#A0C7B1
(160,199,177)
#91B4A0
(145,180,160)
#82A18F
(130,161,143)
#738E7E
(115,142,126)
#647B6D
(100,123,109)
#55685C
(85,104,92)
#46554B
(70,85,75)
#37423A
(55,66,58)
#282F29
(40,47,41)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #AFDAC2

#AFDAC2
(175,218,194)
#B6DDC7
(182,221,199)
#BDE0CC
(189,224,204)
#C4E3D1
(196,227,209)
#CBE6D6
(203,230,214)
#D2E9DB
(210,233,219)
#D9ECE0
(217,236,224)
#E0EFE5
(224,239,229)
#E7F2EA
(231,242,234)
#EEF5EF
(238,245,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDAC2; }

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

This text font color is #AFDAC2.

Background Color

.myBgColor { background-color: #AFDAC2; }

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

This div background color is #AFDAC2.

Border color

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

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

This div border color is #AFDAC2.

Opacity

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

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

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

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

This text has shadow with #AFDAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDAC2.

Preview

Color preview on black background

This text has color #AFDAC2 on black background.


Color preview on white background

This text has color #AFDAC2 on white background.


Black color preview on #AFDAC2 background

This text has black color on #AFDAC2 background.


White color preview on #AFDAC2 background

This text has white color on #AFDAC2 background.


Related colors

Complementary color

Complementary color for #hex is #50253D.


I love getcolorcode.com

Triadic colors

1 #C2AFDA and #DAC2AF with #AFDAC2 are triadic colors.

2 #C2DAAF and #DAAFC2 with #AFDAC2 are triadic colors.