COLOR #AFF2C6

HEX: #AFF2C6 RGB: (175,242,198)

Color info

#AFF2C6 contains mainly green and blue colors. Web safe color of #AFF2C6 is #99FFCC (or #9FC).

RGB color model

#AFF2C6 color RGB value is (175,242,198).

RGB: (175,242,198) (69%, 95%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 198 of 255 = 78%

175
242
198

R + G + B ~ 81%. #AFF2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 242 + 198 = 615 (100%)
R 175 of 615 ~ 28.46%
G 242 of 615 ~ 39.35%
B 198 of 615 ~ 32.2'%

%28.46
%39.35
%32.2

CMYK color model

#AFF2C6 color CMYK value is (28,0,18,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 5.10%
CMYK: (28,0,18,5) C28M0Y18K5 (28%,0%,18%,5%) (0.28/0.00/0.18/0.05) 

CMYK percentages

%27.69
%0
%18.18
%5.1

Codes

Color #AFF2C6 in popluar color models

AF F2 C6
RGB 175 242 198
HSL 141° 72.04% 81.76%
HSB/HSV 141° 27.69% 94.90%
CMYK 27.69% 0.00% 18.18%
5.10%

Color #AFF2C6 in popluar number systems.

HEX AF F2 C6
Decimal 175 242 198
Binary 10101111 11110010 11000110
Octal 257 362 306

Shades and tints

Shades of #AFF2C6

#AFF2C6
(175,242,198)
#A0DCB4
(160,220,180)
#91C6A2
(145,198,162)
#82B090
(130,176,144)
#739A7E
(115,154,126)
#64846C
(100,132,108)
#556E5A
(85,110,90)
#465848
(70,88,72)
#374236
(55,66,54)
#282C24
(40,44,36)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFF2C6

#AFF2C6
(175,242,198)
#B6F3CB
(182,243,203)
#BDF4D0
(189,244,208)
#C4F5D5
(196,245,213)
#CBF6DA
(203,246,218)
#D2F7DF
(210,247,223)
#D9F8E4
(217,248,228)
#E0F9E9
(224,249,233)
#E7FAEE
(231,250,238)
#EEFBF3
(238,251,243)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF2C6; }

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

This text font color is #AFF2C6.

Background Color

.myBgColor { background-color: #AFF2C6; }

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

This div background color is #AFF2C6.

Border color

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

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

This div border color is #AFF2C6.

Opacity

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

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

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

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

This text has shadow with #AFF2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF2C6.

Preview

Color preview on black background

This text has color #AFF2C6 on black background.


Color preview on white background

This text has color #AFF2C6 on white background.


Black color preview on #AFF2C6 background

This text has black color on #AFF2C6 background.


White color preview on #AFF2C6 background

This text has white color on #AFF2C6 background.


Related colors

Complementary color

Complementary color for #hex is #500D39.


I love getcolorcode.com

Triadic colors

1 #C6AFF2 and #F2C6AF with #AFF2C6 are triadic colors.

2 #C6F2AF and #F2AFC6 with #AFF2C6 are triadic colors.