COLOR #AFE6C6

HEX: #AFE6C6
RGB: (175,230,198)

Color info

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

RGB color model

#AFE6C6 color RGB value is (175,230,198).

  • red value is 175;
  • green value is 230;
  • blue value is 198.
RGB: (175,230,198) (69%,90%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 198 of 255 = 78%

175
230
198

R + G + B ~ 79%. #AFE6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 230 + 198 = 603 (100%)
R 175 of 603 ~ 29.02%
G 230 of 603 ~ 38.14%
B 198 of 603 ~ 32.84%

%29.02
%38.14
%32.84

CMYK color model

#AFE6C6 color CMYK value is (24,0,14,10).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK: (24,0,14,10) C24M0Y14K10 (24%,0%,14%,10%) (0.24/0.00/0.14/0.10)

CMYK percentages

%23.91
%0
%13.91
%9.8

Codes

Color #AFE6C6 in popluar color models

AFE6C6
RGB175230198
HSL145°52.38%79.41%
HSB/HSV145°23.91%90.20%
CMYK23.91%0.00%13.91%
9.80%

Color #AFE6C6 in popluar number systems.

HEXAFE6C6
Decimal175230198
Binary101011111110011011000110
Octal257346306

Shades and tints

Shades of #AFE6C6

#AFE6C6
(175,230,198)
#A0D2B4
(160,210,180)
#91BEA2
(145,190,162)
#82AA90
(130,170,144)
#73967E
(115,150,126)
#64826C
(100,130,108)
#556E5A
(85,110,90)
#465A48
(70,90,72)
#374636
(55,70,54)
#283224
(40,50,36)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #AFE6C6

#AFE6C6
(175,230,198)
#B6E8CB
(182,232,203)
#BDEAD0
(189,234,208)
#C4ECD5
(196,236,213)
#CBEEDA
(203,238,218)
#D2F0DF
(210,240,223)
#D9F2E4
(217,242,228)
#E0F4E9
(224,244,233)
#E7F6EE
(231,246,238)
#EEF8F3
(238,248,243)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6C6; }

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

This text font color is #AFE6C6.


Background Color

.myBgColor { background-color: #AFE6C6; }

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

This div background color is #AFE6C6.


Border color

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

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

This div border color is #AFE6C6.


Opacity

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

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

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

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

This text has shadow with #AFE6C6 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #AFE6C6; -webkit-box-shadow:	1px 1px 3px 2px #AFE6C6; box-shadow:	1px 1px 3px 2px #AFE6C6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AFE6C6; -webkit-box-shadow: 1px 1px 3px 2px #AFE6C6; box-shadow:1px 1px 3px 2px #AFE6C6;">
Div content here</div>
This div box has shadow with color #AFE6C6.

Preview

Color preview on black background

This text has color #AFE6C6 on black background.


Color preview on white background

This text has color #AFE6C6 on white background.



Black color preview on #AFE6C6 background

This text has black color on #AFE6C6 background.


White color preview on #AFE6C6 background

This text has white color on #AFE6C6 background.