COLOR #AFBCC5

HEX: #AFBCC5
RGB: (175,188,197)

Color info

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

RGB color model

#AFBCC5 color RGB value is (175,188,197).

  • red value is 175;
  • green value is 188;
  • blue value is 197.
RGB:
(175,188,197)
(69%,74%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 197 of 255 = 77%

175
188
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 197 = 560 (100%)
R 175 of 560 ~ 31.25%
G 188 of 560 ~ 33.57%
B 197 of 560 ~ 35.18%

%31.25
%33.57
%35.18

CMYK color model

#AFBCC5 color CMYK value is (11,5,0,23).

  • cyan value is 11.17%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,5,0,23)
C11M5Y0K23 
(11%,5%,0%,23%)
(0.11/0.05/0.00/0.23)	

CMYK percentages

%11.17
%4.57
%0
%22.75

Codes

Color #AFBCC5 in popluar color models

AFBCC5
RGB175188197
HSL205°15.94%72.94%
HSB/HSV205°11.17%77.25%
CMYK11.17%4.57%0.00%
22.75%

Color #AFBCC5 in popluar number systems.

HEXAFBCC5
Decimal175188197
Binary101011111011110011000101
Octal257274305

Shades and tints

Shades of #AFBCC5

#AFBCC5
(175,188,197)
#A0ABB4
(160,171,180)
#919AA3
(145,154,163)
#828992
(130,137,146)
#737881
(115,120,129)
#646770
(100,103,112)
#55565F
(85,86,95)
#46454E
(70,69,78)
#37343D
(55,52,61)
#28232C
(40,35,44)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #AFBCC5

#AFBCC5
(175,188,197)
#B6C2CA
(182,194,202)
#BDC8CF
(189,200,207)
#C4CED4
(196,206,212)
#CBD4D9
(203,212,217)
#D2DADE
(210,218,222)
#D9E0E3
(217,224,227)
#E0E6E8
(224,230,232)
#E7ECED
(231,236,237)
#EEF2F2
(238,242,242)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCC5; }

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

This text font color is #AFBCC5.


Background Color

.myBgColor { background-color: #AFBCC5; }

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

This div background color is #AFBCC5.


Border color

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

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

This div border color is #AFBCC5.


Opacity

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

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

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

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

This text has shadow with #AFBCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCC5 on black background.


Color preview on white background

This text has color #AFBCC5 on white background.



Black color preview on #AFBCC5 background

This text has black color on #AFBCC5 background.


White color preview on #AFBCC5 background

This text has white color on #AFBCC5 background.