COLOR #AFBDC7

HEX: #AFBDC7 RGB: (175,189,199)

Color info

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

RGB color model

#AFBDC7 color RGB value is (175,189,199).

RGB: (175,189,199) (69%, 74%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 199 of 255 = 78%

175
189
199

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

Portions of RGB colors in percentages

R + G + B = 175 + 189 + 199 = 563 (100%)
R 175 of 563 ~ 31.08%
G 189 of 563 ~ 33.57%
B 199 of 563 ~ 35.35'%

%31.08
%33.57
%35.35

CMYK color model

#AFBDC7 color CMYK value is (12,5,0,22).

  • cyan value is 12.06%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (12,5,0,22)
C12M5Y0K22 (12%, 5%, 0%, 22%)
(0.12 / 0.05 / 0.00 / 0.22)

CMYK percentages

%12.06
%5.03
%0
%21.96

Codes

Color #AFBDC7 in popluar color models

AF BD C7
RGB 175 189 199
HSL 205° 17.65% 73.33%
HSB/HSV 205° 12.06% 78.04%
CMYK 12.06% 5.03% 0.00%
21.96%

Color #AFBDC7 in popluar number systems.

HEX AF BD C7
Decimal 175 189 199
Binary 10101111 10111101 11000111
Octal 257 275 307

Shades and tints

Shades of #AFBDC7

#AFBDC7
(175,189,199)
#A0ACB5
(160,172,181)
#919BA3
(145,155,163)
#828A91
(130,138,145)
#73797F
(115,121,127)
#64686D
(100,104,109)
#55575B
(85,87,91)
#464649
(70,70,73)
#373537
(55,53,55)
#282425
(40,36,37)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AFBDC7

#AFBDC7
(175,189,199)
#B6C3CC
(182,195,204)
#BDC9D1
(189,201,209)
#C4CFD6
(196,207,214)
#CBD5DB
(203,213,219)
#D2DBE0
(210,219,224)
#D9E1E5
(217,225,229)
#E0E7EA
(224,231,234)
#E7EDEF
(231,237,239)
#EEF3F4
(238,243,244)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBDC7 color. Also use rgb(175,189,199) instead hex code.

Text Font Color

.myTextColor { color: #AFBDC7; }

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

This text font color is #AFBDC7.

Background Color

.myBgColor { background-color: #AFBDC7; }

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

This div background color is #AFBDC7.

Border color

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

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

This div border color is #AFBDC7.

Opacity

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

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

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

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

This text has shadow with #AFBDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBDC7.

Preview

Color preview on black background

This text has color #AFBDC7 on black background.


Color preview on white background

This text has color #AFBDC7 on white background.


Black color preview on #AFBDC7 background

This text has black color on #AFBDC7 background.


White color preview on #AFBDC7 background

This text has white color on #AFBDC7 background.


Related colors

Complementary color

Complementary color for #hex is #504238.


I love getcolorcode.com

Triadic colors

1 #C7AFBD and #BDC7AF with #AFBDC7 are triadic colors.

2 #C7BDAF and #BDAFC7 with #AFBDC7 are triadic colors.