COLOR #AFE7C4

HEX: #AFE7C4 RGB: (175,231,196)

Color info

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

RGB color model

#AFE7C4 color RGB value is (175,231,196).

RGB: (175,231,196) (69%, 91%, 77%)

RGB channels and saturation

R 175 of 255 = 69%
G 231 of 255 = 91%
B 196 of 255 = 77%

175
231
196

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

Portions of RGB colors in percentages

R + G + B = 175 + 231 + 196 = 602 (100%)
R 175 of 602 ~ 29.07%
G 231 of 602 ~ 38.37%
B 196 of 602 ~ 32.56'%

%29.07
%38.37
%32.56

CMYK color model

#AFE7C4 color CMYK value is (24,0,15,9).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 9.41%

CMYK: (24,0,15,9)
C24M0Y15K9 (24%, 0%, 15%, 9%)
(0.24 / 0.00 / 0.15 / 0.09)

CMYK percentages

%24.24
%0
%15.15
%9.41

Codes

Color #AFE7C4 in popluar color models

AF E7 C4
RGB 175 231 196
HSL 143° 53.85% 79.61%
HSB/HSV 143° 24.24% 90.59%
CMYK 24.24% 0.00% 15.15%
9.41%

Color #AFE7C4 in popluar number systems.

HEX AF E7 C4
Decimal 175 231 196
Binary 10101111 11100111 11000100
Octal 257 347 304

Shades and tints

Shades of #AFE7C4

#AFE7C4
(175,231,196)
#A0D2B3
(160,210,179)
#91BDA2
(145,189,162)
#82A891
(130,168,145)
#739380
(115,147,128)
#647E6F
(100,126,111)
#55695E
(85,105,94)
#46544D
(70,84,77)
#373F3C
(55,63,60)
#282A2B
(40,42,43)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #AFE7C4

#AFE7C4
(175,231,196)
#B6E9C9
(182,233,201)
#BDEBCE
(189,235,206)
#C4EDD3
(196,237,211)
#CBEFD8
(203,239,216)
#D2F1DD
(210,241,221)
#D9F3E2
(217,243,226)
#E0F5E7
(224,245,231)
#E7F7EC
(231,247,236)
#EEF9F1
(238,249,241)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE7C4 color. Also use rgb(175,231,196) instead hex code.

Text Font Color

.myTextColor { color: #AFE7C4; }

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

This text font color is #AFE7C4.

Background Color

.myBgColor { background-color: #AFE7C4; }

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

This div background color is #AFE7C4.

Border color

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

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

This div border color is #AFE7C4.

Opacity

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

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

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

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

This text has shadow with #AFE7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE7C4.

Preview

Color preview on black background

This text has color #AFE7C4 on black background.


Color preview on white background

This text has color #AFE7C4 on white background.


Black color preview on #AFE7C4 background

This text has black color on #AFE7C4 background.


White color preview on #AFE7C4 background

This text has white color on #AFE7C4 background.


Related colors

Complementary color

Complementary color for #hex is #50183B.


I love getcolorcode.com

Triadic colors

1 #C4AFE7 and #E7C4AF with #AFE7C4 are triadic colors.

2 #C4E7AF and #E7AFC4 with #AFE7C4 are triadic colors.