COLOR #AFBDA7

HEX: #AFBDA7
RGB: (175,189,167)

Color info

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

RGB color model

#AFBDA7 color RGB value is (175,189,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 167 of 255 = 65%

175
189
167

R + G + B ~ 69%. #AFBDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 167 = 531 (100%)
R 175 of 531 ~ 32.96%
G 189 of 531 ~ 35.59%
B 167 of 531 ~ 31.45%

%32.96
%35.59
%31.45

CMYK color model

#AFBDA7 color CMYK value is (7,0,12,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%
CMYK:
(7,0,12,26)
C7M0Y12K26 
(7%,0%,12%,26%)
(0.07/0.00/0.12/0.26)	

CMYK percentages

%7.41
%0
%11.64
%25.88

Codes

Color #AFBDA7 in popluar color models

AFBDA7
RGB175189167
HSL98°14.29%69.80%
HSB/HSV98°11.64%74.12%
CMYK7.41%0.00%11.64%
25.88%

Color #AFBDA7 in popluar number systems.

HEXAFBDA7
Decimal175189167
Binary101011111011110110100111
Octal257275247

Shades and tints

Shades of #AFBDA7

#AFBDA7
(175,189,167)
#A0AC98
(160,172,152)
#919B89
(145,155,137)
#828A7A
(130,138,122)
#73796B
(115,121,107)
#64685C
(100,104,92)
#55574D
(85,87,77)
#46463E
(70,70,62)
#37352F
(55,53,47)
#282420
(40,36,32)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFBDA7

#AFBDA7
(175,189,167)
#B6C3AF
(182,195,175)
#BDC9B7
(189,201,183)
#C4CFBF
(196,207,191)
#CBD5C7
(203,213,199)
#D2DBCF
(210,219,207)
#D9E1D7
(217,225,215)
#E0E7DF
(224,231,223)
#E7EDE7
(231,237,231)
#EEF3EF
(238,243,239)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBDA7; }

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

This text font color is #AFBDA7.


Background Color

.myBgColor { background-color: #AFBDA7; }

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

This div background color is #AFBDA7.


Border color

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

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

This div border color is #AFBDA7.


Opacity

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

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

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

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

This text has shadow with #AFBDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDA7 on black background.


Color preview on white background

This text has color #AFBDA7 on white background.



Black color preview on #AFBDA7 background

This text has black color on #AFBDA7 background.


White color preview on #AFBDA7 background

This text has white color on #AFBDA7 background.