COLOR #AFBBE6

HEX: #AFBBE6
RGB: (175,187,230)

Color info

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

RGB color model

#AFBBE6 color RGB value is (175,187,230).

  • red value is 175;
  • green value is 187;
  • blue value is 230.
RGB:
(175,187,230)
(69%,73%,90%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 230 of 255 = 90%

175
187
230

R + G + B ~ 77%. #AFBBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 230 = 592 (100%)
R 175 of 592 ~ 29.56%
G 187 of 592 ~ 31.59%
B 230 of 592 ~ 38.85%

%29.56
%31.59
%38.85

CMYK color model

#AFBBE6 color CMYK value is (24,19,0,10).

  • cyan value is 23.91%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,19,0,10)
C24M19Y0K10 
(24%,19%,0%,10%)
(0.24/0.19/0.00/0.10)	

CMYK percentages

%23.91
%18.7
%0
%9.8

Codes

Color #AFBBE6 in popluar color models

AFBBE6
RGB175187230
HSL227°52.38%79.41%
HSB/HSV227°23.91%90.20%
CMYK23.91%18.70%0.00%
9.80%

Color #AFBBE6 in popluar number systems.

HEXAFBBE6
Decimal175187230
Binary101011111011101111100110
Octal257273346

Shades and tints

Shades of #AFBBE6

#AFBBE6
(175,187,230)
#A0AAD2
(160,170,210)
#9199BE
(145,153,190)
#8288AA
(130,136,170)
#737796
(115,119,150)
#646682
(100,102,130)
#55556E
(85,85,110)
#46445A
(70,68,90)
#373346
(55,51,70)
#282232
(40,34,50)
#19111E
(25,17,30)
#000000
(0,0,0)

Tints of #AFBBE6

#AFBBE6
(175,187,230)
#B6C1E8
(182,193,232)
#BDC7EA
(189,199,234)
#C4CDEC
(196,205,236)
#CBD3EE
(203,211,238)
#D2D9F0
(210,217,240)
#D9DFF2
(217,223,242)
#E0E5F4
(224,229,244)
#E7EBF6
(231,235,246)
#EEF1F8
(238,241,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBBE6 color. Also use rgb(175,187,230) instead hex code.

Text Font Color

.myTextColor { color: #AFBBE6; }

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

This text font color is #AFBBE6.


Background Color

.myBgColor { background-color: #AFBBE6; }

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

This div background color is #AFBBE6.


Border color

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

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

This div border color is #AFBBE6.


Opacity

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

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

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

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

This text has shadow with #AFBBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBE6 on black background.


Color preview on white background

This text has color #AFBBE6 on white background.



Black color preview on #AFBBE6 background

This text has black color on #AFBBE6 background.


White color preview on #AFBBE6 background

This text has white color on #AFBBE6 background.