COLOR #AFC4BD

HEX: #AFC4BD
RGB: (175,196,189)

Color info

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

RGB color model

#AFC4BD color RGB value is (175,196,189).

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

RGB channels and saturation

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

175
196
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 189 = 560 (100%)
R 175 of 560 ~ 31.25%
G 196 of 560 ~ 35%
B 189 of 560 ~ 33.75%

%31.25
%35
%33.75

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(11,0,4,23)
C11M0Y4K23 
(11%,0%,4%,23%)
(0.11/0.00/0.04/0.23)	

CMYK percentages

%10.71
%0
%3.57
%23.14

Codes

Color #AFC4BD in popluar color models

AFC4BD
RGB175196189
HSL160°15.11%72.75%
HSB/HSV160°10.71%76.86%
CMYK10.71%0.00%3.57%
23.14%

Color #AFC4BD in popluar number systems.

HEXAFC4BD
Decimal175196189
Binary101011111100010010111101
Octal257304275

Shades and tints

Shades of #AFC4BD

#AFC4BD
(175,196,189)
#A0B3AC
(160,179,172)
#91A29B
(145,162,155)
#82918A
(130,145,138)
#738079
(115,128,121)
#646F68
(100,111,104)
#555E57
(85,94,87)
#464D46
(70,77,70)
#373C35
(55,60,53)
#282B24
(40,43,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #AFC4BD

#AFC4BD
(175,196,189)
#B6C9C3
(182,201,195)
#BDCEC9
(189,206,201)
#C4D3CF
(196,211,207)
#CBD8D5
(203,216,213)
#D2DDDB
(210,221,219)
#D9E2E1
(217,226,225)
#E0E7E7
(224,231,231)
#E7ECED
(231,236,237)
#EEF1F3
(238,241,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC4BD; }

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

This text font color is #AFC4BD.


Background Color

.myBgColor { background-color: #AFC4BD; }

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

This div background color is #AFC4BD.


Border color

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

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

This div border color is #AFC4BD.


Opacity

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

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

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

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

This text has shadow with #AFC4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4BD on black background.


Color preview on white background

This text has color #AFC4BD on white background.



Black color preview on #AFC4BD background

This text has black color on #AFC4BD background.


White color preview on #AFC4BD background

This text has white color on #AFC4BD background.