COLOR #AFF6C1

HEX: #AFF6C1
RGB: (175,246,193)

Color info

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

RGB color model

#AFF6C1 color RGB value is (175,246,193).

  • red value is 175;
  • green value is 246;
  • blue value is 193.
RGB:
(175,246,193)
(69%,96%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 246 of 255 = 96%
B 193 of 255 = 76%

175
246
193

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

Portions of RGB colors in percentages

R + G + B =
175 + 246 + 193 = 614 (100%)
R 175 of 614 ~ 28.5%
G 246 of 614 ~ 40.07%
B 193 of 614 ~ 31.43%

%28.5
%40.07
%31.43

CMYK color model

#AFF6C1 color CMYK value is (29,0,22,4).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 3.53%
CMYK:
(29,0,22,4)
C29M0Y22K4 
(29%,0%,22%,4%)
(0.29/0.00/0.22/0.04)	

CMYK percentages

%28.86
%0
%21.54
%3.53

Codes

Color #AFF6C1 in popluar color models

AFF6C1
RGB175246193
HSL135°79.78%82.55%
HSB/HSV135°28.86%96.47%
CMYK28.86%0.00%21.54%
3.53%

Color #AFF6C1 in popluar number systems.

HEXAFF6C1
Decimal175246193
Binary101011111111011011000001
Octal257366301

Shades and tints

Shades of #AFF6C1

#AFF6C1
(175,246,193)
#A0E0B0
(160,224,176)
#91CA9F
(145,202,159)
#82B48E
(130,180,142)
#739E7D
(115,158,125)
#64886C
(100,136,108)
#55725B
(85,114,91)
#465C4A
(70,92,74)
#374639
(55,70,57)
#283028
(40,48,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFF6C1

#AFF6C1
(175,246,193)
#B6F6C6
(182,246,198)
#BDF6CB
(189,246,203)
#C4F6D0
(196,246,208)
#CBF6D5
(203,246,213)
#D2F6DA
(210,246,218)
#D9F6DF
(217,246,223)
#E0F6E4
(224,246,228)
#E7F6E9
(231,246,233)
#EEF6EE
(238,246,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF6C1; }

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

This text font color is #AFF6C1.


Background Color

.myBgColor { background-color: #AFF6C1; }

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

This div background color is #AFF6C1.


Border color

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

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

This div border color is #AFF6C1.


Opacity

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

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

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

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

This text has shadow with #AFF6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF6C1 on black background.


Color preview on white background

This text has color #AFF6C1 on white background.



Black color preview on #AFF6C1 background

This text has black color on #AFF6C1 background.


White color preview on #AFF6C1 background

This text has white color on #AFF6C1 background.