COLOR #AFBEC9

HEX: #AFBEC9
RGB: (175,190,201)

Color info

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

RGB color model

#AFBEC9 color RGB value is (175,190,201).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 201 of 255 = 79%

175
190
201

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

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 201 = 566 (100%)
R 175 of 566 ~ 30.92%
G 190 of 566 ~ 33.57%
B 201 of 566 ~ 35.51%

%30.92
%33.57
%35.51

CMYK color model

#AFBEC9 color CMYK value is (13,5,0,21).

  • cyan value is 12.94%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(13,5,0,21)
C13M5Y0K21 
(13%,5%,0%,21%)
(0.13/0.05/0.00/0.21)	

CMYK percentages

%12.94
%5.47
%0
%21.18

Codes

Color #AFBEC9 in popluar color models

AFBEC9
RGB175190201
HSL205°19.40%73.73%
HSB/HSV205°12.94%78.82%
CMYK12.94%5.47%0.00%
21.18%

Color #AFBEC9 in popluar number systems.

HEXAFBEC9
Decimal175190201
Binary101011111011111011001001
Octal257276311

Shades and tints

Shades of #AFBEC9

#AFBEC9
(175,190,201)
#A0ADB7
(160,173,183)
#919CA5
(145,156,165)
#828B93
(130,139,147)
#737A81
(115,122,129)
#64696F
(100,105,111)
#55585D
(85,88,93)
#46474B
(70,71,75)
#373639
(55,54,57)
#282527
(40,37,39)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFBEC9

#AFBEC9
(175,190,201)
#B6C3CD
(182,195,205)
#BDC8D1
(189,200,209)
#C4CDD5
(196,205,213)
#CBD2D9
(203,210,217)
#D2D7DD
(210,215,221)
#D9DCE1
(217,220,225)
#E0E1E5
(224,225,229)
#E7E6E9
(231,230,233)
#EEEBED
(238,235,237)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEC9; }

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

This text font color is #AFBEC9.


Background Color

.myBgColor { background-color: #AFBEC9; }

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

This div background color is #AFBEC9.


Border color

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

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

This div border color is #AFBEC9.


Opacity

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

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

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

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

This text has shadow with #AFBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEC9 on black background.


Color preview on white background

This text has color #AFBEC9 on white background.



Black color preview on #AFBEC9 background

This text has black color on #AFBEC9 background.


White color preview on #AFBEC9 background

This text has white color on #AFBEC9 background.