COLOR #AFF9CF

HEX: #AFF9CF RGB: (175,249,207)

Color info

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

RGB color model

#AFF9CF color RGB value is (175,249,207).

RGB: (175,249,207) (69%, 98%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 249 of 255 = 98%
B 207 of 255 = 81%

175
249
207

R + G + B ~ 83%. #AFF9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 249 + 207 = 631 (100%)
R 175 of 631 ~ 27.73%
G 249 of 631 ~ 39.46%
B 207 of 631 ~ 32.81'%

%27.73
%39.46
%32.81

CMYK color model

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

  • cyan value is 29.72%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%

CMYK: (30,0,17,2)
C30M0Y17K2 (30%, 0%, 17%, 2%)
(0.30 / 0.00 / 0.17 / 0.02)

CMYK percentages

%29.72
%0
%16.87
%2.35

Codes

Color #AFF9CF in popluar color models

AF F9 CF
RGB 175 249 207
HSL 146° 86.05% 83.14%
HSB/HSV 146° 29.72% 97.65%
CMYK 29.72% 0.00% 16.87%
2.35%

Color #AFF9CF in popluar number systems.

HEX AF F9 CF
Decimal 175 249 207
Binary 10101111 11111001 11001111
Octal 257 371 317

Shades and tints

Shades of #AFF9CF

#AFF9CF
(175,249,207)
#A0E3BD
(160,227,189)
#91CDAB
(145,205,171)
#82B799
(130,183,153)
#73A187
(115,161,135)
#648B75
(100,139,117)
#557563
(85,117,99)
#465F51
(70,95,81)
#37493F
(55,73,63)
#28332D
(40,51,45)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #AFF9CF

#AFF9CF
(175,249,207)
#B6F9D3
(182,249,211)
#BDF9D7
(189,249,215)
#C4F9DB
(196,249,219)
#CBF9DF
(203,249,223)
#D2F9E3
(210,249,227)
#D9F9E7
(217,249,231)
#E0F9EB
(224,249,235)
#E7F9EF
(231,249,239)
#EEF9F3
(238,249,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF9CF; }

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

This text font color is #AFF9CF.

Background Color

.myBgColor { background-color: #AFF9CF; }

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

This div background color is #AFF9CF.

Border color

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

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

This div border color is #AFF9CF.

Opacity

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

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

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

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

This text has shadow with #AFF9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF9CF.

Preview

Color preview on black background

This text has color #AFF9CF on black background.


Color preview on white background

This text has color #AFF9CF on white background.


Black color preview on #AFF9CF background

This text has black color on #AFF9CF background.


White color preview on #AFF9CF background

This text has white color on #AFF9CF background.


Related colors

Complementary color

Complementary color for #hex is #500630.


I love getcolorcode.com

Triadic colors

1 #CFAFF9 and #F9CFAF with #AFF9CF are triadic colors.

2 #CFF9AF and #F9AFCF with #AFF9CF are triadic colors.