COLOR #AFFAF6

HEX: #AFFAF6 RGB: (175,250,246)

Color info

#AFFAF6 contains mainly green and blue colors. Web safe color of #AFFAF6 is #99FFFF (or #9FF).

RGB color model

#AFFAF6 color RGB value is (175,250,246).

RGB: (175,250,246) (69%, 98%, 96%)

RGB channels and saturation

R 175 of 255 = 69%
G 250 of 255 = 98%
B 246 of 255 = 96%

175
250
246

R + G + B ~ 88%. #AFFAF6 is light color.

Portions of RGB colors in percentages

R + G + B = 175 + 250 + 246 = 671 (100%)
R 175 of 671 ~ 26.08%
G 250 of 671 ~ 37.26%
B 246 of 671 ~ 36.66'%

%26.08
%37.26
%36.66

CMYK color model

#AFFAF6 color CMYK value is (30,0,2,2).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 1.96%
CMYK: (30,0,2,2) C30M0Y2K2 (30%,0%,2%,2%) (0.30/0.00/0.02/0.02) 

CMYK percentages

%30
%0
%1.6
%1.96

Codes

Color #AFFAF6 in popluar color models

AF FA F6
RGB 175 250 246
HSL 177° 88.24% 83.33%
HSB/HSV 177° 30.00% 98.04%
CMYK 30.00% 0.00% 1.60%
1.96%

Color #AFFAF6 in popluar number systems.

HEX AF FA F6
Decimal 175 250 246
Binary 10101111 11111010 11110110
Octal 257 372 366

Shades and tints

Shades of #AFFAF6

#AFFAF6
(175,250,246)
#A0E4E0
(160,228,224)
#91CECA
(145,206,202)
#82B8B4
(130,184,180)
#73A29E
(115,162,158)
#648C88
(100,140,136)
#557672
(85,118,114)
#46605C
(70,96,92)
#374A46
(55,74,70)
#283430
(40,52,48)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #AFFAF6

#AFFAF6
(175,250,246)
#B6FAF6
(182,250,246)
#BDFAF6
(189,250,246)
#C4FAF6
(196,250,246)
#CBFAF6
(203,250,246)
#D2FAF6
(210,250,246)
#D9FAF6
(217,250,246)
#E0FAF6
(224,250,246)
#E7FAF6
(231,250,246)
#EEFAF6
(238,250,246)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFAF6 color. Also use rgb(175,250,246) instead hex code.

Text Font Color

.myTextColor { color: #AFFAF6; }

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

This text font color is #AFFAF6.

Background Color

.myBgColor { background-color: #AFFAF6; }

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

This div background color is #AFFAF6.

Border color

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

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

This div border color is #AFFAF6.

Opacity

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

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

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

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

This text has shadow with #AFFAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFFAF6.

Preview

Color preview on black background

This text has color #AFFAF6 on black background.


Color preview on white background

This text has color #AFFAF6 on white background.


Black color preview on #AFFAF6 background

This text has black color on #AFFAF6 background.


White color preview on #AFFAF6 background

This text has white color on #AFFAF6 background.


Related colors

Complementary color

Complementary color for #hex is #500509.


I love getcolorcode.com

Triadic colors

1 #F6AFFA and #FAF6AF with #AFFAF6 are triadic colors.

2 #F6FAAF and #FAAFF6 with #AFFAF6 are triadic colors.