COLOR #AFB2D5

HEX: #AFB2D5 RGB: (175,178,213)

Color info

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

RGB color model

#AFB2D5 color RGB value is (175,178,213).

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

RGB channels and saturation

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

175
178
213

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

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 213 = 566 (100%)
R 175 of 566 ~ 30.92%
G 178 of 566 ~ 31.45%
B 213 of 566 ~ 37.63'%

%30.92
%31.45
%37.63

CMYK color model

#AFB2D5 color CMYK value is (18,16,0,16).

  • cyan value is 17.84%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,16,0,16)
C18M16Y0K16 (18%, 16%, 0%, 16%)
(0.18 / 0.16 / 0.00 / 0.16)

CMYK percentages

%17.84
%16.43
%0
%16.47

Codes

Color #AFB2D5 in popluar color models

AF B2 D5
RGB 175 178 213
HSL 235° 31.15% 76.08%
HSB/HSV 235° 17.84% 83.53%
CMYK 17.84% 16.43% 0.00%
16.47%

Color #AFB2D5 in popluar number systems.

HEX AF B2 D5
Decimal 175 178 213
Binary 10101111 10110010 11010101
Octal 257 262 325

Shades and tints

Shades of #AFB2D5

#AFB2D5
(175,178,213)
#A0A2C2
(160,162,194)
#9192AF
(145,146,175)
#82829C
(130,130,156)
#737289
(115,114,137)
#646276
(100,98,118)
#555263
(85,82,99)
#464250
(70,66,80)
#37323D
(55,50,61)
#28222A
(40,34,42)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AFB2D5

#AFB2D5
(175,178,213)
#B6B9D8
(182,185,216)
#BDC0DB
(189,192,219)
#C4C7DE
(196,199,222)
#CBCEE1
(203,206,225)
#D2D5E4
(210,213,228)
#D9DCE7
(217,220,231)
#E0E3EA
(224,227,234)
#E7EAED
(231,234,237)
#EEF1F0
(238,241,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2D5; }

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

This text font color is #AFB2D5.

Background Color

.myBgColor { background-color: #AFB2D5; }

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

This div background color is #AFB2D5.

Border color

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

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

This div border color is #AFB2D5.

Opacity

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

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

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

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

This text has shadow with #AFB2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2D5.

Preview

Color preview on black background

This text has color #AFB2D5 on black background.


Color preview on white background

This text has color #AFB2D5 on white background.


Black color preview on #AFB2D5 background

This text has black color on #AFB2D5 background.


White color preview on #AFB2D5 background

This text has white color on #AFB2D5 background.


Related colors

Complementary color

Complementary color for #hex is #504D2A.


I love getcolorcode.com

Triadic colors

1 #D5AFB2 and #B2D5AF with #AFB2D5 are triadic colors.

2 #D5B2AF and #B2AFD5 with #AFB2D5 are triadic colors.