COLOR #AFBAEB

HEX: #AFBAEB
RGB: (175,186,235)

Color info

#AFBAEB contains mainly green and blue colors. Web safe color of #AFBAEB is #99CCFF (or #9CF).

RGB color model

#AFBAEB color RGB value is (175,186,235).

  • red value is 175;
  • green value is 186;
  • blue value is 235.
RGB:
(175,186,235)
(69%,73%,92%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 235 of 255 = 92%

175
186
235

R + G + B ~ 78%. #AFBAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 235 = 596 (100%)
R 175 of 596 ~ 29.36%
G 186 of 596 ~ 31.21%
B 235 of 596 ~ 39.43%

%29.36
%31.21
%39.43

CMYK color model

#AFBAEB color CMYK value is (26,21,0,8).

  • cyan value is 25.53%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,21,0,8)
C26M21Y0K8 
(26%,21%,0%,8%)
(0.26/0.21/0.00/0.08)	

CMYK percentages

%25.53
%20.85
%0
%7.84

Codes

Color #AFBAEB in popluar color models

AFBAEB
RGB175186235
HSL229°60.00%80.39%
HSB/HSV229°25.53%92.16%
CMYK25.53%20.85%0.00%
7.84%

Color #AFBAEB in popluar number systems.

HEXAFBAEB
Decimal175186235
Binary101011111011101011101011
Octal257272353

Shades and tints

Shades of #AFBAEB

#AFBAEB
(175,186,235)
#A0AAD6
(160,170,214)
#919AC1
(145,154,193)
#828AAC
(130,138,172)
#737A97
(115,122,151)
#646A82
(100,106,130)
#555A6D
(85,90,109)
#464A58
(70,74,88)
#373A43
(55,58,67)
#282A2E
(40,42,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #AFBAEB

#AFBAEB
(175,186,235)
#B6C0EC
(182,192,236)
#BDC6ED
(189,198,237)
#C4CCEE
(196,204,238)
#CBD2EF
(203,210,239)
#D2D8F0
(210,216,240)
#D9DEF1
(217,222,241)
#E0E4F2
(224,228,242)
#E7EAF3
(231,234,243)
#EEF0F4
(238,240,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBAEB color. Also use rgb(175,186,235) instead hex code.

Text Font Color

.myTextColor { color: #AFBAEB; }

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

This text font color is #AFBAEB.


Background Color

.myBgColor { background-color: #AFBAEB; }

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

This div background color is #AFBAEB.


Border color

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

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

This div border color is #AFBAEB.


Opacity

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

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

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

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

This text has shadow with #AFBAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBAEB on black background.


Color preview on white background

This text has color #AFBAEB on white background.



Black color preview on #AFBAEB background

This text has black color on #AFBAEB background.


White color preview on #AFBAEB background

This text has white color on #AFBAEB background.