COLOR #AFC5CB

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

Color info

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

RGB color model

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

  • red value is 175;
  • green value is 197;
  • blue value is 203.
RGB:
(175,197,203)
(69%,77%,80%)

RGB channels and saturation

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

175
197
203

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

Portions of RGB colors in percentages

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

%30.43
%34.26
%35.3

CMYK color model

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

  • cyan value is 13.79%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,3,0,20)
C14M3Y0K20 
(14%,3%,0%,20%)
(0.14/0.03/0.00/0.20)	

CMYK percentages

%13.79
%2.96
%0
%20.39

Codes

Color #AFC5CB in popluar color models

AFC5CB
RGB175197203
HSL193°21.21%74.12%
HSB/HSV193°13.79%79.61%
CMYK13.79%2.96%0.00%
20.39%

Color #AFC5CB in popluar number systems.

HEXAFC5CB
Decimal175197203
Binary101011111100010111001011
Octal257305313

Shades and tints

Shades of #AFC5CB

#AFC5CB
(175,197,203)
#A0B4B9
(160,180,185)
#91A3A7
(145,163,167)
#829295
(130,146,149)
#738183
(115,129,131)
#647071
(100,112,113)
#555F5F
(85,95,95)
#464E4D
(70,78,77)
#373D3B
(55,61,59)
#282C29
(40,44,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #AFC5CB

#AFC5CB
(175,197,203)
#B6CACF
(182,202,207)
#BDCFD3
(189,207,211)
#C4D4D7
(196,212,215)
#CBD9DB
(203,217,219)
#D2DEDF
(210,222,223)
#D9E3E3
(217,227,227)
#E0E8E7
(224,232,231)
#E7EDEB
(231,237,235)
#EEF2EF
(238,242,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC5CB; }

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

This text font color is #AFC5CB.


Background Color

.myBgColor { background-color: #AFC5CB; }

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

This div background color is #AFC5CB.


Border color

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

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

This div border color is #AFC5CB.


Opacity

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

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

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

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

This text has shadow with #AFC5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5CB on black background.


Color preview on white background

This text has color #AFC5CB on white background.



Black color preview on #AFC5CB background

This text has black color on #AFC5CB background.


White color preview on #AFC5CB background

This text has white color on #AFC5CB background.