COLOR #AFF5B6

HEX: #AFF5B6 RGB: (175,245,182)

Color info

#AFF5B6 contains mainly green color. Web safe color of #AFF5B6 is #99FFCC (or #9FC).

RGB color model

#AFF5B6 color RGB value is (175,245,182).

RGB: (175,245,182) (69%, 96%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 245 of 255 = 96%
B 182 of 255 = 71%

175
245
182

R + G + B ~ 79%. #AFF5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 245 + 182 = 602 (100%)
R 175 of 602 ~ 29.07%
G 245 of 602 ~ 40.7%
B 182 of 602 ~ 30.23'%

%29.07
%40.7
%30.23

CMYK color model

#AFF5B6 color CMYK value is (29,0,26,4).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 3.92%

CMYK: (29,0,26,4)
C29M0Y26K4 (29%, 0%, 26%, 4%)
(0.29 / 0.00 / 0.26 / 0.04)

CMYK percentages

%28.57
%0
%25.71
%3.92

Codes

Color #AFF5B6 in popluar color models

AF F5 B6
RGB 175 245 182
HSL 126° 77.78% 82.35%
HSB/HSV 126° 28.57% 96.08%
CMYK 28.57% 0.00% 25.71%
3.92%

Color #AFF5B6 in popluar number systems.

HEX AF F5 B6
Decimal 175 245 182
Binary 10101111 11110101 10110110
Octal 257 365 266

Shades and tints

Shades of #AFF5B6

#AFF5B6
(175,245,182)
#A0DFA6
(160,223,166)
#91C996
(145,201,150)
#82B386
(130,179,134)
#739D76
(115,157,118)
#648766
(100,135,102)
#557156
(85,113,86)
#465B46
(70,91,70)
#374536
(55,69,54)
#282F26
(40,47,38)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFF5B6

#AFF5B6
(175,245,182)
#B6F5BC
(182,245,188)
#BDF5C2
(189,245,194)
#C4F5C8
(196,245,200)
#CBF5CE
(203,245,206)
#D2F5D4
(210,245,212)
#D9F5DA
(217,245,218)
#E0F5E0
(224,245,224)
#E7F5E6
(231,245,230)
#EEF5EC
(238,245,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF5B6 color. Also use rgb(175,245,182) instead hex code.

Text Font Color

.myTextColor { color: #AFF5B6; }

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

This text font color is #AFF5B6.

Background Color

.myBgColor { background-color: #AFF5B6; }

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

This div background color is #AFF5B6.

Border color

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

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

This div border color is #AFF5B6.

Opacity

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

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

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

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

This text has shadow with #AFF5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF5B6.

Preview

Color preview on black background

This text has color #AFF5B6 on black background.


Color preview on white background

This text has color #AFF5B6 on white background.


Black color preview on #AFF5B6 background

This text has black color on #AFF5B6 background.


White color preview on #AFF5B6 background

This text has white color on #AFF5B6 background.


Related colors

Complementary color

Complementary color for #hex is #500A49.


I love getcolorcode.com

Triadic colors

1 #B6AFF5 and #F5B6AF with #AFF5B6 are triadic colors.

2 #B6F5AF and #F5AFB6 with #AFF5B6 are triadic colors.