COLOR #AFC5BD

HEX: #AFC5BD RGB: (175,197,189)

Color info

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

RGB color model

#AFC5BD color RGB value is (175,197,189).

RGB: (175,197,189) (69%, 77%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 197 of 255 = 77%
B 189 of 255 = 74%

175
197
189

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

Portions of RGB colors in percentages

R + G + B = 175 + 197 + 189 = 561 (100%)
R 175 of 561 ~ 31.19%
G 197 of 561 ~ 35.12%
B 189 of 561 ~ 33.69'%

%31.19
%35.12
%33.69

CMYK color model

#AFC5BD color CMYK value is (11,0,4,23).

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

CMYK: (11,0,4,23)
C11M0Y4K23 (11%, 0%, 4%, 23%)
(0.11 / 0.00 / 0.04 / 0.23)

CMYK percentages

%11.17
%0
%4.06
%22.75

Codes

Color #AFC5BD in popluar color models

AF C5 BD
RGB 175 197 189
HSL 158° 15.94% 72.94%
HSB/HSV 158° 11.17% 77.25%
CMYK 11.17% 0.00% 4.06%
22.75%

Color #AFC5BD in popluar number systems.

HEX AF C5 BD
Decimal 175 197 189
Binary 10101111 11000101 10111101
Octal 257 305 275

Shades and tints

Shades of #AFC5BD

#AFC5BD
(175,197,189)
#A0B4AC
(160,180,172)
#91A39B
(145,163,155)
#82928A
(130,146,138)
#738179
(115,129,121)
#647068
(100,112,104)
#555F57
(85,95,87)
#464E46
(70,78,70)
#373D35
(55,61,53)
#282C24
(40,44,36)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #AFC5BD

#AFC5BD
(175,197,189)
#B6CAC3
(182,202,195)
#BDCFC9
(189,207,201)
#C4D4CF
(196,212,207)
#CBD9D5
(203,217,213)
#D2DEDB
(210,222,219)
#D9E3E1
(217,227,225)
#E0E8E7
(224,232,231)
#E7EDED
(231,237,237)
#EEF2F3
(238,242,243)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC5BD; }

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

This text font color is #AFC5BD.

Background Color

.myBgColor { background-color: #AFC5BD; }

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

This div background color is #AFC5BD.

Border color

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

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

This div border color is #AFC5BD.

Opacity

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

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

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

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

This text has shadow with #AFC5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC5BD.

Preview

Color preview on black background

This text has color #AFC5BD on black background.


Color preview on white background

This text has color #AFC5BD on white background.


Black color preview on #AFC5BD background

This text has black color on #AFC5BD background.


White color preview on #AFC5BD background

This text has white color on #AFC5BD background.


Related colors

Complementary color

Complementary color for #hex is #503A42.


I love getcolorcode.com

Triadic colors

1 #BDAFC5 and #C5BDAF with #AFC5BD are triadic colors.

2 #BDC5AF and #C5AFBD with #AFC5BD are triadic colors.