COLOR #AFCDA3

HEX: #AFCDA3 RGB: (175,205,163)

Color info

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

RGB color model

#AFCDA3 color RGB value is (175,205,163).

RGB: (175,205,163) (69%, 80%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 163 of 255 = 64%

175
205
163

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

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 163 = 543 (100%)
R 175 of 543 ~ 32.23%
G 205 of 543 ~ 37.75%
B 163 of 543 ~ 30.02'%

%32.23
%37.75
%30.02

CMYK color model

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

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 19.61%
CMYK: (15,0,20,20) C15M0Y20K20 (15%,0%,20%,20%) (0.15/0.00/0.20/0.20) 

CMYK percentages

%14.63
%0
%20.49
%19.61

Codes

Color #AFCDA3 in popluar color models

AF CD A3
RGB 175 205 163
HSL 103° 29.58% 72.16%
HSB/HSV 103° 20.49% 80.39%
CMYK 14.63% 0.00% 20.49%
19.61%

Color #AFCDA3 in popluar number systems.

HEX AF CD A3
Decimal 175 205 163
Binary 10101111 11001101 10100011
Octal 257 315 243

Shades and tints

Shades of #AFCDA3

#AFCDA3
(175,205,163)
#A0BB95
(160,187,149)
#91A987
(145,169,135)
#829779
(130,151,121)
#73856B
(115,133,107)
#64735D
(100,115,93)
#55614F
(85,97,79)
#464F41
(70,79,65)
#373D33
(55,61,51)
#282B25
(40,43,37)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFCDA3

#AFCDA3
(175,205,163)
#B6D1AB
(182,209,171)
#BDD5B3
(189,213,179)
#C4D9BB
(196,217,187)
#CBDDC3
(203,221,195)
#D2E1CB
(210,225,203)
#D9E5D3
(217,229,211)
#E0E9DB
(224,233,219)
#E7EDE3
(231,237,227)
#EEF1EB
(238,241,235)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDA3; }

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

This text font color is #AFCDA3.

Background Color

.myBgColor { background-color: #AFCDA3; }

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

This div background color is #AFCDA3.

Border color

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

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

This div border color is #AFCDA3.

Opacity

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

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

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

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

This text has shadow with #AFCDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCDA3.

Preview

Color preview on black background

This text has color #AFCDA3 on black background.


Color preview on white background

This text has color #AFCDA3 on white background.


Black color preview on #AFCDA3 background

This text has black color on #AFCDA3 background.


White color preview on #AFCDA3 background

This text has white color on #AFCDA3 background.


Related colors

Complementary color

Complementary color for #hex is #50325C.


I love getcolorcode.com

Triadic colors

1 #A3AFCD and #CDA3AF with #AFCDA3 are triadic colors.

2 #A3CDAF and #CDAFA3 with #AFCDA3 are triadic colors.