COLOR #AFFCB6

HEX: #AFFCB6 RGB: (175,252,182)

Color info

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

RGB color model

#AFFCB6 color RGB value is (175,252,182).

RGB: (175,252,182) (69%, 99%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 252 of 255 = 99%
B 182 of 255 = 71%

175
252
182

R + G + B ~ 80%. #AFFCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 252 + 182 = 609 (100%)
R 175 of 609 ~ 28.74%
G 252 of 609 ~ 41.38%
B 182 of 609 ~ 29.89'%

%28.74
%41.38
%29.89

CMYK color model

#AFFCB6 color CMYK value is (31,0,28,1).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 1.18%

CMYK: (31,0,28,1)
C31M0Y28K1 (31%, 0%, 28%, 1%)
(0.31 / 0.00 / 0.28 / 0.01)

CMYK percentages

%30.56
%0
%27.78
%1.18

Codes

Color #AFFCB6 in popluar color models

AF FC B6
RGB 175 252 182
HSL 125° 92.77% 83.73%
HSB/HSV 125° 30.56% 98.82%
CMYK 30.56% 0.00% 27.78%
1.18%

Color #AFFCB6 in popluar number systems.

HEX AF FC B6
Decimal 175 252 182
Binary 10101111 11111100 10110110
Octal 257 374 266

Shades and tints

Shades of #AFFCB6

#AFFCB6
(175,252,182)
#A0E6A6
(160,230,166)
#91D096
(145,208,150)
#82BA86
(130,186,134)
#73A476
(115,164,118)
#648E66
(100,142,102)
#557856
(85,120,86)
#466246
(70,98,70)
#374C36
(55,76,54)
#283626
(40,54,38)
#192016
(25,32,22)
#000000
(0,0,0)

Tints of #AFFCB6

#AFFCB6
(175,252,182)
#B6FCBC
(182,252,188)
#BDFCC2
(189,252,194)
#C4FCC8
(196,252,200)
#CBFCCE
(203,252,206)
#D2FCD4
(210,252,212)
#D9FCDA
(217,252,218)
#E0FCE0
(224,252,224)
#E7FCE6
(231,252,230)
#EEFCEC
(238,252,236)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFCB6; }

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

This text font color is #AFFCB6.

Background Color

.myBgColor { background-color: #AFFCB6; }

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

This div background color is #AFFCB6.

Border color

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

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

This div border color is #AFFCB6.

Opacity

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

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

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

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

This text has shadow with #AFFCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFFCB6.

Preview

Color preview on black background

This text has color #AFFCB6 on black background.


Color preview on white background

This text has color #AFFCB6 on white background.


Black color preview on #AFFCB6 background

This text has black color on #AFFCB6 background.


White color preview on #AFFCB6 background

This text has white color on #AFFCB6 background.


Related colors

Complementary color

Complementary color for #hex is #500349.


I love getcolorcode.com

Triadic colors

1 #B6AFFC and #FCB6AF with #AFFCB6 are triadic colors.

2 #B6FCAF and #FCAFB6 with #AFFCB6 are triadic colors.