COLOR #AFCFB7

HEX: #AFCFB7
RGB: (175,207,183)

Color info

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

RGB color model

#AFCFB7 color RGB value is (175,207,183).

  • red value is 175;
  • green value is 207;
  • blue value is 183.
RGB:
(175,207,183)
(69%,81%,72%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 183 of 255 = 72%

175
207
183

R + G + B ~ 74%. #AFCFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 207 + 183 = 565 (100%)
R 175 of 565 ~ 30.97%
G 207 of 565 ~ 36.64%
B 183 of 565 ~ 32.39%

%30.97
%36.64
%32.39

CMYK color model

#AFCFB7 color CMYK value is (15,0,12,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK:
(15,0,12,19)
C15M0Y12K19 
(15%,0%,12%,19%)
(0.15/0.00/0.12/0.19)	

CMYK percentages

%15.46
%0
%11.59
%18.82

Codes

Color #AFCFB7 in popluar color models

AFCFB7
RGB175207183
HSL135°25.00%74.90%
HSB/HSV135°15.46%81.18%
CMYK15.46%0.00%11.59%
18.82%

Color #AFCFB7 in popluar number systems.

HEXAFCFB7
Decimal175207183
Binary101011111100111110110111
Octal257317267

Shades and tints

Shades of #AFCFB7

#AFCFB7
(175,207,183)
#A0BDA7
(160,189,167)
#91AB97
(145,171,151)
#829987
(130,153,135)
#738777
(115,135,119)
#647567
(100,117,103)
#556357
(85,99,87)
#465147
(70,81,71)
#373F37
(55,63,55)
#282D27
(40,45,39)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #AFCFB7

#AFCFB7
(175,207,183)
#B6D3BD
(182,211,189)
#BDD7C3
(189,215,195)
#C4DBC9
(196,219,201)
#CBDFCF
(203,223,207)
#D2E3D5
(210,227,213)
#D9E7DB
(217,231,219)
#E0EBE1
(224,235,225)
#E7EFE7
(231,239,231)
#EEF3ED
(238,243,237)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCFB7 color. Also use rgb(175,207,183) instead hex code.

Text Font Color

.myTextColor { color: #AFCFB7; }

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

This text font color is #AFCFB7.


Background Color

.myBgColor { background-color: #AFCFB7; }

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

This div background color is #AFCFB7.


Border color

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

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

This div border color is #AFCFB7.


Opacity

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

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

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

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

This text has shadow with #AFCFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCFB7 on black background.


Color preview on white background

This text has color #AFCFB7 on white background.



Black color preview on #AFCFB7 background

This text has black color on #AFCFB7 background.


White color preview on #AFCFB7 background

This text has white color on #AFCFB7 background.