COLOR #AFBCC3

HEX: #AFBCC3
RGB: (175,188,195)

Color info

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

RGB color model

#AFBCC3 color RGB value is (175,188,195).

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

RGB channels and saturation

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

175
188
195

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 195 = 558 (100%)
R 175 of 558 ~ 31.36%
G 188 of 558 ~ 33.69%
B 195 of 558 ~ 34.95%

%31.36
%33.69
%34.95

CMYK color model

#AFBCC3 color CMYK value is (10,4,0,24).

  • cyan value is 10.26%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(10,4,0,24)
C10M4Y0K24 
(10%,4%,0%,24%)
(0.10/0.04/0.00/0.24)	

CMYK percentages

%10.26
%3.59
%0
%23.53

Codes

Color #AFBCC3 in popluar color models

AFBCC3
RGB175188195
HSL201°14.29%72.55%
HSB/HSV201°10.26%76.47%
CMYK10.26%3.59%0.00%
23.53%

Color #AFBCC3 in popluar number systems.

HEXAFBCC3
Decimal175188195
Binary101011111011110011000011
Octal257274303

Shades and tints

Shades of #AFBCC3

#AFBCC3
(175,188,195)
#A0ABB2
(160,171,178)
#919AA1
(145,154,161)
#828990
(130,137,144)
#73787F
(115,120,127)
#64676E
(100,103,110)
#55565D
(85,86,93)
#46454C
(70,69,76)
#37343B
(55,52,59)
#28232A
(40,35,42)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AFBCC3

#AFBCC3
(175,188,195)
#B6C2C8
(182,194,200)
#BDC8CD
(189,200,205)
#C4CED2
(196,206,210)
#CBD4D7
(203,212,215)
#D2DADC
(210,218,220)
#D9E0E1
(217,224,225)
#E0E6E6
(224,230,230)
#E7ECEB
(231,236,235)
#EEF2F0
(238,242,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCC3; }

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

This text font color is #AFBCC3.


Background Color

.myBgColor { background-color: #AFBCC3; }

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

This div background color is #AFBCC3.


Border color

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

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

This div border color is #AFBCC3.


Opacity

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

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

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

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

This text has shadow with #AFBCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCC3 on black background.


Color preview on white background

This text has color #AFBCC3 on white background.



Black color preview on #AFBCC3 background

This text has black color on #AFBCC3 background.


White color preview on #AFBCC3 background

This text has white color on #AFBCC3 background.