COLOR #AFF6D6

HEX: #AFF6D6 RGB: (175,246,214)

Color info

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

RGB color model

#AFF6D6 color RGB value is (175,246,214).

RGB: (175,246,214) (69%, 96%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 246 of 255 = 96%
B 214 of 255 = 84%

175
246
214

R + G + B ~ 83%. #AFF6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 246 + 214 = 635 (100%)
R 175 of 635 ~ 27.56%
G 246 of 635 ~ 38.74%
B 214 of 635 ~ 33.7'%

%27.56
%38.74
%33.7

CMYK color model

#AFF6D6 color CMYK value is (29,0,13,4).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 3.53%

CMYK: (29,0,13,4)
C29M0Y13K4 (29%, 0%, 13%, 4%)
(0.29 / 0.00 / 0.13 / 0.04)

CMYK percentages

%28.86
%0
%13.01
%3.53

Codes

Color #AFF6D6 in popluar color models

AF F6 D6
RGB 175 246 214
HSL 153° 79.78% 82.55%
HSB/HSV 153° 28.86% 96.47%
CMYK 28.86% 0.00% 13.01%
3.53%

Color #AFF6D6 in popluar number systems.

HEX AF F6 D6
Decimal 175 246 214
Binary 10101111 11110110 11010110
Octal 257 366 326

Shades and tints

Shades of #AFF6D6

#AFF6D6
(175,246,214)
#A0E0C3
(160,224,195)
#91CAB0
(145,202,176)
#82B49D
(130,180,157)
#739E8A
(115,158,138)
#648877
(100,136,119)
#557264
(85,114,100)
#465C51
(70,92,81)
#37463E
(55,70,62)
#28302B
(40,48,43)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #AFF6D6

#AFF6D6
(175,246,214)
#B6F6D9
(182,246,217)
#BDF6DC
(189,246,220)
#C4F6DF
(196,246,223)
#CBF6E2
(203,246,226)
#D2F6E5
(210,246,229)
#D9F6E8
(217,246,232)
#E0F6EB
(224,246,235)
#E7F6EE
(231,246,238)
#EEF6F1
(238,246,241)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF6D6; }

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

This text font color is #AFF6D6.

Background Color

.myBgColor { background-color: #AFF6D6; }

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

This div background color is #AFF6D6.

Border color

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

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

This div border color is #AFF6D6.

Opacity

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

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

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

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

This text has shadow with #AFF6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF6D6.

Preview

Color preview on black background

This text has color #AFF6D6 on black background.


Color preview on white background

This text has color #AFF6D6 on white background.


Black color preview on #AFF6D6 background

This text has black color on #AFF6D6 background.


White color preview on #AFF6D6 background

This text has white color on #AFF6D6 background.


Related colors

Complementary color

Complementary color for #hex is #500929.


I love getcolorcode.com

Triadic colors

1 #D6AFF6 and #F6D6AF with #AFF6D6 are triadic colors.

2 #D6F6AF and #F6AFD6 with #AFF6D6 are triadic colors.