COLOR #AFBBDB

HEX: #AFBBDB RGB: (175,187,219)

Color info

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

RGB color model

#AFBBDB color RGB value is (175,187,219).

RGB: (175,187,219) (69%, 73%, 86%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 219 of 255 = 86%

175
187
219

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 219 = 581 (100%)
R 175 of 581 ~ 30.12%
G 187 of 581 ~ 32.19%
B 219 of 581 ~ 37.69'%

%30.12
%32.19
%37.69

CMYK color model

#AFBBDB color CMYK value is (20,15,0,14).

  • cyan value is 20.09%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (20,15,0,14)
C20M15Y0K14 (20%, 15%, 0%, 14%)
(0.20 / 0.15 / 0.00 / 0.14)

CMYK percentages

%20.09
%14.61
%0
%14.12

Codes

Color #AFBBDB in popluar color models

AF BB DB
RGB 175 187 219
HSL 224° 37.93% 77.25%
HSB/HSV 224° 20.09% 85.88%
CMYK 20.09% 14.61% 0.00%
14.12%

Color #AFBBDB in popluar number systems.

HEX AF BB DB
Decimal 175 187 219
Binary 10101111 10111011 11011011
Octal 257 273 333

Shades and tints

Shades of #AFBBDB

#AFBBDB
(175,187,219)
#A0AAC8
(160,170,200)
#9199B5
(145,153,181)
#8288A2
(130,136,162)
#73778F
(115,119,143)
#64667C
(100,102,124)
#555569
(85,85,105)
#464456
(70,68,86)
#373343
(55,51,67)
#282230
(40,34,48)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #AFBBDB

#AFBBDB
(175,187,219)
#B6C1DE
(182,193,222)
#BDC7E1
(189,199,225)
#C4CDE4
(196,205,228)
#CBD3E7
(203,211,231)
#D2D9EA
(210,217,234)
#D9DFED
(217,223,237)
#E0E5F0
(224,229,240)
#E7EBF3
(231,235,243)
#EEF1F6
(238,241,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBDB; }

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

This text font color is #AFBBDB.

Background Color

.myBgColor { background-color: #AFBBDB; }

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

This div background color is #AFBBDB.

Border color

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

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

This div border color is #AFBBDB.

Opacity

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

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

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

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

This text has shadow with #AFBBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBDB.

Preview

Color preview on black background

This text has color #AFBBDB on black background.


Color preview on white background

This text has color #AFBBDB on white background.


Black color preview on #AFBBDB background

This text has black color on #AFBBDB background.


White color preview on #AFBBDB background

This text has white color on #AFBBDB background.


Related colors

Complementary color

Complementary color for #hex is #504424.


I love getcolorcode.com

Triadic colors

1 #DBAFBB and #BBDBAF with #AFBBDB are triadic colors.

2 #DBBBAF and #BBAFDB with #AFBBDB are triadic colors.