COLOR #AFBBD5

HEX: #AFBBD5
RGB: (175,187,213)

Color info

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

RGB color model

#AFBBD5 color RGB value is (175,187,213).

  • red value is 175;
  • green value is 187;
  • blue value is 213.
RGB:
(175,187,213)
(69%,73%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 213 of 255 = 84%

175
187
213

R + G + B ~ 75%. #AFBBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 213 = 575 (100%)
R 175 of 575 ~ 30.43%
G 187 of 575 ~ 32.52%
B 213 of 575 ~ 37.04%

%30.43
%32.52
%37.04

CMYK color model

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

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

CMYK percentages

%17.84
%12.21
%0
%16.47

Codes

Color #AFBBD5 in popluar color models

AFBBD5
RGB175187213
HSL221°31.15%76.08%
HSB/HSV221°17.84%83.53%
CMYK17.84%12.21%0.00%
16.47%

Color #AFBBD5 in popluar number systems.

HEXAFBBD5
Decimal175187213
Binary101011111011101111010101
Octal257273325

Shades and tints

Shades of #AFBBD5

#AFBBD5
(175,187,213)
#A0AAC2
(160,170,194)
#9199AF
(145,153,175)
#82889C
(130,136,156)
#737789
(115,119,137)
#646676
(100,102,118)
#555563
(85,85,99)
#464450
(70,68,80)
#37333D
(55,51,61)
#28222A
(40,34,42)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #AFBBD5

#AFBBD5
(175,187,213)
#B6C1D8
(182,193,216)
#BDC7DB
(189,199,219)
#C4CDDE
(196,205,222)
#CBD3E1
(203,211,225)
#D2D9E4
(210,217,228)
#D9DFE7
(217,223,231)
#E0E5EA
(224,229,234)
#E7EBED
(231,235,237)
#EEF1F0
(238,241,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBBD5 color. Also use rgb(175,187,213) instead hex code.

Text Font Color

.myTextColor { color: #AFBBD5; }

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

This text font color is #AFBBD5.


Background Color

.myBgColor { background-color: #AFBBD5; }

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

This div background color is #AFBBD5.


Border color

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

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

This div border color is #AFBBD5.


Opacity

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

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

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

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

This text has shadow with #AFBBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBD5 on black background.


Color preview on white background

This text has color #AFBBD5 on white background.



Black color preview on #AFBBD5 background

This text has black color on #AFBBD5 background.


White color preview on #AFBBD5 background

This text has white color on #AFBBD5 background.