COLOR #AFBDD9

HEX: #AFBDD9
RGB: (175,189,217)

Color info

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

RGB color model

#AFBDD9 color RGB value is (175,189,217).

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

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 217 of 255 = 85%

175
189
217

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

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 217 = 581 (100%)
R 175 of 581 ~ 30.12%
G 189 of 581 ~ 32.53%
B 217 of 581 ~ 37.35%

%30.12
%32.53
%37.35

CMYK color model

#AFBDD9 color CMYK value is (19,13,0,15).

  • cyan value is 19.35%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,13,0,15)
C19M13Y0K15 
(19%,13%,0%,15%)
(0.19/0.13/0.00/0.15)	

CMYK percentages

%19.35
%12.9
%0
%14.9

Codes

Color #AFBDD9 in popluar color models

AFBDD9
RGB175189217
HSL220°35.59%76.86%
HSB/HSV220°19.35%85.10%
CMYK19.35%12.90%0.00%
14.90%

Color #AFBDD9 in popluar number systems.

HEXAFBDD9
Decimal175189217
Binary101011111011110111011001
Octal257275331

Shades and tints

Shades of #AFBDD9

#AFBDD9
(175,189,217)
#A0ACC6
(160,172,198)
#919BB3
(145,155,179)
#828AA0
(130,138,160)
#73798D
(115,121,141)
#64687A
(100,104,122)
#555767
(85,87,103)
#464654
(70,70,84)
#373541
(55,53,65)
#28242E
(40,36,46)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #AFBDD9

#AFBDD9
(175,189,217)
#B6C3DC
(182,195,220)
#BDC9DF
(189,201,223)
#C4CFE2
(196,207,226)
#CBD5E5
(203,213,229)
#D2DBE8
(210,219,232)
#D9E1EB
(217,225,235)
#E0E7EE
(224,231,238)
#E7EDF1
(231,237,241)
#EEF3F4
(238,243,244)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBDD9; }

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

This text font color is #AFBDD9.


Background Color

.myBgColor { background-color: #AFBDD9; }

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

This div background color is #AFBDD9.


Border color

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

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

This div border color is #AFBDD9.


Opacity

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

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

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

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

This text has shadow with #AFBDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDD9 on black background.


Color preview on white background

This text has color #AFBDD9 on white background.



Black color preview on #AFBDD9 background

This text has black color on #AFBDD9 background.


White color preview on #AFBDD9 background

This text has white color on #AFBDD9 background.