COLOR #AFE0C1

HEX: #AFE0C1 RGB: (175,224,193)

Color info

#AFE0C1 contains red, green and blue colors in about the same proportion. Web safe color of #AFE0C1 is #99CCCC (or #9CC).

RGB color model

#AFE0C1 color RGB value is (175,224,193).

RGB: (175,224,193) (69%, 88%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 193 of 255 = 76%

175
224
193

R + G + B ~ 78%. #AFE0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 224 + 193 = 592 (100%)
R 175 of 592 ~ 29.56%
G 224 of 592 ~ 37.84%
B 193 of 592 ~ 32.6'%

%29.56
%37.84
%32.6

CMYK color model

#AFE0C1 color CMYK value is (22,0,14,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK: (22,0,14,12) C22M0Y14K12 (22%,0%,14%,12%) (0.22/0.00/0.14/0.12) 

CMYK percentages

%21.88
%0
%13.84
%12.16

Codes

Color #AFE0C1 in popluar color models

AF E0 C1
RGB 175 224 193
HSL 142° 44.14% 78.24%
HSB/HSV 142° 21.88% 87.84%
CMYK 21.88% 0.00% 13.84%
12.16%

Color #AFE0C1 in popluar number systems.

HEX AF E0 C1
Decimal 175 224 193
Binary 10101111 11100000 11000001
Octal 257 340 301

Shades and tints

Shades of #AFE0C1

#AFE0C1
(175,224,193)
#A0CCB0
(160,204,176)
#91B89F
(145,184,159)
#82A48E
(130,164,142)
#73907D
(115,144,125)
#647C6C
(100,124,108)
#55685B
(85,104,91)
#46544A
(70,84,74)
#374039
(55,64,57)
#282C28
(40,44,40)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFE0C1

#AFE0C1
(175,224,193)
#B6E2C6
(182,226,198)
#BDE4CB
(189,228,203)
#C4E6D0
(196,230,208)
#CBE8D5
(203,232,213)
#D2EADA
(210,234,218)
#D9ECDF
(217,236,223)
#E0EEE4
(224,238,228)
#E7F0E9
(231,240,233)
#EEF2EE
(238,242,238)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE0C1; }

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

This text font color is #AFE0C1.

Background Color

.myBgColor { background-color: #AFE0C1; }

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

This div background color is #AFE0C1.

Border color

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

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

This div border color is #AFE0C1.

Opacity

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

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

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

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

This text has shadow with #AFE0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE0C1.

Preview

Color preview on black background

This text has color #AFE0C1 on black background.


Color preview on white background

This text has color #AFE0C1 on white background.


Black color preview on #AFE0C1 background

This text has black color on #AFE0C1 background.


White color preview on #AFE0C1 background

This text has white color on #AFE0C1 background.


Related colors

Complementary color

Complementary color for #hex is #501F3E.


I love getcolorcode.com

Triadic colors

1 #C1AFE0 and #E0C1AF with #AFE0C1 are triadic colors.

2 #C1E0AF and #E0AFC1 with #AFE0C1 are triadic colors.