COLOR #AFC5B2

HEX: #AFC5B2 RGB: (175,197,178)

Color info

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

RGB color model

#AFC5B2 color RGB value is (175,197,178).

RGB: (175,197,178) (69%, 77%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 178 of 255 = 70%

175
197
178

R + G + B ~ 72%. #AFC5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 197 + 178 = 550 (100%)
R 175 of 550 ~ 31.82%
G 197 of 550 ~ 35.82%
B 178 of 550 ~ 32.36'%

%31.82
%35.82
%32.36

CMYK color model

#AFC5B2 color CMYK value is (11,0,10,23).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 22.75%

CMYK: (11,0,10,23)
C11M0Y10K23 (11%, 0%, 10%, 23%)
(0.11 / 0.00 / 0.10 / 0.23)

CMYK percentages

%11.17
%0
%9.64
%22.75

Codes

Color #AFC5B2 in popluar color models

AF C5 B2
RGB 175 197 178
HSL 128° 15.94% 72.94%
HSB/HSV 128° 11.17% 77.25%
CMYK 11.17% 0.00% 9.64%
22.75%

Color #AFC5B2 in popluar number systems.

HEX AF C5 B2
Decimal 175 197 178
Binary 10101111 11000101 10110010
Octal 257 305 262

Shades and tints

Shades of #AFC5B2

#AFC5B2
(175,197,178)
#A0B4A2
(160,180,162)
#91A392
(145,163,146)
#829282
(130,146,130)
#738172
(115,129,114)
#647062
(100,112,98)
#555F52
(85,95,82)
#464E42
(70,78,66)
#373D32
(55,61,50)
#282C22
(40,44,34)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #AFC5B2

#AFC5B2
(175,197,178)
#B6CAB9
(182,202,185)
#BDCFC0
(189,207,192)
#C4D4C7
(196,212,199)
#CBD9CE
(203,217,206)
#D2DED5
(210,222,213)
#D9E3DC
(217,227,220)
#E0E8E3
(224,232,227)
#E7EDEA
(231,237,234)
#EEF2F1
(238,242,241)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC5B2 color. Also use rgb(175,197,178) instead hex code.

Text Font Color

.myTextColor { color: #AFC5B2; }

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

This text font color is #AFC5B2.

Background Color

.myBgColor { background-color: #AFC5B2; }

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

This div background color is #AFC5B2.

Border color

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

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

This div border color is #AFC5B2.

Opacity

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

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

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

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

This text has shadow with #AFC5B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC5B2.

Preview

Color preview on black background

This text has color #AFC5B2 on black background.


Color preview on white background

This text has color #AFC5B2 on white background.


Black color preview on #AFC5B2 background

This text has black color on #AFC5B2 background.


White color preview on #AFC5B2 background

This text has white color on #AFC5B2 background.


Related colors

Complementary color

Complementary color for #hex is #503A4D.


I love getcolorcode.com

Triadic colors

1 #B2AFC5 and #C5B2AF with #AFC5B2 are triadic colors.

2 #B2C5AF and #C5AFB2 with #AFC5B2 are triadic colors.