COLOR #AFCDA7

HEX: #AFCDA7
RGB: (175,205,167)

Color info

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

RGB color model

#AFCDA7 color RGB value is (175,205,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 167 of 255 = 65%

175
205
167

R + G + B ~ 71%. #AFCDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 205 + 167 = 547 (100%)
R 175 of 547 ~ 31.99%
G 205 of 547 ~ 37.48%
B 167 of 547 ~ 30.53%

%31.99
%37.48
%30.53

CMYK color model

#AFCDA7 color CMYK value is (15,0,19,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 19.61%
CMYK:
(15,0,19,20)
C15M0Y19K20 
(15%,0%,19%,20%)
(0.15/0.00/0.19/0.20)	

CMYK percentages

%14.63
%0
%18.54
%19.61

Codes

Color #AFCDA7 in popluar color models

AFCDA7
RGB175205167
HSL107°27.54%72.94%
HSB/HSV107°18.54%80.39%
CMYK14.63%0.00%18.54%
19.61%

Color #AFCDA7 in popluar number systems.

HEXAFCDA7
Decimal175205167
Binary101011111100110110100111
Octal257315247

Shades and tints

Shades of #AFCDA7

#AFCDA7
(175,205,167)
#A0BB98
(160,187,152)
#91A989
(145,169,137)
#82977A
(130,151,122)
#73856B
(115,133,107)
#64735C
(100,115,92)
#55614D
(85,97,77)
#464F3E
(70,79,62)
#373D2F
(55,61,47)
#282B20
(40,43,32)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFCDA7

#AFCDA7
(175,205,167)
#B6D1AF
(182,209,175)
#BDD5B7
(189,213,183)
#C4D9BF
(196,217,191)
#CBDDC7
(203,221,199)
#D2E1CF
(210,225,207)
#D9E5D7
(217,229,215)
#E0E9DF
(224,233,223)
#E7EDE7
(231,237,231)
#EEF1EF
(238,241,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDA7; }

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

This text font color is #AFCDA7.


Background Color

.myBgColor { background-color: #AFCDA7; }

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

This div background color is #AFCDA7.


Border color

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

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

This div border color is #AFCDA7.


Opacity

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

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

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

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

This text has shadow with #AFCDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCDA7 on black background.


Color preview on white background

This text has color #AFCDA7 on white background.



Black color preview on #AFCDA7 background

This text has black color on #AFCDA7 background.


White color preview on #AFCDA7 background

This text has white color on #AFCDA7 background.