COLOR #AFBEDC

HEX: #AFBEDC
RGB: (175,190,220)

Color info

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

RGB color model

#AFBEDC color RGB value is (175,190,220).

  • red value is 175;
  • green value is 190;
  • blue value is 220.
RGB:
(175,190,220)
(69%,75%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 220 of 255 = 86%

175
190
220

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

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 220 = 585 (100%)
R 175 of 585 ~ 29.91%
G 190 of 585 ~ 32.48%
B 220 of 585 ~ 37.61%

%29.91
%32.48
%37.61

CMYK color model

#AFBEDC color CMYK value is (20,14,0,14).

  • cyan value is 20.45%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,14,0,14)
C20M14Y0K14 
(20%,14%,0%,14%)
(0.20/0.14/0.00/0.14)	

CMYK percentages

%20.45
%13.64
%0
%13.73

Codes

Color #AFBEDC in popluar color models

AFBEDC
RGB175190220
HSL220°39.13%77.45%
HSB/HSV220°20.45%86.27%
CMYK20.45%13.64%0.00%
13.73%

Color #AFBEDC in popluar number systems.

HEXAFBEDC
Decimal175190220
Binary101011111011111011011100
Octal257276334

Shades and tints

Shades of #AFBEDC

#AFBEDC
(175,190,220)
#A0ADC8
(160,173,200)
#919CB4
(145,156,180)
#828BA0
(130,139,160)
#737A8C
(115,122,140)
#646978
(100,105,120)
#555864
(85,88,100)
#464750
(70,71,80)
#37363C
(55,54,60)
#282528
(40,37,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFBEDC

#AFBEDC
(175,190,220)
#B6C3DF
(182,195,223)
#BDC8E2
(189,200,226)
#C4CDE5
(196,205,229)
#CBD2E8
(203,210,232)
#D2D7EB
(210,215,235)
#D9DCEE
(217,220,238)
#E0E1F1
(224,225,241)
#E7E6F4
(231,230,244)
#EEEBF7
(238,235,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBEDC color. Also use rgb(175,190,220) instead hex code.

Text Font Color

.myTextColor { color: #AFBEDC; }

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

This text font color is #AFBEDC.


Background Color

.myBgColor { background-color: #AFBEDC; }

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

This div background color is #AFBEDC.


Border color

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

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

This div border color is #AFBEDC.


Opacity

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

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

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

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

This text has shadow with #AFBEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEDC on black background.


Color preview on white background

This text has color #AFBEDC on white background.



Black color preview on #AFBEDC background

This text has black color on #AFBEDC background.


White color preview on #AFBEDC background

This text has white color on #AFBEDC background.