COLOR #AFC8B2

HEX: #AFC8B2 RGB: (175,200,178)

Color info

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

RGB color model

#AFC8B2 color RGB value is (175,200,178).

RGB: (175,200,178) (69%, 78%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 178 of 255 = 70%

175
200
178

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

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 178 = 553 (100%)
R 175 of 553 ~ 31.65%
G 200 of 553 ~ 36.17%
B 178 of 553 ~ 32.19'%

%31.65
%36.17
%32.19

CMYK color model

#AFC8B2 color CMYK value is (13,0,11,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 21.57%

CMYK: (13,0,11,22)
C13M0Y11K22 (13%, 0%, 11%, 22%)
(0.13 / 0.00 / 0.11 / 0.22)

CMYK percentages

%12.5
%0
%11
%21.57

Codes

Color #AFC8B2 in popluar color models

AF C8 B2
RGB 175 200 178
HSL 127° 18.52% 73.53%
HSB/HSV 127° 12.50% 78.43%
CMYK 12.50% 0.00% 11.00%
21.57%

Color #AFC8B2 in popluar number systems.

HEX AF C8 B2
Decimal 175 200 178
Binary 10101111 11001000 10110010
Octal 257 310 262

Shades and tints

Shades of #AFC8B2

#AFC8B2
(175,200,178)
#A0B6A2
(160,182,162)
#91A492
(145,164,146)
#829282
(130,146,130)
#738072
(115,128,114)
#646E62
(100,110,98)
#555C52
(85,92,82)
#464A42
(70,74,66)
#373832
(55,56,50)
#282622
(40,38,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFC8B2

#AFC8B2
(175,200,178)
#B6CDB9
(182,205,185)
#BDD2C0
(189,210,192)
#C4D7C7
(196,215,199)
#CBDCCE
(203,220,206)
#D2E1D5
(210,225,213)
#D9E6DC
(217,230,220)
#E0EBE3
(224,235,227)
#E7F0EA
(231,240,234)
#EEF5F1
(238,245,241)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC8B2; }

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

This text font color is #AFC8B2.

Background Color

.myBgColor { background-color: #AFC8B2; }

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

This div background color is #AFC8B2.

Border color

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

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

This div border color is #AFC8B2.

Opacity

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

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

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

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

This text has shadow with #AFC8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8B2.

Preview

Color preview on black background

This text has color #AFC8B2 on black background.


Color preview on white background

This text has color #AFC8B2 on white background.


Black color preview on #AFC8B2 background

This text has black color on #AFC8B2 background.


White color preview on #AFC8B2 background

This text has white color on #AFC8B2 background.


Related colors

Complementary color

Complementary color for #hex is #50374D.


I love getcolorcode.com

Triadic colors

1 #B2AFC8 and #C8B2AF with #AFC8B2 are triadic colors.

2 #B2C8AF and #C8AFB2 with #AFC8B2 are triadic colors.