COLOR #AFBBCD

HEX: #AFBBCD
RGB: (175,187,205)

Color info

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

RGB color model

#AFBBCD color RGB value is (175,187,205).

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

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 205 of 255 = 80%

175
187
205

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

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 205 = 567 (100%)
R 175 of 567 ~ 30.86%
G 187 of 567 ~ 32.98%
B 205 of 567 ~ 36.16%

%30.86
%32.98
%36.16

CMYK color model

#AFBBCD color CMYK value is (15,9,0,20).

  • cyan value is 14.63%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,9,0,20)
C15M9Y0K20 
(15%,9%,0%,20%)
(0.15/0.09/0.00/0.20)	

CMYK percentages

%14.63
%8.78
%0
%19.61

Codes

Color #AFBBCD in popluar color models

AFBBCD
RGB175187205
HSL216°23.08%74.51%
HSB/HSV216°14.63%80.39%
CMYK14.63%8.78%0.00%
19.61%

Color #AFBBCD in popluar number systems.

HEXAFBBCD
Decimal175187205
Binary101011111011101111001101
Octal257273315

Shades and tints

Shades of #AFBBCD

#AFBBCD
(175,187,205)
#A0AABB
(160,170,187)
#9199A9
(145,153,169)
#828897
(130,136,151)
#737785
(115,119,133)
#646673
(100,102,115)
#555561
(85,85,97)
#46444F
(70,68,79)
#37333D
(55,51,61)
#28222B
(40,34,43)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #AFBBCD

#AFBBCD
(175,187,205)
#B6C1D1
(182,193,209)
#BDC7D5
(189,199,213)
#C4CDD9
(196,205,217)
#CBD3DD
(203,211,221)
#D2D9E1
(210,217,225)
#D9DFE5
(217,223,229)
#E0E5E9
(224,229,233)
#E7EBED
(231,235,237)
#EEF1F1
(238,241,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBCD; }

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

This text font color is #AFBBCD.


Background Color

.myBgColor { background-color: #AFBBCD; }

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

This div background color is #AFBBCD.


Border color

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

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

This div border color is #AFBBCD.


Opacity

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

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

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

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

This text has shadow with #AFBBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBCD on black background.


Color preview on white background

This text has color #AFBBCD on white background.



Black color preview on #AFBBCD background

This text has black color on #AFBBCD background.


White color preview on #AFBBCD background

This text has white color on #AFBBCD background.