COLOR #AFBCD1

HEX: #AFBCD1
RGB: (175,188,209)

Color info

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

RGB color model

#AFBCD1 color RGB value is (175,188,209).

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

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 209 of 255 = 82%

175
188
209

R + G + B ~ 75%. #AFBCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 209 = 572 (100%)
R 175 of 572 ~ 30.59%
G 188 of 572 ~ 32.87%
B 209 of 572 ~ 36.54%

%30.59
%32.87
%36.54

CMYK color model

#AFBCD1 color CMYK value is (16,10,0,18).

  • cyan value is 16.27%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,10,0,18)
C16M10Y0K18 
(16%,10%,0%,18%)
(0.16/0.10/0.00/0.18)	

CMYK percentages

%16.27
%10.05
%0
%18.04

Codes

Color #AFBCD1 in popluar color models

AFBCD1
RGB175188209
HSL217°26.98%75.29%
HSB/HSV217°16.27%81.96%
CMYK16.27%10.05%0.00%
18.04%

Color #AFBCD1 in popluar number systems.

HEXAFBCD1
Decimal175188209
Binary101011111011110011010001
Octal257274321

Shades and tints

Shades of #AFBCD1

#AFBCD1
(175,188,209)
#A0ABBE
(160,171,190)
#919AAB
(145,154,171)
#828998
(130,137,152)
#737885
(115,120,133)
#646772
(100,103,114)
#55565F
(85,86,95)
#46454C
(70,69,76)
#373439
(55,52,57)
#282326
(40,35,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFBCD1

#AFBCD1
(175,188,209)
#B6C2D5
(182,194,213)
#BDC8D9
(189,200,217)
#C4CEDD
(196,206,221)
#CBD4E1
(203,212,225)
#D2DAE5
(210,218,229)
#D9E0E9
(217,224,233)
#E0E6ED
(224,230,237)
#E7ECF1
(231,236,241)
#EEF2F5
(238,242,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCD1; }

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

This text font color is #AFBCD1.


Background Color

.myBgColor { background-color: #AFBCD1; }

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

This div background color is #AFBCD1.


Border color

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

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

This div border color is #AFBCD1.


Opacity

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

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

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

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

This text has shadow with #AFBCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCD1 on black background.


Color preview on white background

This text has color #AFBCD1 on white background.



Black color preview on #AFBCD1 background

This text has black color on #AFBCD1 background.


White color preview on #AFBCD1 background

This text has white color on #AFBCD1 background.