COLOR #AFCDCC

HEX: #AFCDCC
RGB: (175,205,204)

Color info

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

RGB color model

#AFCDCC color RGB value is (175,205,204).

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

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 204 of 255 = 80%

175
205
204

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

Portions of RGB colors in percentages

R + G + B =
175 + 205 + 204 = 584 (100%)
R 175 of 584 ~ 29.97%
G 205 of 584 ~ 35.1%
B 204 of 584 ~ 34.93%

%29.97
%35.1
%34.93

CMYK color model

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

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%
CMYK:
(15,0,0,20)
C15M0Y0K20 
(15%,0%,0%,20%)
(0.15/0.00/0.00/0.20)	

CMYK percentages

%14.63
%0
%0.49
%19.61

Codes

Color #AFCDCC in popluar color models

AFCDCC
RGB175205204
HSL178°23.08%74.51%
HSB/HSV178°14.63%80.39%
CMYK14.63%0.00%0.49%
19.61%

Color #AFCDCC in popluar number systems.

HEXAFCDCC
Decimal175205204
Binary101011111100110111001100
Octal257315314

Shades and tints

Shades of #AFCDCC

#AFCDCC
(175,205,204)
#A0BBBA
(160,187,186)
#91A9A8
(145,169,168)
#829796
(130,151,150)
#738584
(115,133,132)
#647372
(100,115,114)
#556160
(85,97,96)
#464F4E
(70,79,78)
#373D3C
(55,61,60)
#282B2A
(40,43,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFCDCC

#AFCDCC
(175,205,204)
#B6D1D0
(182,209,208)
#BDD5D4
(189,213,212)
#C4D9D8
(196,217,216)
#CBDDDC
(203,221,220)
#D2E1E0
(210,225,224)
#D9E5E4
(217,229,228)
#E0E9E8
(224,233,232)
#E7EDEC
(231,237,236)
#EEF1F0
(238,241,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDCC; }

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

This text font color is #AFCDCC.


Background Color

.myBgColor { background-color: #AFCDCC; }

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

This div background color is #AFCDCC.


Border color

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

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

This div border color is #AFCDCC.


Opacity

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

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

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

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

This text has shadow with #AFCDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCDCC on black background.


Color preview on white background

This text has color #AFCDCC on white background.



Black color preview on #AFCDCC background

This text has black color on #AFCDCC background.


White color preview on #AFCDCC background

This text has white color on #AFCDCC background.