COLOR #AFBAEC

HEX: #AFBAEC
RGB: (175,186,236)

Color info

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

RGB color model

#AFBAEC color RGB value is (175,186,236).

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

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 236 of 255 = 93%

175
186
236

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

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 236 = 597 (100%)
R 175 of 597 ~ 29.31%
G 186 of 597 ~ 31.16%
B 236 of 597 ~ 39.53%

%29.31
%31.16
%39.53

CMYK color model

#AFBAEC color CMYK value is (26,21,0,7).

  • cyan value is 25.85%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,21,0,7)
C26M21Y0K7 
(26%,21%,0%,7%)
(0.26/0.21/0.00/0.07)	

CMYK percentages

%25.85
%21.19
%0
%7.45

Codes

Color #AFBAEC in popluar color models

AFBAEC
RGB175186236
HSL229°61.62%80.59%
HSB/HSV229°25.85%92.55%
CMYK25.85%21.19%0.00%
7.45%

Color #AFBAEC in popluar number systems.

HEXAFBAEC
Decimal175186236
Binary101011111011101011101100
Octal257272354

Shades and tints

Shades of #AFBAEC

#AFBAEC
(175,186,236)
#A0AAD7
(160,170,215)
#919AC2
(145,154,194)
#828AAD
(130,138,173)
#737A98
(115,122,152)
#646A83
(100,106,131)
#555A6E
(85,90,110)
#464A59
(70,74,89)
#373A44
(55,58,68)
#282A2F
(40,42,47)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #AFBAEC

#AFBAEC
(175,186,236)
#B6C0ED
(182,192,237)
#BDC6EE
(189,198,238)
#C4CCEF
(196,204,239)
#CBD2F0
(203,210,240)
#D2D8F1
(210,216,241)
#D9DEF2
(217,222,242)
#E0E4F3
(224,228,243)
#E7EAF4
(231,234,244)
#EEF0F5
(238,240,245)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAEC; }

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

This text font color is #AFBAEC.


Background Color

.myBgColor { background-color: #AFBAEC; }

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

This div background color is #AFBAEC.


Border color

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

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

This div border color is #AFBAEC.


Opacity

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

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

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

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

This text has shadow with #AFBAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBAEC on black background.


Color preview on white background

This text has color #AFBAEC on white background.



Black color preview on #AFBAEC background

This text has black color on #AFBAEC background.


White color preview on #AFBAEC background

This text has white color on #AFBAEC background.