COLOR #AFCACD

HEX: #AFCACD
RGB: (175,202,205)

Color info

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

RGB color model

#AFCACD color RGB value is (175,202,205).

  • red value is 175;
  • green value is 202;
  • blue value is 205.
RGB:
(175,202,205)
(69%,79%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 205 of 255 = 80%

175
202
205

R + G + B ~ 76%. #AFCACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 205 = 582 (100%)
R 175 of 582 ~ 30.07%
G 202 of 582 ~ 34.71%
B 205 of 582 ~ 35.22%

%30.07
%34.71
%35.22

CMYK color model

#AFCACD color CMYK value is (15,1,0,20).

  • cyan value is 14.63%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,1,0,20)
C15M1Y0K20 
(15%,1%,0%,20%)
(0.15/0.01/0.00/0.20)	

CMYK percentages

%14.63
%1.46
%0
%19.61

Codes

Color #AFCACD in popluar color models

AFCACD
RGB175202205
HSL186°23.08%74.51%
HSB/HSV186°14.63%80.39%
CMYK14.63%1.46%0.00%
19.61%

Color #AFCACD in popluar number systems.

HEXAFCACD
Decimal175202205
Binary101011111100101011001101
Octal257312315

Shades and tints

Shades of #AFCACD

#AFCACD
(175,202,205)
#A0B8BB
(160,184,187)
#91A6A9
(145,166,169)
#829497
(130,148,151)
#738285
(115,130,133)
#647073
(100,112,115)
#555E61
(85,94,97)
#464C4F
(70,76,79)
#373A3D
(55,58,61)
#28282B
(40,40,43)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AFCACD

#AFCACD
(175,202,205)
#B6CED1
(182,206,209)
#BDD2D5
(189,210,213)
#C4D6D9
(196,214,217)
#CBDADD
(203,218,221)
#D2DEE1
(210,222,225)
#D9E2E5
(217,226,229)
#E0E6E9
(224,230,233)
#E7EAED
(231,234,237)
#EEEEF1
(238,238,241)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCACD; }

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

This text font color is #AFCACD.


Background Color

.myBgColor { background-color: #AFCACD; }

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

This div background color is #AFCACD.


Border color

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

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

This div border color is #AFCACD.


Opacity

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

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

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

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

This text has shadow with #AFCACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCACD on black background.


Color preview on white background

This text has color #AFCACD on white background.



Black color preview on #AFCACD background

This text has black color on #AFCACD background.


White color preview on #AFCACD background

This text has white color on #AFCACD background.