COLOR #AFC3CB

HEX: #AFC3CB RGB: (175,195,203)

Color info

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

RGB color model

#AFC3CB color RGB value is (175,195,203).

RGB: (175,195,203) (69%, 76%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 203 of 255 = 80%

175
195
203

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

Portions of RGB colors in percentages

R + G + B = 175 + 195 + 203 = 573 (100%)
R 175 of 573 ~ 30.54%
G 195 of 573 ~ 34.03%
B 203 of 573 ~ 35.43'%

%30.54
%34.03
%35.43

CMYK color model

#AFC3CB color CMYK value is (14,4,0,20).

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

CMYK: (14,4,0,20)
C14M4Y0K20 (14%, 4%, 0%, 20%)
(0.14 / 0.04 / 0.00 / 0.20)

CMYK percentages

%13.79
%3.94
%0
%20.39

Codes

Color #AFC3CB in popluar color models

AF C3 CB
RGB 175 195 203
HSL 197° 21.21% 74.12%
HSB/HSV 197° 13.79% 79.61%
CMYK 13.79% 3.94% 0.00%
20.39%

Color #AFC3CB in popluar number systems.

HEX AF C3 CB
Decimal 175 195 203
Binary 10101111 11000011 11001011
Octal 257 303 313

Shades and tints

Shades of #AFC3CB

#AFC3CB
(175,195,203)
#A0B2B9
(160,178,185)
#91A1A7
(145,161,167)
#829095
(130,144,149)
#737F83
(115,127,131)
#646E71
(100,110,113)
#555D5F
(85,93,95)
#464C4D
(70,76,77)
#373B3B
(55,59,59)
#282A29
(40,42,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFC3CB

#AFC3CB
(175,195,203)
#B6C8CF
(182,200,207)
#BDCDD3
(189,205,211)
#C4D2D7
(196,210,215)
#CBD7DB
(203,215,219)
#D2DCDF
(210,220,223)
#D9E1E3
(217,225,227)
#E0E6E7
(224,230,231)
#E7EBEB
(231,235,235)
#EEF0EF
(238,240,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3CB; }

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

This text font color is #AFC3CB.

Background Color

.myBgColor { background-color: #AFC3CB; }

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

This div background color is #AFC3CB.

Border color

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

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

This div border color is #AFC3CB.

Opacity

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

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

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

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

This text has shadow with #AFC3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC3CB.

Preview

Color preview on black background

This text has color #AFC3CB on black background.


Color preview on white background

This text has color #AFC3CB on white background.


Black color preview on #AFC3CB background

This text has black color on #AFC3CB background.


White color preview on #AFC3CB background

This text has white color on #AFC3CB background.


Related colors

Complementary color

Complementary color for #AFC3CB is #503C34.


I love getcolorcode.com

Triadic colors

1 #CBAFC3 and #C3CBAF with #AFC3CB are triadic colors.

2 #CBC3AF and #C3AFCB with #AFC3CB are triadic colors.