COLOR #AFE6C3

HEX: #AFE6C3 RGB: (175,230,195)

Color info

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

RGB color model

#AFE6C3 color RGB value is (175,230,195).

RGB: (175,230,195) (69%, 90%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 195 of 255 = 76%

175
230
195

R + G + B ~ 78%. #AFE6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 230 + 195 = 600 (100%)
R 175 of 600 ~ 29.17%
G 230 of 600 ~ 38.33%
B 195 of 600 ~ 32.5'%

%29.17
%38.33
%32.5

CMYK color model

#AFE6C3 color CMYK value is (24,0,15,10).

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

CMYK: (24,0,15,10)
C24M0Y15K10 (24%, 0%, 15%, 10%)
(0.24 / 0.00 / 0.15 / 0.10)

CMYK percentages

%23.91
%0
%15.22
%9.8

Codes

Color #AFE6C3 in popluar color models

AF E6 C3
RGB 175 230 195
HSL 142° 52.38% 79.41%
HSB/HSV 142° 23.91% 90.20%
CMYK 23.91% 0.00% 15.22%
9.80%

Color #AFE6C3 in popluar number systems.

HEX AF E6 C3
Decimal 175 230 195
Binary 10101111 11100110 11000011
Octal 257 346 303

Shades and tints

Shades of #AFE6C3

#AFE6C3
(175,230,195)
#A0D2B2
(160,210,178)
#91BEA1
(145,190,161)
#82AA90
(130,170,144)
#73967F
(115,150,127)
#64826E
(100,130,110)
#556E5D
(85,110,93)
#465A4C
(70,90,76)
#37463B
(55,70,59)
#28322A
(40,50,42)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #AFE6C3

#AFE6C3
(175,230,195)
#B6E8C8
(182,232,200)
#BDEACD
(189,234,205)
#C4ECD2
(196,236,210)
#CBEED7
(203,238,215)
#D2F0DC
(210,240,220)
#D9F2E1
(217,242,225)
#E0F4E6
(224,244,230)
#E7F6EB
(231,246,235)
#EEF8F0
(238,248,240)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6C3; }

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

This text font color is #AFE6C3.

Background Color

.myBgColor { background-color: #AFE6C3; }

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

This div background color is #AFE6C3.

Border color

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

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

This div border color is #AFE6C3.

Opacity

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

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

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

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

This text has shadow with #AFE6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE6C3.

Preview

Color preview on black background

This text has color #AFE6C3 on black background.


Color preview on white background

This text has color #AFE6C3 on white background.


Black color preview on #AFE6C3 background

This text has black color on #AFE6C3 background.


White color preview on #AFE6C3 background

This text has white color on #AFE6C3 background.


Related colors

Complementary color

Complementary color for #hex is #50193C.


I love getcolorcode.com

Triadic colors

1 #C3AFE6 and #E6C3AF with #AFE6C3 are triadic colors.

2 #C3E6AF and #E6AFC3 with #AFE6C3 are triadic colors.