COLOR #AFC9B8

HEX: #AFC9B8 RGB: (175,201,184)

Color info

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

RGB color model

#AFC9B8 color RGB value is (175,201,184).

RGB: (175,201,184) (69%, 79%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 184 of 255 = 72%

175
201
184

R + G + B ~ 73%. #AFC9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 201 + 184 = 560 (100%)
R 175 of 560 ~ 31.25%
G 201 of 560 ~ 35.89%
B 184 of 560 ~ 32.86'%

%31.25
%35.89
%32.86

CMYK color model

#AFC9B8 color CMYK value is (13,0,8,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%

CMYK: (13,0,8,21)
C13M0Y8K21 (13%, 0%, 8%, 21%)
(0.13 / 0.00 / 0.08 / 0.21)

CMYK percentages

%12.94
%0
%8.46
%21.18

Codes

Color #AFC9B8 in popluar color models

AF C9 B8
RGB 175 201 184
HSL 141° 19.40% 73.73%
HSB/HSV 141° 12.94% 78.82%
CMYK 12.94% 0.00% 8.46%
21.18%

Color #AFC9B8 in popluar number systems.

HEX AF C9 B8
Decimal 175 201 184
Binary 10101111 11001001 10111000
Octal 257 311 270

Shades and tints

Shades of #AFC9B8

#AFC9B8
(175,201,184)
#A0B7A8
(160,183,168)
#91A598
(145,165,152)
#829388
(130,147,136)
#738178
(115,129,120)
#646F68
(100,111,104)
#555D58
(85,93,88)
#464B48
(70,75,72)
#373938
(55,57,56)
#282728
(40,39,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFC9B8

#AFC9B8
(175,201,184)
#B6CDBE
(182,205,190)
#BDD1C4
(189,209,196)
#C4D5CA
(196,213,202)
#CBD9D0
(203,217,208)
#D2DDD6
(210,221,214)
#D9E1DC
(217,225,220)
#E0E5E2
(224,229,226)
#E7E9E8
(231,233,232)
#EEEDEE
(238,237,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC9B8 color. Also use rgb(175,201,184) instead hex code.

Text Font Color

.myTextColor { color: #AFC9B8; }

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

This text font color is #AFC9B8.

Background Color

.myBgColor { background-color: #AFC9B8; }

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

This div background color is #AFC9B8.

Border color

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

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

This div border color is #AFC9B8.

Opacity

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

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

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

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

This text has shadow with #AFC9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC9B8.

Preview

Color preview on black background

This text has color #AFC9B8 on black background.


Color preview on white background

This text has color #AFC9B8 on white background.


Black color preview on #AFC9B8 background

This text has black color on #AFC9B8 background.


White color preview on #AFC9B8 background

This text has white color on #AFC9B8 background.


Related colors

Complementary color

Complementary color for #hex is #503647.


I love getcolorcode.com

Triadic colors

1 #B8AFC9 and #C9B8AF with #AFC9B8 are triadic colors.

2 #B8C9AF and #C9AFB8 with #AFC9B8 are triadic colors.