COLOR #AFBCC2

HEX: #AFBCC2 RGB: (175,188,194)

Color info

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

RGB color model

#AFBCC2 color RGB value is (175,188,194).

RGB: (175,188,194) (69%, 74%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 194 of 255 = 76%

175
188
194

R + G + B ~ 73%. #AFBCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 188 + 194 = 557 (100%)
R 175 of 557 ~ 31.42%
G 188 of 557 ~ 33.75%
B 194 of 557 ~ 34.83'%

%31.42
%33.75
%34.83

CMYK color model

#AFBCC2 color CMYK value is (10,3,0,24).

  • cyan value is 9.79%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (10,3,0,24) C10M3Y0K24 (10%,3%,0%,24%) (0.10/0.03/0.00/0.24) 

CMYK percentages

%9.79
%3.09
%0
%23.92

Codes

Color #AFBCC2 in popluar color models

AF BC C2
RGB 175 188 194
HSL 199° 13.48% 72.35%
HSB/HSV 199° 9.79% 76.08%
CMYK 9.79% 3.09% 0.00%
23.92%

Color #AFBCC2 in popluar number systems.

HEX AF BC C2
Decimal 175 188 194
Binary 10101111 10111100 11000010
Octal 257 274 302

Shades and tints

Shades of #AFBCC2

#AFBCC2
(175,188,194)
#A0ABB1
(160,171,177)
#919AA0
(145,154,160)
#82898F
(130,137,143)
#73787E
(115,120,126)
#64676D
(100,103,109)
#55565C
(85,86,92)
#46454B
(70,69,75)
#37343A
(55,52,58)
#282329
(40,35,41)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AFBCC2

#AFBCC2
(175,188,194)
#B6C2C7
(182,194,199)
#BDC8CC
(189,200,204)
#C4CED1
(196,206,209)
#CBD4D6
(203,212,214)
#D2DADB
(210,218,219)
#D9E0E0
(217,224,224)
#E0E6E5
(224,230,229)
#E7ECEA
(231,236,234)
#EEF2EF
(238,242,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBCC2 color. Also use rgb(175,188,194) instead hex code.

Text Font Color

.myTextColor { color: #AFBCC2; }

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

This text font color is #AFBCC2.

Background Color

.myBgColor { background-color: #AFBCC2; }

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

This div background color is #AFBCC2.

Border color

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

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

This div border color is #AFBCC2.

Opacity

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

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

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

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

This text has shadow with #AFBCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBCC2.

Preview

Color preview on black background

This text has color #AFBCC2 on black background.


Color preview on white background

This text has color #AFBCC2 on white background.


Black color preview on #AFBCC2 background

This text has black color on #AFBCC2 background.


White color preview on #AFBCC2 background

This text has white color on #AFBCC2 background.


Related colors

Complementary color

Complementary color for #hex is #50433D.


I love getcolorcode.com

Triadic colors

1 #C2AFBC and #BCC2AF with #AFBCC2 are triadic colors.

2 #C2BCAF and #BCAFC2 with #AFBCC2 are triadic colors.