COLOR #AFACC4

HEX: #AFACC4 RGB: (175,172,196)

Color info

#AFACC4 contains red, green and blue colors in about the same proportion. Web safe color of #AFACC4 is #9999CC (or #99C).

RGB color model

#AFACC4 color RGB value is (175,172,196).

RGB: (175,172,196) (69%, 67%, 77%)

RGB channels and saturation

R 175 of 255 = 69%
G 172 of 255 = 67%
B 196 of 255 = 77%

175
172
196

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

Portions of RGB colors in percentages

R + G + B = 175 + 172 + 196 = 543 (100%)
R 175 of 543 ~ 32.23%
G 172 of 543 ~ 31.68%
B 196 of 543 ~ 36.1'%

%32.23
%31.68
%36.1

CMYK color model

#AFACC4 color CMYK value is (11,12,0,23).

  • cyan value is 10.71%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (11,12,0,23)
C11M12Y0K23 (11%, 12%, 0%, 23%)
(0.11 / 0.12 / 0.00 / 0.23)

CMYK percentages

%10.71
%12.24
%0
%23.14

Codes

Color #AFACC4 in popluar color models

AF AC C4
RGB 175 172 196
HSL 248° 16.90% 72.16%
HSB/HSV 248° 12.24% 76.86%
CMYK 10.71% 12.24% 0.00%
23.14%

Color #AFACC4 in popluar number systems.

HEX AF AC C4
Decimal 175 172 196
Binary 10101111 10101100 11000100
Octal 257 254 304

Shades and tints

Shades of #AFACC4

#AFACC4
(175,172,196)
#A09DB3
(160,157,179)
#918EA2
(145,142,162)
#827F91
(130,127,145)
#737080
(115,112,128)
#64616F
(100,97,111)
#55525E
(85,82,94)
#46434D
(70,67,77)
#37343C
(55,52,60)
#28252B
(40,37,43)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #AFACC4

#AFACC4
(175,172,196)
#B6B3C9
(182,179,201)
#BDBACE
(189,186,206)
#C4C1D3
(196,193,211)
#CBC8D8
(203,200,216)
#D2CFDD
(210,207,221)
#D9D6E2
(217,214,226)
#E0DDE7
(224,221,231)
#E7E4EC
(231,228,236)
#EEEBF1
(238,235,241)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFACC4 color. Also use rgb(175,172,196) instead hex code.

Text Font Color

.myTextColor { color: #AFACC4; }

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

This text font color is #AFACC4.

Background Color

.myBgColor { background-color: #AFACC4; }

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

This div background color is #AFACC4.

Border color

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

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

This div border color is #AFACC4.

Opacity

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

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

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

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

This text has shadow with #AFACC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFACC4.

Preview

Color preview on black background

This text has color #AFACC4 on black background.


Color preview on white background

This text has color #AFACC4 on white background.


Black color preview on #AFACC4 background

This text has black color on #AFACC4 background.


White color preview on #AFACC4 background

This text has white color on #AFACC4 background.


Related colors

Complementary color

Complementary color for #hex is #50533B.


I love getcolorcode.com

Triadic colors

1 #C4AFAC and #ACC4AF with #AFACC4 are triadic colors.

2 #C4ACAF and #ACAFC4 with #AFACC4 are triadic colors.