COLOR #AFBDA3

HEX: #AFBDA3
RGB: (175,189,163)

Color info

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

RGB color model

#AFBDA3 color RGB value is (175,189,163).

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

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 163 of 255 = 64%

175
189
163

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

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 163 = 527 (100%)
R 175 of 527 ~ 33.21%
G 189 of 527 ~ 35.86%
B 163 of 527 ~ 30.93%

%33.21
%35.86
%30.93

CMYK color model

#AFBDA3 color CMYK value is (7,0,14,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(7,0,14,26)
C7M0Y14K26 
(7%,0%,14%,26%)
(0.07/0.00/0.14/0.26)	

CMYK percentages

%7.41
%0
%13.76
%25.88

Codes

Color #AFBDA3 in popluar color models

AFBDA3
RGB175189163
HSL92°16.46%69.02%
HSB/HSV92°13.76%74.12%
CMYK7.41%0.00%13.76%
25.88%

Color #AFBDA3 in popluar number systems.

HEXAFBDA3
Decimal175189163
Binary101011111011110110100011
Octal257275243

Shades and tints

Shades of #AFBDA3

#AFBDA3
(175,189,163)
#A0AC95
(160,172,149)
#919B87
(145,155,135)
#828A79
(130,138,121)
#73796B
(115,121,107)
#64685D
(100,104,93)
#55574F
(85,87,79)
#464641
(70,70,65)
#373533
(55,53,51)
#282425
(40,36,37)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFBDA3

#AFBDA3
(175,189,163)
#B6C3AB
(182,195,171)
#BDC9B3
(189,201,179)
#C4CFBB
(196,207,187)
#CBD5C3
(203,213,195)
#D2DBCB
(210,219,203)
#D9E1D3
(217,225,211)
#E0E7DB
(224,231,219)
#E7EDE3
(231,237,227)
#EEF3EB
(238,243,235)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBDA3; }

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

This text font color is #AFBDA3.


Background Color

.myBgColor { background-color: #AFBDA3; }

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

This div background color is #AFBDA3.


Border color

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

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

This div border color is #AFBDA3.


Opacity

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

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

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

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

This text has shadow with #AFBDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDA3 on black background.


Color preview on white background

This text has color #AFBDA3 on white background.



Black color preview on #AFBDA3 background

This text has black color on #AFBDA3 background.


White color preview on #AFBDA3 background

This text has white color on #AFBDA3 background.