COLOR #AFE6CC

HEX: #AFE6CC RGB: (175,230,204)

Color info

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

RGB color model

#AFE6CC color RGB value is (175,230,204).

RGB: (175,230,204) (69%, 90%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 204 of 255 = 80%

175
230
204

R + G + B ~ 80%. #AFE6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 230 + 204 = 609 (100%)
R 175 of 609 ~ 28.74%
G 230 of 609 ~ 37.77%
B 204 of 609 ~ 33.5'%

%28.74
%37.77
%33.5

CMYK color model

#AFE6CC color CMYK value is (24,0,11,10).

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

CMYK: (24,0,11,10)
C24M0Y11K10 (24%, 0%, 11%, 10%)
(0.24 / 0.00 / 0.11 / 0.10)

CMYK percentages

%23.91
%0
%11.3
%9.8

Codes

Color #AFE6CC in popluar color models

AF E6 CC
RGB 175 230 204
HSL 152° 52.38% 79.41%
HSB/HSV 152° 23.91% 90.20%
CMYK 23.91% 0.00% 11.30%
9.80%

Color #AFE6CC in popluar number systems.

HEX AF E6 CC
Decimal 175 230 204
Binary 10101111 11100110 11001100
Octal 257 346 314

Shades and tints

Shades of #AFE6CC

#AFE6CC
(175,230,204)
#A0D2BA
(160,210,186)
#91BEA8
(145,190,168)
#82AA96
(130,170,150)
#739684
(115,150,132)
#648272
(100,130,114)
#556E60
(85,110,96)
#465A4E
(70,90,78)
#37463C
(55,70,60)
#28322A
(40,50,42)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #AFE6CC

#AFE6CC
(175,230,204)
#B6E8D0
(182,232,208)
#BDEAD4
(189,234,212)
#C4ECD8
(196,236,216)
#CBEEDC
(203,238,220)
#D2F0E0
(210,240,224)
#D9F2E4
(217,242,228)
#E0F4E8
(224,244,232)
#E7F6EC
(231,246,236)
#EEF8F0
(238,248,240)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6CC; }

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

This text font color is #AFE6CC.

Background Color

.myBgColor { background-color: #AFE6CC; }

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

This div background color is #AFE6CC.

Border color

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

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

This div border color is #AFE6CC.

Opacity

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

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

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

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

This text has shadow with #AFE6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE6CC.

Preview

Color preview on black background

This text has color #AFE6CC on black background.


Color preview on white background

This text has color #AFE6CC on white background.


Black color preview on #AFE6CC background

This text has black color on #AFE6CC background.


White color preview on #AFE6CC background

This text has white color on #AFE6CC background.


Related colors

Complementary color

Complementary color for #hex is #501933.


I love getcolorcode.com

Triadic colors

1 #CCAFE6 and #E6CCAF with #AFE6CC are triadic colors.

2 #CCE6AF and #E6AFCC with #AFE6CC are triadic colors.