COLOR #AFB2D4

HEX: #AFB2D4
RGB: (175,178,212)

Color info

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

RGB color model

#AFB2D4 color RGB value is (175,178,212).

  • red value is 175;
  • green value is 178;
  • blue value is 212.
RGB:
(175,178,212)
(69%,70%,83%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 212 of 255 = 83%

175
178
212

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

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 212 = 565 (100%)
R 175 of 565 ~ 30.97%
G 178 of 565 ~ 31.5%
B 212 of 565 ~ 37.52%

%30.97
%31.5
%37.52

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,16,0,17)
C17M16Y0K17 
(17%,16%,0%,17%)
(0.17/0.16/0.00/0.17)	

CMYK percentages

%17.45
%16.04
%0
%16.86

Codes

Color #AFB2D4 in popluar color models

AFB2D4
RGB175178212
HSL235°30.08%75.88%
HSB/HSV235°17.45%83.14%
CMYK17.45%16.04%0.00%
16.86%

Color #AFB2D4 in popluar number systems.

HEXAFB2D4
Decimal175178212
Binary101011111011001011010100
Octal257262324

Shades and tints

Shades of #AFB2D4

#AFB2D4
(175,178,212)
#A0A2C1
(160,162,193)
#9192AE
(145,146,174)
#82829B
(130,130,155)
#737288
(115,114,136)
#646275
(100,98,117)
#555262
(85,82,98)
#46424F
(70,66,79)
#37323C
(55,50,60)
#282229
(40,34,41)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFB2D4

#AFB2D4
(175,178,212)
#B6B9D7
(182,185,215)
#BDC0DA
(189,192,218)
#C4C7DD
(196,199,221)
#CBCEE0
(203,206,224)
#D2D5E3
(210,213,227)
#D9DCE6
(217,220,230)
#E0E3E9
(224,227,233)
#E7EAEC
(231,234,236)
#EEF1EF
(238,241,239)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2D4; }

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

This text font color is #AFB2D4.


Background Color

.myBgColor { background-color: #AFB2D4; }

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

This div background color is #AFB2D4.


Border color

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

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

This div border color is #AFB2D4.


Opacity

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

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

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

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

This text has shadow with #AFB2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB2D4 on black background.


Color preview on white background

This text has color #AFB2D4 on white background.



Black color preview on #AFB2D4 background

This text has black color on #AFB2D4 background.


White color preview on #AFB2D4 background

This text has white color on #AFB2D4 background.