COLOR #AFBBCC

HEX: #AFBBCC RGB: (175,187,204)

Color info

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

RGB color model

#AFBBCC color RGB value is (175,187,204).

RGB: (175,187,204) (69%, 73%, 80%)

RGB channels and saturation

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

175
187
204

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 204 = 566 (100%)
R 175 of 566 ~ 30.92%
G 187 of 566 ~ 33.04%
B 204 of 566 ~ 36.04'%

%30.92
%33.04
%36.04

CMYK color model

#AFBBCC color CMYK value is (14,8,0,20).

  • cyan value is 14.22%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (14,8,0,20)
C14M8Y0K20 (14%, 8%, 0%, 20%)
(0.14 / 0.08 / 0.00 / 0.20)

CMYK percentages

%14.22
%8.33
%0
%20

Codes

Color #AFBBCC in popluar color models

AF BB CC
RGB 175 187 204
HSL 215° 22.14% 74.31%
HSB/HSV 215° 14.22% 80.00%
CMYK 14.22% 8.33% 0.00%
20.00%

Color #AFBBCC in popluar number systems.

HEX AF BB CC
Decimal 175 187 204
Binary 10101111 10111011 11001100
Octal 257 273 314

Shades and tints

Shades of #AFBBCC

#AFBBCC
(175,187,204)
#A0AABA
(160,170,186)
#9199A8
(145,153,168)
#828896
(130,136,150)
#737784
(115,119,132)
#646672
(100,102,114)
#555560
(85,85,96)
#46444E
(70,68,78)
#37333C
(55,51,60)
#28222A
(40,34,42)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AFBBCC

#AFBBCC
(175,187,204)
#B6C1D0
(182,193,208)
#BDC7D4
(189,199,212)
#C4CDD8
(196,205,216)
#CBD3DC
(203,211,220)
#D2D9E0
(210,217,224)
#D9DFE4
(217,223,228)
#E0E5E8
(224,229,232)
#E7EBEC
(231,235,236)
#EEF1F0
(238,241,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBCC; }

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

This text font color is #AFBBCC.

Background Color

.myBgColor { background-color: #AFBBCC; }

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

This div background color is #AFBBCC.

Border color

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

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

This div border color is #AFBBCC.

Opacity

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

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

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

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

This text has shadow with #AFBBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBCC.

Preview

Color preview on black background

This text has color #AFBBCC on black background.


Color preview on white background

This text has color #AFBBCC on white background.


Black color preview on #AFBBCC background

This text has black color on #AFBBCC background.


White color preview on #AFBBCC background

This text has white color on #AFBBCC background.


Related colors

Complementary color

Complementary color for #hex is #504433.


I love getcolorcode.com

Triadic colors

1 #CCAFBB and #BBCCAF with #AFBBCC are triadic colors.

2 #CCBBAF and #BBAFCC with #AFBBCC are triadic colors.