COLOR #AFF9C1

HEX: #AFF9C1 RGB: (175,249,193)

Color info

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

RGB color model

#AFF9C1 color RGB value is (175,249,193).

RGB: (175,249,193) (69%, 98%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 249 of 255 = 98%
B 193 of 255 = 76%

175
249
193

R + G + B ~ 81%. #AFF9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 249 + 193 = 617 (100%)
R 175 of 617 ~ 28.36%
G 249 of 617 ~ 40.36%
B 193 of 617 ~ 31.28'%

%28.36
%40.36
%31.28

CMYK color model

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

  • cyan value is 29.72%
  • magenta value is 0.00%
  • yellow value is 22.49%
  • key color value is 2.35%
CMYK: (30,0,22,2) C30M0Y22K2 (30%,0%,22%,2%) (0.30/0.00/0.22/0.02) 

CMYK percentages

%29.72
%0
%22.49
%2.35

Codes

Color #AFF9C1 in popluar color models

AF F9 C1
RGB 175 249 193
HSL 135° 86.05% 83.14%
HSB/HSV 135° 29.72% 97.65%
CMYK 29.72% 0.00% 22.49%
2.35%

Color #AFF9C1 in popluar number systems.

HEX AF F9 C1
Decimal 175 249 193
Binary 10101111 11111001 11000001
Octal 257 371 301

Shades and tints

Shades of #AFF9C1

#AFF9C1
(175,249,193)
#A0E3B0
(160,227,176)
#91CD9F
(145,205,159)
#82B78E
(130,183,142)
#73A17D
(115,161,125)
#648B6C
(100,139,108)
#55755B
(85,117,91)
#465F4A
(70,95,74)
#374939
(55,73,57)
#283328
(40,51,40)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #AFF9C1

#AFF9C1
(175,249,193)
#B6F9C6
(182,249,198)
#BDF9CB
(189,249,203)
#C4F9D0
(196,249,208)
#CBF9D5
(203,249,213)
#D2F9DA
(210,249,218)
#D9F9DF
(217,249,223)
#E0F9E4
(224,249,228)
#E7F9E9
(231,249,233)
#EEF9EE
(238,249,238)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF9C1; }

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

This text font color is #AFF9C1.

Background Color

.myBgColor { background-color: #AFF9C1; }

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

This div background color is #AFF9C1.

Border color

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

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

This div border color is #AFF9C1.

Opacity

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

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

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

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

This text has shadow with #AFF9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF9C1.

Preview

Color preview on black background

This text has color #AFF9C1 on black background.


Color preview on white background

This text has color #AFF9C1 on white background.


Black color preview on #AFF9C1 background

This text has black color on #AFF9C1 background.


White color preview on #AFF9C1 background

This text has white color on #AFF9C1 background.


Related colors

Complementary color

Complementary color for #hex is #50063E.


I love getcolorcode.com

Triadic colors

1 #C1AFF9 and #F9C1AF with #AFF9C1 are triadic colors.

2 #C1F9AF and #F9AFC1 with #AFF9C1 are triadic colors.