COLOR #AFBCD4

HEX: #AFBCD4 RGB: (175,188,212)

Color info

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

RGB color model

#AFBCD4 color RGB value is (175,188,212).

RGB: (175,188,212) (69%, 74%, 83%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 212 of 255 = 83%

175
188
212

R + G + B ~ 75%. #AFBCD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 188 + 212 = 575 (100%)
R 175 of 575 ~ 30.43%
G 188 of 575 ~ 32.7%
B 212 of 575 ~ 36.87'%

%30.43
%32.7
%36.87

CMYK color model

#AFBCD4 color CMYK value is (17,11,0,17).

  • cyan value is 17.45%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (17,11,0,17)
C17M11Y0K17 (17%, 11%, 0%, 17%)
(0.17 / 0.11 / 0.00 / 0.17)

CMYK percentages

%17.45
%11.32
%0
%16.86

Codes

Color #AFBCD4 in popluar color models

AF BC D4
RGB 175 188 212
HSL 219° 30.08% 75.88%
HSB/HSV 219° 17.45% 83.14%
CMYK 17.45% 11.32% 0.00%
16.86%

Color #AFBCD4 in popluar number systems.

HEX AF BC D4
Decimal 175 188 212
Binary 10101111 10111100 11010100
Octal 257 274 324

Shades and tints

Shades of #AFBCD4

#AFBCD4
(175,188,212)
#A0ABC1
(160,171,193)
#919AAE
(145,154,174)
#82899B
(130,137,155)
#737888
(115,120,136)
#646775
(100,103,117)
#555662
(85,86,98)
#46454F
(70,69,79)
#37343C
(55,52,60)
#282329
(40,35,41)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFBCD4

#AFBCD4
(175,188,212)
#B6C2D7
(182,194,215)
#BDC8DA
(189,200,218)
#C4CEDD
(196,206,221)
#CBD4E0
(203,212,224)
#D2DAE3
(210,218,227)
#D9E0E6
(217,224,230)
#E0E6E9
(224,230,233)
#E7ECEC
(231,236,236)
#EEF2EF
(238,242,239)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCD4; }

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

This text font color is #AFBCD4.

Background Color

.myBgColor { background-color: #AFBCD4; }

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

This div background color is #AFBCD4.

Border color

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

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

This div border color is #AFBCD4.

Opacity

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

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

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

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

This text has shadow with #AFBCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBCD4.

Preview

Color preview on black background

This text has color #AFBCD4 on black background.


Color preview on white background

This text has color #AFBCD4 on white background.


Black color preview on #AFBCD4 background

This text has black color on #AFBCD4 background.


White color preview on #AFBCD4 background

This text has white color on #AFBCD4 background.


Related colors

Complementary color

Complementary color for #hex is #50432B.


I love getcolorcode.com

Triadic colors

1 #D4AFBC and #BCD4AF with #AFBCD4 are triadic colors.

2 #D4BCAF and #BCAFD4 with #AFBCD4 are triadic colors.