COLOR #AFCBC5

HEX: #AFCBC5 RGB: (175,203,197)

Color info

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

RGB color model

#AFCBC5 color RGB value is (175,203,197).

RGB: (175,203,197) (69%, 80%, 77%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 197 of 255 = 77%

175
203
197

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

Portions of RGB colors in percentages

R + G + B = 175 + 203 + 197 = 575 (100%)
R 175 of 575 ~ 30.43%
G 203 of 575 ~ 35.3%
B 197 of 575 ~ 34.26'%

%30.43
%35.3
%34.26

CMYK color model

#AFCBC5 color CMYK value is (14,0,3,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 20.39%

CMYK: (14,0,3,20)
C14M0Y3K20 (14%, 0%, 3%, 20%)
(0.14 / 0.00 / 0.03 / 0.20)

CMYK percentages

%13.79
%0
%2.96
%20.39

Codes

Color #AFCBC5 in popluar color models

AF CB C5
RGB 175 203 197
HSL 167° 21.21% 74.12%
HSB/HSV 167° 13.79% 79.61%
CMYK 13.79% 0.00% 2.96%
20.39%

Color #AFCBC5 in popluar number systems.

HEX AF CB C5
Decimal 175 203 197
Binary 10101111 11001011 11000101
Octal 257 313 305

Shades and tints

Shades of #AFCBC5

#AFCBC5
(175,203,197)
#A0B9B4
(160,185,180)
#91A7A3
(145,167,163)
#829592
(130,149,146)
#738381
(115,131,129)
#647170
(100,113,112)
#555F5F
(85,95,95)
#464D4E
(70,77,78)
#373B3D
(55,59,61)
#28292C
(40,41,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #AFCBC5

#AFCBC5
(175,203,197)
#B6CFCA
(182,207,202)
#BDD3CF
(189,211,207)
#C4D7D4
(196,215,212)
#CBDBD9
(203,219,217)
#D2DFDE
(210,223,222)
#D9E3E3
(217,227,227)
#E0E7E8
(224,231,232)
#E7EBED
(231,235,237)
#EEEFF2
(238,239,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCBC5 color. Also use rgb(175,203,197) instead hex code.

Text Font Color

.myTextColor { color: #AFCBC5; }

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

This text font color is #AFCBC5.

Background Color

.myBgColor { background-color: #AFCBC5; }

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

This div background color is #AFCBC5.

Border color

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

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

This div border color is #AFCBC5.

Opacity

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

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

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

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

This text has shadow with #AFCBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCBC5.

Preview

Color preview on black background

This text has color #AFCBC5 on black background.


Color preview on white background

This text has color #AFCBC5 on white background.


Black color preview on #AFCBC5 background

This text has black color on #AFCBC5 background.


White color preview on #AFCBC5 background

This text has white color on #AFCBC5 background.


Related colors

Complementary color

Complementary color for #hex is #50343A.


I love getcolorcode.com

Triadic colors

1 #C5AFCB and #CBC5AF with #AFCBC5 are triadic colors.

2 #C5CBAF and #CBAFC5 with #AFCBC5 are triadic colors.