COLOR #AFF2D5

HEX: #AFF2D5 RGB: (175,242,213)

Color info

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

RGB color model

#AFF2D5 color RGB value is (175,242,213).

RGB: (175,242,213) (69%, 95%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 213 of 255 = 84%

175
242
213

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

Portions of RGB colors in percentages

R + G + B = 175 + 242 + 213 = 630 (100%)
R 175 of 630 ~ 27.78%
G 242 of 630 ~ 38.41%
B 213 of 630 ~ 33.81'%

%27.78
%38.41
%33.81

CMYK color model

#AFF2D5 color CMYK value is (28,0,12,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 5.10%

CMYK: (28,0,12,5)
C28M0Y12K5 (28%, 0%, 12%, 5%)
(0.28 / 0.00 / 0.12 / 0.05)

CMYK percentages

%27.69
%0
%11.98
%5.1

Codes

Color #AFF2D5 in popluar color models

AF F2 D5
RGB 175 242 213
HSL 154° 72.04% 81.76%
HSB/HSV 154° 27.69% 94.90%
CMYK 27.69% 0.00% 11.98%
5.10%

Color #AFF2D5 in popluar number systems.

HEX AF F2 D5
Decimal 175 242 213
Binary 10101111 11110010 11010101
Octal 257 362 325

Shades and tints

Shades of #AFF2D5

#AFF2D5
(175,242,213)
#A0DCC2
(160,220,194)
#91C6AF
(145,198,175)
#82B09C
(130,176,156)
#739A89
(115,154,137)
#648476
(100,132,118)
#556E63
(85,110,99)
#465850
(70,88,80)
#37423D
(55,66,61)
#282C2A
(40,44,42)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #AFF2D5

#AFF2D5
(175,242,213)
#B6F3D8
(182,243,216)
#BDF4DB
(189,244,219)
#C4F5DE
(196,245,222)
#CBF6E1
(203,246,225)
#D2F7E4
(210,247,228)
#D9F8E7
(217,248,231)
#E0F9EA
(224,249,234)
#E7FAED
(231,250,237)
#EEFBF0
(238,251,240)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF2D5; }

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

This text font color is #AFF2D5.

Background Color

.myBgColor { background-color: #AFF2D5; }

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

This div background color is #AFF2D5.

Border color

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

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

This div border color is #AFF2D5.

Opacity

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

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

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

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

This text has shadow with #AFF2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF2D5.

Preview

Color preview on black background

This text has color #AFF2D5 on black background.


Color preview on white background

This text has color #AFF2D5 on white background.


Black color preview on #AFF2D5 background

This text has black color on #AFF2D5 background.


White color preview on #AFF2D5 background

This text has white color on #AFF2D5 background.


Related colors

Complementary color

Complementary color for #hex is #500D2A.


I love getcolorcode.com

Triadic colors

1 #D5AFF2 and #F2D5AF with #AFF2D5 are triadic colors.

2 #D5F2AF and #F2AFD5 with #AFF2D5 are triadic colors.