COLOR #AFBBC2

HEX: #AFBBC2
RGB: (175,187,194)

Color info

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

RGB color model

#AFBBC2 color RGB value is (175,187,194).

  • red value is 175;
  • green value is 187;
  • blue value is 194.
RGB: (175,187,194) (69%,73%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 194 of 255 = 76%

175
187
194

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

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 194 = 556 (100%)
R 175 of 556 ~ 31.47%
G 187 of 556 ~ 33.63%
B 194 of 556 ~ 34.89%

%31.47
%33.63
%34.89

CMYK color model

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

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

CMYK percentages

%9.79
%3.61
%0
%23.92

Codes

Color #AFBBC2 in popluar color models

AFBBC2
RGB175187194
HSL202°13.48%72.35%
HSB/HSV202°9.79%76.08%
CMYK9.79%3.61%0.00%
23.92%

Color #AFBBC2 in popluar number systems.

HEXAFBBC2
Decimal175187194
Binary101011111011101111000010
Octal257273302

Shades and tints

Shades of #AFBBC2

#AFBBC2
(175,187,194)
#A0AAB1
(160,170,177)
#9199A0
(145,153,160)
#82888F
(130,136,143)
#73777E
(115,119,126)
#64666D
(100,102,109)
#55555C
(85,85,92)
#46444B
(70,68,75)
#37333A
(55,51,58)
#282229
(40,34,41)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AFBBC2

#AFBBC2
(175,187,194)
#B6C1C7
(182,193,199)
#BDC7CC
(189,199,204)
#C4CDD1
(196,205,209)
#CBD3D6
(203,211,214)
#D2D9DB
(210,217,219)
#D9DFE0
(217,223,224)
#E0E5E5
(224,229,229)
#E7EBEA
(231,235,234)
#EEF1EF
(238,241,239)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBC2; }

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

This text font color is #AFBBC2.


Background Color

.myBgColor { background-color: #AFBBC2; }

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

This div background color is #AFBBC2.


Border color

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

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

This div border color is #AFBBC2.


Opacity

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

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

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

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

This text has shadow with #AFBBC2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFBBC2 on black background.


Color preview on white background

This text has color #AFBBC2 on white background.



Black color preview on #AFBBC2 background

This text has black color on #AFBBC2 background.


White color preview on #AFBBC2 background

This text has white color on #AFBBC2 background.