COLOR #AFE6C7

HEX: #AFE6C7
RGB: (175,230,199)

Color info

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

RGB color model

#AFE6C7 color RGB value is (175,230,199).

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

RGB channels and saturation

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

175
230
199

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

Portions of RGB colors in percentages

R + G + B =
175 + 230 + 199 = 604 (100%)
R 175 of 604 ~ 28.97%
G 230 of 604 ~ 38.08%
B 199 of 604 ~ 32.95%

%28.97
%38.08
%32.95

CMYK color model

#AFE6C7 color CMYK value is (24,0,13,10).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(24,0,13,10)
C24M0Y13K10 
(24%,0%,13%,10%)
(0.24/0.00/0.13/0.10)	

CMYK percentages

%23.91
%0
%13.48
%9.8

Codes

Color #AFE6C7 in popluar color models

AFE6C7
RGB175230199
HSL146°52.38%79.41%
HSB/HSV146°23.91%90.20%
CMYK23.91%0.00%13.48%
9.80%

Color #AFE6C7 in popluar number systems.

HEXAFE6C7
Decimal175230199
Binary101011111110011011000111
Octal257346307

Shades and tints

Shades of #AFE6C7

#AFE6C7
(175,230,199)
#A0D2B5
(160,210,181)
#91BEA3
(145,190,163)
#82AA91
(130,170,145)
#73967F
(115,150,127)
#64826D
(100,130,109)
#556E5B
(85,110,91)
#465A49
(70,90,73)
#374637
(55,70,55)
#283225
(40,50,37)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #AFE6C7

#AFE6C7
(175,230,199)
#B6E8CC
(182,232,204)
#BDEAD1
(189,234,209)
#C4ECD6
(196,236,214)
#CBEEDB
(203,238,219)
#D2F0E0
(210,240,224)
#D9F2E5
(217,242,229)
#E0F4EA
(224,244,234)
#E7F6EF
(231,246,239)
#EEF8F4
(238,248,244)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6C7; }

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

This text font color is #AFE6C7.


Background Color

.myBgColor { background-color: #AFE6C7; }

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

This div background color is #AFE6C7.


Border color

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

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

This div border color is #AFE6C7.


Opacity

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

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

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

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

This text has shadow with #AFE6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE6C7 on black background.


Color preview on white background

This text has color #AFE6C7 on white background.



Black color preview on #AFE6C7 background

This text has black color on #AFE6C7 background.


White color preview on #AFE6C7 background

This text has white color on #AFE6C7 background.