COLOR #AFC1BD

HEX: #AFC1BD
RGB: (175,193,189)

Color info

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

RGB color model

#AFC1BD color RGB value is (175,193,189).

  • red value is 175;
  • green value is 193;
  • blue value is 189.
RGB:
(175,193,189)
(69%,76%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 189 of 255 = 74%

175
193
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 193 + 189 = 557 (100%)
R 175 of 557 ~ 31.42%
G 193 of 557 ~ 34.65%
B 189 of 557 ~ 33.93%

%31.42
%34.65
%33.93

CMYK color model

#AFC1BD color CMYK value is (9,0,2,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK:
(9,0,2,24)
C9M0Y2K24 
(9%,0%,2%,24%)
(0.09/0.00/0.02/0.24)	

CMYK percentages

%9.33
%0
%2.07
%24.31

Codes

Color #AFC1BD in popluar color models

AFC1BD
RGB175193189
HSL167°12.68%72.16%
HSB/HSV167°9.33%75.69%
CMYK9.33%0.00%2.07%
24.31%

Color #AFC1BD in popluar number systems.

HEXAFC1BD
Decimal175193189
Binary101011111100000110111101
Octal257301275

Shades and tints

Shades of #AFC1BD

#AFC1BD
(175,193,189)
#A0B0AC
(160,176,172)
#919F9B
(145,159,155)
#828E8A
(130,142,138)
#737D79
(115,125,121)
#646C68
(100,108,104)
#555B57
(85,91,87)
#464A46
(70,74,70)
#373935
(55,57,53)
#282824
(40,40,36)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFC1BD

#AFC1BD
(175,193,189)
#B6C6C3
(182,198,195)
#BDCBC9
(189,203,201)
#C4D0CF
(196,208,207)
#CBD5D5
(203,213,213)
#D2DADB
(210,218,219)
#D9DFE1
(217,223,225)
#E0E4E7
(224,228,231)
#E7E9ED
(231,233,237)
#EEEEF3
(238,238,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1BD; }

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

This text font color is #AFC1BD.


Background Color

.myBgColor { background-color: #AFC1BD; }

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

This div background color is #AFC1BD.


Border color

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

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

This div border color is #AFC1BD.


Opacity

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

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

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

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

This text has shadow with #AFC1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC1BD on black background.


Color preview on white background

This text has color #AFC1BD on white background.



Black color preview on #AFC1BD background

This text has black color on #AFC1BD background.


White color preview on #AFC1BD background

This text has white color on #AFC1BD background.