COLOR #AFBEC8

HEX: #AFBEC8
RGB: (175,190,200)

Color info

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

RGB color model

#AFBEC8 color RGB value is (175,190,200).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 200 of 255 = 78%

175
190
200

R + G + B ~ 74%. #AFBEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 200 = 565 (100%)
R 175 of 565 ~ 30.97%
G 190 of 565 ~ 33.63%
B 200 of 565 ~ 35.4%

%30.97
%33.63
%35.4

CMYK color model

#AFBEC8 color CMYK value is (13,5,0,22).

  • cyan value is 12.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,5,0,22)
C13M5Y0K22 
(13%,5%,0%,22%)
(0.13/0.05/0.00/0.22)	

CMYK percentages

%12.5
%5
%0
%21.57

Codes

Color #AFBEC8 in popluar color models

AFBEC8
RGB175190200
HSL204°18.52%73.53%
HSB/HSV204°12.50%78.43%
CMYK12.50%5.00%0.00%
21.57%

Color #AFBEC8 in popluar number systems.

HEXAFBEC8
Decimal175190200
Binary101011111011111011001000
Octal257276310

Shades and tints

Shades of #AFBEC8

#AFBEC8
(175,190,200)
#A0ADB6
(160,173,182)
#919CA4
(145,156,164)
#828B92
(130,139,146)
#737A80
(115,122,128)
#64696E
(100,105,110)
#55585C
(85,88,92)
#46474A
(70,71,74)
#373638
(55,54,56)
#282526
(40,37,38)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFBEC8

#AFBEC8
(175,190,200)
#B6C3CD
(182,195,205)
#BDC8D2
(189,200,210)
#C4CDD7
(196,205,215)
#CBD2DC
(203,210,220)
#D2D7E1
(210,215,225)
#D9DCE6
(217,220,230)
#E0E1EB
(224,225,235)
#E7E6F0
(231,230,240)
#EEEBF5
(238,235,245)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEC8; }

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

This text font color is #AFBEC8.


Background Color

.myBgColor { background-color: #AFBEC8; }

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

This div background color is #AFBEC8.


Border color

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

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

This div border color is #AFBEC8.


Opacity

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

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

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

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

This text has shadow with #AFBEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEC8 on black background.


Color preview on white background

This text has color #AFBEC8 on white background.



Black color preview on #AFBEC8 background

This text has black color on #AFBEC8 background.


White color preview on #AFBEC8 background

This text has white color on #AFBEC8 background.