COLOR #AFC7B4

HEX: #AFC7B4
RGB: (175,199,180)

Color info

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

RGB color model

#AFC7B4 color RGB value is (175,199,180).

  • red value is 175;
  • green value is 199;
  • blue value is 180.
RGB:
(175,199,180)
(69%,78%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 180 of 255 = 71%

175
199
180

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

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 180 = 554 (100%)
R 175 of 554 ~ 31.59%
G 199 of 554 ~ 35.92%
B 180 of 554 ~ 32.49%

%31.59
%35.92
%32.49

CMYK color model

#AFC7B4 color CMYK value is (12,0,10,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 21.96%
CMYK:
(12,0,10,22)
C12M0Y10K22 
(12%,0%,10%,22%)
(0.12/0.00/0.10/0.22)	

CMYK percentages

%12.06
%0
%9.55
%21.96

Codes

Color #AFC7B4 in popluar color models

AFC7B4
RGB175199180
HSL133°17.65%73.33%
HSB/HSV133°12.06%78.04%
CMYK12.06%0.00%9.55%
21.96%

Color #AFC7B4 in popluar number systems.

HEXAFC7B4
Decimal175199180
Binary101011111100011110110100
Octal257307264

Shades and tints

Shades of #AFC7B4

#AFC7B4
(175,199,180)
#A0B5A4
(160,181,164)
#91A394
(145,163,148)
#829184
(130,145,132)
#737F74
(115,127,116)
#646D64
(100,109,100)
#555B54
(85,91,84)
#464944
(70,73,68)
#373734
(55,55,52)
#282524
(40,37,36)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AFC7B4

#AFC7B4
(175,199,180)
#B6CCBA
(182,204,186)
#BDD1C0
(189,209,192)
#C4D6C6
(196,214,198)
#CBDBCC
(203,219,204)
#D2E0D2
(210,224,210)
#D9E5D8
(217,229,216)
#E0EADE
(224,234,222)
#E7EFE4
(231,239,228)
#EEF4EA
(238,244,234)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC7B4 color. Also use rgb(175,199,180) instead hex code.

Text Font Color

.myTextColor { color: #AFC7B4; }

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

This text font color is #AFC7B4.


Background Color

.myBgColor { background-color: #AFC7B4; }

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

This div background color is #AFC7B4.


Border color

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

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

This div border color is #AFC7B4.


Opacity

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

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

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

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

This text has shadow with #AFC7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC7B4 on black background.


Color preview on white background

This text has color #AFC7B4 on white background.



Black color preview on #AFC7B4 background

This text has black color on #AFC7B4 background.


White color preview on #AFC7B4 background

This text has white color on #AFC7B4 background.