COLOR #AFBCCA

HEX: #AFBCCA RGB: (175,188,202)

Color info

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

RGB color model

#AFBCCA color RGB value is (175,188,202).

RGB: (175,188,202) (69%, 74%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 202 of 255 = 79%

175
188
202

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

Portions of RGB colors in percentages

R + G + B = 175 + 188 + 202 = 565 (100%)
R 175 of 565 ~ 30.97%
G 188 of 565 ~ 33.27%
B 202 of 565 ~ 35.75'%

%30.97
%33.27
%35.75

CMYK color model

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

  • cyan value is 13.37%
  • magenta value is 6.93%
  • 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
%6.93
%0
%20.78

Codes

Color #AFBCCA in popluar color models

AF BC CA
RGB 175 188 202
HSL 211° 20.30% 73.92%
HSB/HSV 211° 13.37% 79.22%
CMYK 13.37% 6.93% 0.00%
20.78%

Color #AFBCCA in popluar number systems.

HEX AF BC CA
Decimal 175 188 202
Binary 10101111 10111100 11001010
Octal 257 274 312

Shades and tints

Shades of #AFBCCA

#AFBCCA
(175,188,202)
#A0ABB8
(160,171,184)
#919AA6
(145,154,166)
#828994
(130,137,148)
#737882
(115,120,130)
#646770
(100,103,112)
#55565E
(85,86,94)
#46454C
(70,69,76)
#37343A
(55,52,58)
#282328
(40,35,40)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFBCCA

#AFBCCA
(175,188,202)
#B6C2CE
(182,194,206)
#BDC8D2
(189,200,210)
#C4CED6
(196,206,214)
#CBD4DA
(203,212,218)
#D2DADE
(210,218,222)
#D9E0E2
(217,224,226)
#E0E6E6
(224,230,230)
#E7ECEA
(231,236,234)
#EEF2EE
(238,242,238)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCCA; }

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

This text font color is #AFBCCA.

Background Color

.myBgColor { background-color: #AFBCCA; }

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

This div background color is #AFBCCA.

Border color

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

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

This div border color is #AFBCCA.

Opacity

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

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

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

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

This text has shadow with #AFBCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBCCA.

Preview

Color preview on black background

This text has color #AFBCCA on black background.


Color preview on white background

This text has color #AFBCCA on white background.


Black color preview on #AFBCCA background

This text has black color on #AFBCCA background.


White color preview on #AFBCCA background

This text has white color on #AFBCCA background.


Related colors

Complementary color

Complementary color for #hex is #504335.


I love getcolorcode.com

Triadic colors

1 #CAAFBC and #BCCAAF with #AFBCCA are triadic colors.

2 #CABCAF and #BCAFCA with #AFBCCA are triadic colors.