COLOR #AFEAB6

HEX: #AFEAB6 RGB: (175,234,182)

Color info

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

RGB color model

#AFEAB6 color RGB value is (175,234,182).

RGB: (175,234,182) (69%, 92%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 234 of 255 = 92%
B 182 of 255 = 71%

175
234
182

R + G + B ~ 77%. #AFEAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 234 + 182 = 591 (100%)
R 175 of 591 ~ 29.61%
G 234 of 591 ~ 39.59%
B 182 of 591 ~ 30.8'%

%29.61
%39.59
%30.8

CMYK color model

#AFEAB6 color CMYK value is (25,0,22,8).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%

CMYK: (25,0,22,8)
C25M0Y22K8 (25%, 0%, 22%, 8%)
(0.25 / 0.00 / 0.22 / 0.08)

CMYK percentages

%25.21
%0
%22.22
%8.24

Codes

Color #AFEAB6 in popluar color models

AF EA B6
RGB 175 234 182
HSL 127° 58.42% 80.20%
HSB/HSV 127° 25.21% 91.76%
CMYK 25.21% 0.00% 22.22%
8.24%

Color #AFEAB6 in popluar number systems.

HEX AF EA B6
Decimal 175 234 182
Binary 10101111 11101010 10110110
Octal 257 352 266

Shades and tints

Shades of #AFEAB6

#AFEAB6
(175,234,182)
#A0D5A6
(160,213,166)
#91C096
(145,192,150)
#82AB86
(130,171,134)
#739676
(115,150,118)
#648166
(100,129,102)
#556C56
(85,108,86)
#465746
(70,87,70)
#374236
(55,66,54)
#282D26
(40,45,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #AFEAB6

#AFEAB6
(175,234,182)
#B6EBBC
(182,235,188)
#BDECC2
(189,236,194)
#C4EDC8
(196,237,200)
#CBEECE
(203,238,206)
#D2EFD4
(210,239,212)
#D9F0DA
(217,240,218)
#E0F1E0
(224,241,224)
#E7F2E6
(231,242,230)
#EEF3EC
(238,243,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEAB6 color. Also use rgb(175,234,182) instead hex code.

Text Font Color

.myTextColor { color: #AFEAB6; }

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

This text font color is #AFEAB6.

Background Color

.myBgColor { background-color: #AFEAB6; }

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

This div background color is #AFEAB6.

Border color

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

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

This div border color is #AFEAB6.

Opacity

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

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

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

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

This text has shadow with #AFEAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEAB6.

Preview

Color preview on black background

This text has color #AFEAB6 on black background.


Color preview on white background

This text has color #AFEAB6 on white background.


Black color preview on #AFEAB6 background

This text has black color on #AFEAB6 background.


White color preview on #AFEAB6 background

This text has white color on #AFEAB6 background.


Related colors

Complementary color

Complementary color for #hex is #501549.


I love getcolorcode.com

Triadic colors

1 #B6AFEA and #EAB6AF with #AFEAB6 are triadic colors.

2 #B6EAAF and #EAAFB6 with #AFEAB6 are triadic colors.