COLOR #AFBDD6

HEX: #AFBDD6
RGB: (175,189,214)

Color info

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

RGB color model

#AFBDD6 color RGB value is (175,189,214).

  • red value is 175;
  • green value is 189;
  • blue value is 214.
RGB:
(175,189,214)
(69%,74%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 214 of 255 = 84%

175
189
214

R + G + B ~ 76%. #AFBDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 214 = 578 (100%)
R 175 of 578 ~ 30.28%
G 189 of 578 ~ 32.7%
B 214 of 578 ~ 37.02%

%30.28
%32.7
%37.02

CMYK color model

#AFBDD6 color CMYK value is (18,12,0,16).

  • cyan value is 18.22%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,12,0,16)
C18M12Y0K16 
(18%,12%,0%,16%)
(0.18/0.12/0.00/0.16)	

CMYK percentages

%18.22
%11.68
%0
%16.08

Codes

Color #AFBDD6 in popluar color models

AFBDD6
RGB175189214
HSL218°32.23%76.27%
HSB/HSV218°18.22%83.92%
CMYK18.22%11.68%0.00%
16.08%

Color #AFBDD6 in popluar number systems.

HEXAFBDD6
Decimal175189214
Binary101011111011110111010110
Octal257275326

Shades and tints

Shades of #AFBDD6

#AFBDD6
(175,189,214)
#A0ACC3
(160,172,195)
#919BB0
(145,155,176)
#828A9D
(130,138,157)
#73798A
(115,121,138)
#646877
(100,104,119)
#555764
(85,87,100)
#464651
(70,70,81)
#37353E
(55,53,62)
#28242B
(40,36,43)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #AFBDD6

#AFBDD6
(175,189,214)
#B6C3D9
(182,195,217)
#BDC9DC
(189,201,220)
#C4CFDF
(196,207,223)
#CBD5E2
(203,213,226)
#D2DBE5
(210,219,229)
#D9E1E8
(217,225,232)
#E0E7EB
(224,231,235)
#E7EDEE
(231,237,238)
#EEF3F1
(238,243,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBDD6 color. Also use rgb(175,189,214) instead hex code.

Text Font Color

.myTextColor { color: #AFBDD6; }

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

This text font color is #AFBDD6.


Background Color

.myBgColor { background-color: #AFBDD6; }

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

This div background color is #AFBDD6.


Border color

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

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

This div border color is #AFBDD6.


Opacity

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

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

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

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

This text has shadow with #AFBDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDD6 on black background.


Color preview on white background

This text has color #AFBDD6 on white background.



Black color preview on #AFBDD6 background

This text has black color on #AFBDD6 background.


White color preview on #AFBDD6 background

This text has white color on #AFBDD6 background.