COLOR #AFBDA4

HEX: #AFBDA4
RGB: (175,189,164)

Color info

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

RGB color model

#AFBDA4 color RGB value is (175,189,164).

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

RGB channels and saturation

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

175
189
164

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

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 164 = 528 (100%)
R 175 of 528 ~ 33.14%
G 189 of 528 ~ 35.8%
B 164 of 528 ~ 31.06%

%33.14
%35.8
%31.06

CMYK color model

#AFBDA4 color CMYK value is (7,0,13,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(7,0,13,26)
C7M0Y13K26 
(7%,0%,13%,26%)
(0.07/0.00/0.13/0.26)	

CMYK percentages

%7.41
%0
%13.23
%25.88

Codes

Color #AFBDA4 in popluar color models

AFBDA4
RGB175189164
HSL94°15.92%69.22%
HSB/HSV94°13.23%74.12%
CMYK7.41%0.00%13.23%
25.88%

Color #AFBDA4 in popluar number systems.

HEXAFBDA4
Decimal175189164
Binary101011111011110110100100
Octal257275244

Shades and tints

Shades of #AFBDA4

#AFBDA4
(175,189,164)
#A0AC96
(160,172,150)
#919B88
(145,155,136)
#828A7A
(130,138,122)
#73796C
(115,121,108)
#64685E
(100,104,94)
#555750
(85,87,80)
#464642
(70,70,66)
#373534
(55,53,52)
#282426
(40,36,38)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #AFBDA4

#AFBDA4
(175,189,164)
#B6C3AC
(182,195,172)
#BDC9B4
(189,201,180)
#C4CFBC
(196,207,188)
#CBD5C4
(203,213,196)
#D2DBCC
(210,219,204)
#D9E1D4
(217,225,212)
#E0E7DC
(224,231,220)
#E7EDE4
(231,237,228)
#EEF3EC
(238,243,236)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBDA4; }

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

This text font color is #AFBDA4.


Background Color

.myBgColor { background-color: #AFBDA4; }

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

This div background color is #AFBDA4.


Border color

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

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

This div border color is #AFBDA4.


Opacity

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

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

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

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

This text has shadow with #AFBDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDA4 on black background.


Color preview on white background

This text has color #AFBDA4 on white background.



Black color preview on #AFBDA4 background

This text has black color on #AFBDA4 background.


White color preview on #AFBDA4 background

This text has white color on #AFBDA4 background.