COLOR #AFE6BA

HEX: #AFE6BA RGB: (175,230,186)

Color info

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

RGB color model

#AFE6BA color RGB value is (175,230,186).

RGB: (175,230,186) (69%, 90%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 186 of 255 = 73%

175
230
186

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

Portions of RGB colors in percentages

R + G + B = 175 + 230 + 186 = 591 (100%)
R 175 of 591 ~ 29.61%
G 230 of 591 ~ 38.92%
B 186 of 591 ~ 31.47'%

%29.61
%38.92
%31.47

CMYK color model

#AFE6BA color CMYK value is (24,0,19,10).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 9.80%

CMYK: (24,0,19,10)
C24M0Y19K10 (24%, 0%, 19%, 10%)
(0.24 / 0.00 / 0.19 / 0.10)

CMYK percentages

%23.91
%0
%19.13
%9.8

Codes

Color #AFE6BA in popluar color models

AF E6 BA
RGB 175 230 186
HSL 132° 52.38% 79.41%
HSB/HSV 132° 23.91% 90.20%
CMYK 23.91% 0.00% 19.13%
9.80%

Color #AFE6BA in popluar number systems.

HEX AF E6 BA
Decimal 175 230 186
Binary 10101111 11100110 10111010
Octal 257 346 272

Shades and tints

Shades of #AFE6BA

#AFE6BA
(175,230,186)
#A0D2AA
(160,210,170)
#91BE9A
(145,190,154)
#82AA8A
(130,170,138)
#73967A
(115,150,122)
#64826A
(100,130,106)
#556E5A
(85,110,90)
#465A4A
(70,90,74)
#37463A
(55,70,58)
#28322A
(40,50,42)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #AFE6BA

#AFE6BA
(175,230,186)
#B6E8C0
(182,232,192)
#BDEAC6
(189,234,198)
#C4ECCC
(196,236,204)
#CBEED2
(203,238,210)
#D2F0D8
(210,240,216)
#D9F2DE
(217,242,222)
#E0F4E4
(224,244,228)
#E7F6EA
(231,246,234)
#EEF8F0
(238,248,240)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE6BA color. Also use rgb(175,230,186) instead hex code.

Text Font Color

.myTextColor { color: #AFE6BA; }

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

This text font color is #AFE6BA.

Background Color

.myBgColor { background-color: #AFE6BA; }

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

This div background color is #AFE6BA.

Border color

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

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

This div border color is #AFE6BA.

Opacity

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

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

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

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

This text has shadow with #AFE6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE6BA.

Preview

Color preview on black background

This text has color #AFE6BA on black background.


Color preview on white background

This text has color #AFE6BA on white background.


Black color preview on #AFE6BA background

This text has black color on #AFE6BA background.


White color preview on #AFE6BA background

This text has white color on #AFE6BA background.


Related colors

Complementary color

Complementary color for #hex is #501945.


I love getcolorcode.com

Triadic colors

1 #BAAFE6 and #E6BAAF with #AFE6BA are triadic colors.

2 #BAE6AF and #E6AFBA with #AFE6BA are triadic colors.