COLOR #AFC1B5

HEX: #AFC1B5 RGB: (175,193,181)

Color info

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

RGB color model

#AFC1B5 color RGB value is (175,193,181).

RGB: (175,193,181) (69%, 76%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 181 of 255 = 71%

175
193
181

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

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 181 = 549 (100%)
R 175 of 549 ~ 31.88%
G 193 of 549 ~ 35.15%
B 181 of 549 ~ 32.97'%

%31.88
%35.15
%32.97

CMYK color model

#AFC1B5 color CMYK value is (9,0,6,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 24.31%

CMYK: (9,0,6,24)
C9M0Y6K24 (9%, 0%, 6%, 24%)
(0.09 / 0.00 / 0.06 / 0.24)

CMYK percentages

%9.33
%0
%6.22
%24.31

Codes

Color #AFC1B5 in popluar color models

AF C1 B5
RGB 175 193 181
HSL 140° 12.68% 72.16%
HSB/HSV 140° 9.33% 75.69%
CMYK 9.33% 0.00% 6.22%
24.31%

Color #AFC1B5 in popluar number systems.

HEX AF C1 B5
Decimal 175 193 181
Binary 10101111 11000001 10110101
Octal 257 301 265

Shades and tints

Shades of #AFC1B5

#AFC1B5
(175,193,181)
#A0B0A5
(160,176,165)
#919F95
(145,159,149)
#828E85
(130,142,133)
#737D75
(115,125,117)
#646C65
(100,108,101)
#555B55
(85,91,85)
#464A45
(70,74,69)
#373935
(55,57,53)
#282825
(40,40,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFC1B5

#AFC1B5
(175,193,181)
#B6C6BB
(182,198,187)
#BDCBC1
(189,203,193)
#C4D0C7
(196,208,199)
#CBD5CD
(203,213,205)
#D2DAD3
(210,218,211)
#D9DFD9
(217,223,217)
#E0E4DF
(224,228,223)
#E7E9E5
(231,233,229)
#EEEEEB
(238,238,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC1B5 color. Also use rgb(175,193,181) instead hex code.

Text Font Color

.myTextColor { color: #AFC1B5; }

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

This text font color is #AFC1B5.

Background Color

.myBgColor { background-color: #AFC1B5; }

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

This div background color is #AFC1B5.

Border color

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

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

This div border color is #AFC1B5.

Opacity

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

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

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

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

This text has shadow with #AFC1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC1B5.

Preview

Color preview on black background

This text has color #AFC1B5 on black background.


Color preview on white background

This text has color #AFC1B5 on white background.


Black color preview on #AFC1B5 background

This text has black color on #AFC1B5 background.


White color preview on #AFC1B5 background

This text has white color on #AFC1B5 background.


Related colors

Complementary color

Complementary color for #hex is #503E4A.


I love getcolorcode.com

Triadic colors

1 #B5AFC1 and #C1B5AF with #AFC1B5 are triadic colors.

2 #B5C1AF and #C1AFB5 with #AFC1B5 are triadic colors.