COLOR #AFBBCA

HEX: #AFBBCA RGB: (175,187,202)

Color info

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

RGB color model

#AFBBCA color RGB value is (175,187,202).

RGB: (175,187,202) (69%, 73%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 202 of 255 = 79%

175
187
202

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 202 = 564 (100%)
R 175 of 564 ~ 31.03%
G 187 of 564 ~ 33.16%
B 202 of 564 ~ 35.82'%

%31.03
%33.16
%35.82

CMYK color model

#AFBBCA color CMYK value is (13,7,0,21).

  • cyan value is 13.37%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (13,7,0,21)
C13M7Y0K21 (13%, 7%, 0%, 21%)
(0.13 / 0.07 / 0.00 / 0.21)

CMYK percentages

%13.37
%7.43
%0
%20.78

Codes

Color #AFBBCA in popluar color models

AF BB CA
RGB 175 187 202
HSL 213° 20.30% 73.92%
HSB/HSV 213° 13.37% 79.22%
CMYK 13.37% 7.43% 0.00%
20.78%

Color #AFBBCA in popluar number systems.

HEX AF BB CA
Decimal 175 187 202
Binary 10101111 10111011 11001010
Octal 257 273 312

Shades and tints

Shades of #AFBBCA

#AFBBCA
(175,187,202)
#A0AAB8
(160,170,184)
#9199A6
(145,153,166)
#828894
(130,136,148)
#737782
(115,119,130)
#646670
(100,102,112)
#55555E
(85,85,94)
#46444C
(70,68,76)
#37333A
(55,51,58)
#282228
(40,34,40)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AFBBCA

#AFBBCA
(175,187,202)
#B6C1CE
(182,193,206)
#BDC7D2
(189,199,210)
#C4CDD6
(196,205,214)
#CBD3DA
(203,211,218)
#D2D9DE
(210,217,222)
#D9DFE2
(217,223,226)
#E0E5E6
(224,229,230)
#E7EBEA
(231,235,234)
#EEF1EE
(238,241,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBCA; }

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

This text font color is #AFBBCA.

Background Color

.myBgColor { background-color: #AFBBCA; }

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

This div background color is #AFBBCA.

Border color

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

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

This div border color is #AFBBCA.

Opacity

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

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

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

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

This text has shadow with #AFBBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBCA.

Preview

Color preview on black background

This text has color #AFBBCA on black background.


Color preview on white background

This text has color #AFBBCA on white background.


Black color preview on #AFBBCA background

This text has black color on #AFBBCA background.


White color preview on #AFBBCA background

This text has white color on #AFBBCA background.


Related colors

Complementary color

Complementary color for #hex is #504435.


I love getcolorcode.com

Triadic colors

1 #CAAFBB and #BBCAAF with #AFBBCA are triadic colors.

2 #CABBAF and #BBAFCA with #AFBBCA are triadic colors.