COLOR #AFB2D7

HEX: #AFB2D7 RGB: (175,178,215)

Color info

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

RGB color model

#AFB2D7 color RGB value is (175,178,215).

RGB: (175,178,215) (69%, 70%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 215 of 255 = 84%

175
178
215

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

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 215 = 568 (100%)
R 175 of 568 ~ 30.81%
G 178 of 568 ~ 31.34%
B 215 of 568 ~ 37.85'%

%30.81
%31.34
%37.85

CMYK color model

#AFB2D7 color CMYK value is (19,17,0,16).

  • cyan value is 18.60%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (19,17,0,16)
C19M17Y0K16 (19%, 17%, 0%, 16%)
(0.19 / 0.17 / 0.00 / 0.16)

CMYK percentages

%18.6
%17.21
%0
%15.69

Codes

Color #AFB2D7 in popluar color models

AF B2 D7
RGB 175 178 215
HSL 236° 33.33% 76.47%
HSB/HSV 236° 18.60% 84.31%
CMYK 18.60% 17.21% 0.00%
15.69%

Color #AFB2D7 in popluar number systems.

HEX AF B2 D7
Decimal 175 178 215
Binary 10101111 10110010 11010111
Octal 257 262 327

Shades and tints

Shades of #AFB2D7

#AFB2D7
(175,178,215)
#A0A2C4
(160,162,196)
#9192B1
(145,146,177)
#82829E
(130,130,158)
#73728B
(115,114,139)
#646278
(100,98,120)
#555265
(85,82,101)
#464252
(70,66,82)
#37323F
(55,50,63)
#28222C
(40,34,44)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AFB2D7

#AFB2D7
(175,178,215)
#B6B9DA
(182,185,218)
#BDC0DD
(189,192,221)
#C4C7E0
(196,199,224)
#CBCEE3
(203,206,227)
#D2D5E6
(210,213,230)
#D9DCE9
(217,220,233)
#E0E3EC
(224,227,236)
#E7EAEF
(231,234,239)
#EEF1F2
(238,241,242)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB2D7 color. Also use rgb(175,178,215) instead hex code.

Text Font Color

.myTextColor { color: #AFB2D7; }

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

This text font color is #AFB2D7.

Background Color

.myBgColor { background-color: #AFB2D7; }

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

This div background color is #AFB2D7.

Border color

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

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

This div border color is #AFB2D7.

Opacity

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

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

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

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

This text has shadow with #AFB2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2D7.

Preview

Color preview on black background

This text has color #AFB2D7 on black background.


Color preview on white background

This text has color #AFB2D7 on white background.


Black color preview on #AFB2D7 background

This text has black color on #AFB2D7 background.


White color preview on #AFB2D7 background

This text has white color on #AFB2D7 background.


Related colors

Complementary color

Complementary color for #hex is #504D28.


I love getcolorcode.com

Triadic colors

1 #D7AFB2 and #B2D7AF with #AFB2D7 are triadic colors.

2 #D7B2AF and #B2AFD7 with #AFB2D7 are triadic colors.