COLOR #AFB7D3

HEX: #AFB7D3
RGB: (175,183,211)

Color info

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

RGB color model

#AFB7D3 color RGB value is (175,183,211).

  • red value is 175;
  • green value is 183;
  • blue value is 211.
RGB:
(175,183,211)
(69%,72%,83%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 211 of 255 = 83%

175
183
211

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

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 211 = 569 (100%)
R 175 of 569 ~ 30.76%
G 183 of 569 ~ 32.16%
B 211 of 569 ~ 37.08%

%30.76
%32.16
%37.08

CMYK color model

#AFB7D3 color CMYK value is (17,13,0,17).

  • cyan value is 17.06%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(17,13,0,17)
C17M13Y0K17 
(17%,13%,0%,17%)
(0.17/0.13/0.00/0.17)	

CMYK percentages

%17.06
%13.27
%0
%17.25

Codes

Color #AFB7D3 in popluar color models

AFB7D3
RGB175183211
HSL227°29.03%75.69%
HSB/HSV227°17.06%82.75%
CMYK17.06%13.27%0.00%
17.25%

Color #AFB7D3 in popluar number systems.

HEXAFB7D3
Decimal175183211
Binary101011111011011111010011
Octal257267323

Shades and tints

Shades of #AFB7D3

#AFB7D3
(175,183,211)
#A0A7C0
(160,167,192)
#9197AD
(145,151,173)
#82879A
(130,135,154)
#737787
(115,119,135)
#646774
(100,103,116)
#555761
(85,87,97)
#46474E
(70,71,78)
#37373B
(55,55,59)
#282728
(40,39,40)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFB7D3

#AFB7D3
(175,183,211)
#B6BDD7
(182,189,215)
#BDC3DB
(189,195,219)
#C4C9DF
(196,201,223)
#CBCFE3
(203,207,227)
#D2D5E7
(210,213,231)
#D9DBEB
(217,219,235)
#E0E1EF
(224,225,239)
#E7E7F3
(231,231,243)
#EEEDF7
(238,237,247)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB7D3 color. Also use rgb(175,183,211) instead hex code.

Text Font Color

.myTextColor { color: #AFB7D3; }

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

This text font color is #AFB7D3.


Background Color

.myBgColor { background-color: #AFB7D3; }

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

This div background color is #AFB7D3.


Border color

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

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

This div border color is #AFB7D3.


Opacity

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

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

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

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

This text has shadow with #AFB7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB7D3 on black background.


Color preview on white background

This text has color #AFB7D3 on white background.



Black color preview on #AFB7D3 background

This text has black color on #AFB7D3 background.


White color preview on #AFB7D3 background

This text has white color on #AFB7D3 background.