COLOR #AFFCC6

HEX: #AFFCC6
RGB: (175,252,198)

Color info

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

RGB color model

#AFFCC6 color RGB value is (175,252,198).

  • red value is 175;
  • green value is 252;
  • blue value is 198.
RGB:
(175,252,198)
(69%,99%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 252 of 255 = 99%
B 198 of 255 = 78%

175
252
198

R + G + B ~ 82%. #AFFCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 252 + 198 = 625 (100%)
R 175 of 625 ~ 28%
G 252 of 625 ~ 40.32%
B 198 of 625 ~ 31.68%

%28
%40.32
%31.68

CMYK color model

#AFFCC6 color CMYK value is (31,0,21,1).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 1.18%
CMYK:
(31,0,21,1)
C31M0Y21K1 
(31%,0%,21%,1%)
(0.31/0.00/0.21/0.01)	

CMYK percentages

%30.56
%0
%21.43
%1.18

Codes

Color #AFFCC6 in popluar color models

AFFCC6
RGB175252198
HSL138°92.77%83.73%
HSB/HSV138°30.56%98.82%
CMYK30.56%0.00%21.43%
1.18%

Color #AFFCC6 in popluar number systems.

HEXAFFCC6
Decimal175252198
Binary101011111111110011000110
Octal257374306

Shades and tints

Shades of #AFFCC6

#AFFCC6
(175,252,198)
#A0E6B4
(160,230,180)
#91D0A2
(145,208,162)
#82BA90
(130,186,144)
#73A47E
(115,164,126)
#648E6C
(100,142,108)
#55785A
(85,120,90)
#466248
(70,98,72)
#374C36
(55,76,54)
#283624
(40,54,36)
#192012
(25,32,18)
#000000
(0,0,0)

Tints of #AFFCC6

#AFFCC6
(175,252,198)
#B6FCCB
(182,252,203)
#BDFCD0
(189,252,208)
#C4FCD5
(196,252,213)
#CBFCDA
(203,252,218)
#D2FCDF
(210,252,223)
#D9FCE4
(217,252,228)
#E0FCE9
(224,252,233)
#E7FCEE
(231,252,238)
#EEFCF3
(238,252,243)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFCC6; }

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

This text font color is #AFFCC6.


Background Color

.myBgColor { background-color: #AFFCC6; }

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

This div background color is #AFFCC6.


Border color

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

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

This div border color is #AFFCC6.


Opacity

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

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

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

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

This text has shadow with #AFFCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFCC6 on black background.


Color preview on white background

This text has color #AFFCC6 on white background.



Black color preview on #AFFCC6 background

This text has black color on #AFFCC6 background.


White color preview on #AFFCC6 background

This text has white color on #AFFCC6 background.