COLOR #AFABED

HEX: #AFABED
RGB: (175,171,237)

Color info

#AFABED contains mainly blue color. Web safe color of #AFABED is #9999FF (or #99F).

RGB color model

#AFABED color RGB value is (175,171,237).

  • red value is 175;
  • green value is 171;
  • blue value is 237.
RGB:
(175,171,237)
(69%,67%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 237 of 255 = 93%

175
171
237

R + G + B ~ 76%. #AFABED is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 237 = 583 (100%)
R 175 of 583 ~ 30.02%
G 171 of 583 ~ 29.33%
B 237 of 583 ~ 40.65%

%30.02
%29.33
%40.65

CMYK color model

#AFABED color CMYK value is (26,28,0,7).

  • cyan value is 26.16%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(26,28,0,7)
C26M28Y0K7 
(26%,28%,0%,7%)
(0.26/0.28/0.00/0.07)	

CMYK percentages

%26.16
%27.85
%0
%7.06

Codes

Color #AFABED in popluar color models

AFABED
RGB175171237
HSL244°64.71%80.00%
HSB/HSV244°27.85%92.94%
CMYK26.16%27.85%0.00%
7.06%

Color #AFABED in popluar number systems.

HEXAFABED
Decimal175171237
Binary101011111010101111101101
Octal257253355

Shades and tints

Shades of #AFABED

#AFABED
(175,171,237)
#A09CD8
(160,156,216)
#918DC3
(145,141,195)
#827EAE
(130,126,174)
#736F99
(115,111,153)
#646084
(100,96,132)
#55516F
(85,81,111)
#46425A
(70,66,90)
#373345
(55,51,69)
#282430
(40,36,48)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #AFABED

#AFABED
(175,171,237)
#B6B2EE
(182,178,238)
#BDB9EF
(189,185,239)
#C4C0F0
(196,192,240)
#CBC7F1
(203,199,241)
#D2CEF2
(210,206,242)
#D9D5F3
(217,213,243)
#E0DCF4
(224,220,244)
#E7E3F5
(231,227,245)
#EEEAF6
(238,234,246)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFABED color. Also use rgb(175,171,237) instead hex code.

Text Font Color

.myTextColor { color: #AFABED; }

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

This text font color is #AFABED.


Background Color

.myBgColor { background-color: #AFABED; }

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

This div background color is #AFABED.


Border color

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

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

This div border color is #AFABED.


Opacity

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

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

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

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

This text has shadow with #AFABED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFABED on black background.


Color preview on white background

This text has color #AFABED on white background.



Black color preview on #AFABED background

This text has black color on #AFABED background.


White color preview on #AFABED background

This text has white color on #AFABED background.