COLOR #AFF7D6

HEX: #AFF7D6 RGB: (175,247,214)

Color info

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

RGB color model

#AFF7D6 color RGB value is (175,247,214).

RGB: (175,247,214) (69%, 97%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 247 of 255 = 97%
B 214 of 255 = 84%

175
247
214

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

Portions of RGB colors in percentages

R + G + B = 175 + 247 + 214 = 636 (100%)
R 175 of 636 ~ 27.52%
G 247 of 636 ~ 38.84%
B 214 of 636 ~ 33.65'%

%27.52
%38.84
%33.65

CMYK color model

#AFF7D6 color CMYK value is (29,0,13,3).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 3.14%

CMYK: (29,0,13,3)
C29M0Y13K3 (29%, 0%, 13%, 3%)
(0.29 / 0.00 / 0.13 / 0.03)

CMYK percentages

%29.15
%0
%13.36
%3.14

Codes

Color #AFF7D6 in popluar color models

AF F7 D6
RGB 175 247 214
HSL 153° 81.82% 82.75%
HSB/HSV 153° 29.15% 96.86%
CMYK 29.15% 0.00% 13.36%
3.14%

Color #AFF7D6 in popluar number systems.

HEX AF F7 D6
Decimal 175 247 214
Binary 10101111 11110111 11010110
Octal 257 367 326

Shades and tints

Shades of #AFF7D6

#AFF7D6
(175,247,214)
#A0E1C3
(160,225,195)
#91CBB0
(145,203,176)
#82B59D
(130,181,157)
#739F8A
(115,159,138)
#648977
(100,137,119)
#557364
(85,115,100)
#465D51
(70,93,81)
#37473E
(55,71,62)
#28312B
(40,49,43)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #AFF7D6

#AFF7D6
(175,247,214)
#B6F7D9
(182,247,217)
#BDF7DC
(189,247,220)
#C4F7DF
(196,247,223)
#CBF7E2
(203,247,226)
#D2F7E5
(210,247,229)
#D9F7E8
(217,247,232)
#E0F7EB
(224,247,235)
#E7F7EE
(231,247,238)
#EEF7F1
(238,247,241)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF7D6; }

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

This text font color is #AFF7D6.

Background Color

.myBgColor { background-color: #AFF7D6; }

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

This div background color is #AFF7D6.

Border color

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

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

This div border color is #AFF7D6.

Opacity

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

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

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

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

This text has shadow with #AFF7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF7D6.

Preview

Color preview on black background

This text has color #AFF7D6 on black background.


Color preview on white background

This text has color #AFF7D6 on white background.


Black color preview on #AFF7D6 background

This text has black color on #AFF7D6 background.


White color preview on #AFF7D6 background

This text has white color on #AFF7D6 background.


Related colors

Complementary color

Complementary color for #hex is #500829.


I love getcolorcode.com

Triadic colors

1 #D6AFF7 and #F7D6AF with #AFF7D6 are triadic colors.

2 #D6F7AF and #F7AFD6 with #AFF7D6 are triadic colors.