COLOR #AFBBC9

HEX: #AFBBC9 RGB: (175,187,201)

Color info

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

RGB color model

#AFBBC9 color RGB value is (175,187,201).

RGB: (175,187,201) (69%, 73%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 201 of 255 = 79%

175
187
201

R + G + B ~ 74%. #AFBBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 201 = 563 (100%)
R 175 of 563 ~ 31.08%
G 187 of 563 ~ 33.21%
B 201 of 563 ~ 35.7'%

%31.08
%33.21
%35.7

CMYK color model

#AFBBC9 color CMYK value is (13,7,0,21).

  • cyan value is 12.94%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (13,7,0,21) C13M7Y0K21 (13%,7%,0%,21%) (0.13/0.07/0.00/0.21) 

CMYK percentages

%12.94
%6.97
%0
%21.18

Codes

Color #AFBBC9 in popluar color models

AF BB C9
RGB 175 187 201
HSL 212° 19.40% 73.73%
HSB/HSV 212° 12.94% 78.82%
CMYK 12.94% 6.97% 0.00%
21.18%

Color #AFBBC9 in popluar number systems.

HEX AF BB C9
Decimal 175 187 201
Binary 10101111 10111011 11001001
Octal 257 273 311

Shades and tints

Shades of #AFBBC9

#AFBBC9
(175,187,201)
#A0AAB7
(160,170,183)
#9199A5
(145,153,165)
#828893
(130,136,147)
#737781
(115,119,129)
#64666F
(100,102,111)
#55555D
(85,85,93)
#46444B
(70,68,75)
#373339
(55,51,57)
#282227
(40,34,39)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFBBC9

#AFBBC9
(175,187,201)
#B6C1CD
(182,193,205)
#BDC7D1
(189,199,209)
#C4CDD5
(196,205,213)
#CBD3D9
(203,211,217)
#D2D9DD
(210,217,221)
#D9DFE1
(217,223,225)
#E0E5E5
(224,229,229)
#E7EBE9
(231,235,233)
#EEF1ED
(238,241,237)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBC9; }

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

This text font color is #AFBBC9.

Background Color

.myBgColor { background-color: #AFBBC9; }

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

This div background color is #AFBBC9.

Border color

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

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

This div border color is #AFBBC9.

Opacity

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

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

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

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

This text has shadow with #AFBBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBC9.

Preview

Color preview on black background

This text has color #AFBBC9 on black background.


Color preview on white background

This text has color #AFBBC9 on white background.


Black color preview on #AFBBC9 background

This text has black color on #AFBBC9 background.


White color preview on #AFBBC9 background

This text has white color on #AFBBC9 background.


Related colors

Complementary color

Complementary color for #hex is #504436.


I love getcolorcode.com

Triadic colors

1 #C9AFBB and #BBC9AF with #AFBBC9 are triadic colors.

2 #C9BBAF and #BBAFC9 with #AFBBC9 are triadic colors.