COLOR #AFC3BD

HEX: #AFC3BD
RGB: (175,195,189)

Color info

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

RGB color model

#AFC3BD color RGB value is (175,195,189).

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

RGB channels and saturation

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

175
195
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 189 = 559 (100%)
R 175 of 559 ~ 31.31%
G 195 of 559 ~ 34.88%
B 189 of 559 ~ 33.81%

%31.31
%34.88
%33.81

CMYK color model

#AFC3BD color CMYK value is (10,0,3,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(10,0,3,24)
C10M0Y3K24 
(10%,0%,3%,24%)
(0.10/0.00/0.03/0.24)	

CMYK percentages

%10.26
%0
%3.08
%23.53

Codes

Color #AFC3BD in popluar color models

AFC3BD
RGB175195189
HSL162°14.29%72.55%
HSB/HSV162°10.26%76.47%
CMYK10.26%0.00%3.08%
23.53%

Color #AFC3BD in popluar number systems.

HEXAFC3BD
Decimal175195189
Binary101011111100001110111101
Octal257303275

Shades and tints

Shades of #AFC3BD

#AFC3BD
(175,195,189)
#A0B2AC
(160,178,172)
#91A19B
(145,161,155)
#82908A
(130,144,138)
#737F79
(115,127,121)
#646E68
(100,110,104)
#555D57
(85,93,87)
#464C46
(70,76,70)
#373B35
(55,59,53)
#282A24
(40,42,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFC3BD

#AFC3BD
(175,195,189)
#B6C8C3
(182,200,195)
#BDCDC9
(189,205,201)
#C4D2CF
(196,210,207)
#CBD7D5
(203,215,213)
#D2DCDB
(210,220,219)
#D9E1E1
(217,225,225)
#E0E6E7
(224,230,231)
#E7EBED
(231,235,237)
#EEF0F3
(238,240,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3BD; }

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

This text font color is #AFC3BD.


Background Color

.myBgColor { background-color: #AFC3BD; }

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

This div background color is #AFC3BD.


Border color

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

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

This div border color is #AFC3BD.


Opacity

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

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

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

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

This text has shadow with #AFC3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3BD on black background.


Color preview on white background

This text has color #AFC3BD on white background.



Black color preview on #AFC3BD background

This text has black color on #AFC3BD background.


White color preview on #AFC3BD background

This text has white color on #AFC3BD background.