COLOR #AFCCAD

HEX: #AFCCAD RGB: (175,204,173)

Color info

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

RGB color model

#AFCCAD color RGB value is (175,204,173).

RGB: (175,204,173) (69%, 80%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 173 of 255 = 68%

175
204
173

R + G + B ~ 72%. #AFCCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 173 = 552 (100%)
R 175 of 552 ~ 31.7%
G 204 of 552 ~ 36.96%
B 173 of 552 ~ 31.34'%

%31.7
%36.96
%31.34

CMYK color model

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

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (14,0,15,20)
C14M0Y15K20 (14%, 0%, 15%, 20%)
(0.14 / 0.00 / 0.15 / 0.20)

CMYK percentages

%14.22
%0
%15.2
%20

Codes

Color #AFCCAD in popluar color models

AF CC AD
RGB 175 204 173
HSL 116° 23.31% 73.92%
HSB/HSV 116° 15.20% 80.00%
CMYK 14.22% 0.00% 15.20%
20.00%

Color #AFCCAD in popluar number systems.

HEX AF CC AD
Decimal 175 204 173
Binary 10101111 11001100 10101101
Octal 257 314 255

Shades and tints

Shades of #AFCCAD

#AFCCAD
(175,204,173)
#A0BA9E
(160,186,158)
#91A88F
(145,168,143)
#829680
(130,150,128)
#738471
(115,132,113)
#647262
(100,114,98)
#556053
(85,96,83)
#464E44
(70,78,68)
#373C35
(55,60,53)
#282A26
(40,42,38)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFCCAD

#AFCCAD
(175,204,173)
#B6D0B4
(182,208,180)
#BDD4BB
(189,212,187)
#C4D8C2
(196,216,194)
#CBDCC9
(203,220,201)
#D2E0D0
(210,224,208)
#D9E4D7
(217,228,215)
#E0E8DE
(224,232,222)
#E7ECE5
(231,236,229)
#EEF0EC
(238,240,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCCAD color. Also use rgb(175,204,173) instead hex code.

Text Font Color

.myTextColor { color: #AFCCAD; }

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

This text font color is #AFCCAD.

Background Color

.myBgColor { background-color: #AFCCAD; }

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

This div background color is #AFCCAD.

Border color

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

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

This div border color is #AFCCAD.

Opacity

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

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

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

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

This text has shadow with #AFCCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCAD.

Preview

Color preview on black background

This text has color #AFCCAD on black background.


Color preview on white background

This text has color #AFCCAD on white background.


Black color preview on #AFCCAD background

This text has black color on #AFCCAD background.


White color preview on #AFCCAD background

This text has white color on #AFCCAD background.


Related colors

Complementary color

Complementary color for #hex is #503352.


I love getcolorcode.com

Triadic colors

1 #ADAFCC and #CCADAF with #AFCCAD are triadic colors.

2 #ADCCAF and #CCAFAD with #AFCCAD are triadic colors.