COLOR #AFF7D1

HEX: #AFF7D1
RGB: (175,247,209)

Color info

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

RGB color model

#AFF7D1 color RGB value is (175,247,209).

  • red value is 175;
  • green value is 247;
  • blue value is 209.
RGB:
(175,247,209)
(69%,97%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 247 of 255 = 97%
B 209 of 255 = 82%

175
247
209

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

Portions of RGB colors in percentages

R + G + B =
175 + 247 + 209 = 631 (100%)
R 175 of 631 ~ 27.73%
G 247 of 631 ~ 39.14%
B 209 of 631 ~ 33.12%

%27.73
%39.14
%33.12

CMYK color model

#AFF7D1 color CMYK value is (29,0,15,3).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(29,0,15,3)
C29M0Y15K3 
(29%,0%,15%,3%)
(0.29/0.00/0.15/0.03)	

CMYK percentages

%29.15
%0
%15.38
%3.14

Codes

Color #AFF7D1 in popluar color models

AFF7D1
RGB175247209
HSL148°81.82%82.75%
HSB/HSV148°29.15%96.86%
CMYK29.15%0.00%15.38%
3.14%

Color #AFF7D1 in popluar number systems.

HEXAFF7D1
Decimal175247209
Binary101011111111011111010001
Octal257367321

Shades and tints

Shades of #AFF7D1

#AFF7D1
(175,247,209)
#A0E1BE
(160,225,190)
#91CBAB
(145,203,171)
#82B598
(130,181,152)
#739F85
(115,159,133)
#648972
(100,137,114)
#55735F
(85,115,95)
#465D4C
(70,93,76)
#374739
(55,71,57)
#283126
(40,49,38)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #AFF7D1

#AFF7D1
(175,247,209)
#B6F7D5
(182,247,213)
#BDF7D9
(189,247,217)
#C4F7DD
(196,247,221)
#CBF7E1
(203,247,225)
#D2F7E5
(210,247,229)
#D9F7E9
(217,247,233)
#E0F7ED
(224,247,237)
#E7F7F1
(231,247,241)
#EEF7F5
(238,247,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF7D1; }

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

This text font color is #AFF7D1.


Background Color

.myBgColor { background-color: #AFF7D1; }

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

This div background color is #AFF7D1.


Border color

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

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

This div border color is #AFF7D1.


Opacity

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

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

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

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

This text has shadow with #AFF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF7D1 on black background.


Color preview on white background

This text has color #AFF7D1 on white background.



Black color preview on #AFF7D1 background

This text has black color on #AFF7D1 background.


White color preview on #AFF7D1 background

This text has white color on #AFF7D1 background.