COLOR #AFCCCD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
204
205

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

Portions of RGB colors in percentages

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

%29.97
%34.93
%35.1

CMYK color model

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

  • cyan value is 14.63%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • 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.49
%0
%19.61

Codes

Color #AFCCCD in popluar color models

AFCCCD
RGB175204205
HSL182°23.08%74.51%
HSB/HSV182°14.63%80.39%
CMYK14.63%0.49%0.00%
19.61%

Color #AFCCCD in popluar number systems.

HEXAFCCCD
Decimal175204205
Binary101011111100110011001101
Octal257314315

Shades and tints

Shades of #AFCCCD

#AFCCCD
(175,204,205)
#A0BABB
(160,186,187)
#91A8A9
(145,168,169)
#829697
(130,150,151)
#738485
(115,132,133)
#647273
(100,114,115)
#556061
(85,96,97)
#464E4F
(70,78,79)
#373C3D
(55,60,61)
#282A2B
(40,42,43)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #AFCCCD

#AFCCCD
(175,204,205)
#B6D0D1
(182,208,209)
#BDD4D5
(189,212,213)
#C4D8D9
(196,216,217)
#CBDCDD
(203,220,221)
#D2E0E1
(210,224,225)
#D9E4E5
(217,228,229)
#E0E8E9
(224,232,233)
#E7ECED
(231,236,237)
#EEF0F1
(238,240,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCCD; }

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

This text font color is #AFCCCD.


Background Color

.myBgColor { background-color: #AFCCCD; }

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

This div background color is #AFCCCD.


Border color

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

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

This div border color is #AFCCCD.


Opacity

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

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

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

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

This text has shadow with #AFCCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCCCD on black background.


Color preview on white background

This text has color #AFCCCD on white background.



Black color preview on #AFCCCD background

This text has black color on #AFCCCD background.


White color preview on #AFCCCD background

This text has white color on #AFCCCD background.