COLOR #AFCFDA

HEX: #AFCFDA
RGB: (175,207,218)

Color info

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

RGB color model

#AFCFDA color RGB value is (175,207,218).

  • red value is 175;
  • green value is 207;
  • blue value is 218.
RGB:
(175,207,218)
(69%,81%,85%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 218 of 255 = 85%

175
207
218

R + G + B ~ 78%. #AFCFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 207 + 218 = 600 (100%)
R 175 of 600 ~ 29.17%
G 207 of 600 ~ 34.5%
B 218 of 600 ~ 36.33%

%29.17
%34.5
%36.33

CMYK color model

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

  • cyan value is 19.72%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,5,0,15)
C20M5Y0K15 
(20%,5%,0%,15%)
(0.20/0.05/0.00/0.15)	

CMYK percentages

%19.72
%5.05
%0
%14.51

Codes

Color #AFCFDA in popluar color models

AFCFDA
RGB175207218
HSL195°36.75%77.06%
HSB/HSV195°19.72%85.49%
CMYK19.72%5.05%0.00%
14.51%

Color #AFCFDA in popluar number systems.

HEXAFCFDA
Decimal175207218
Binary101011111100111111011010
Octal257317332

Shades and tints

Shades of #AFCFDA

#AFCFDA
(175,207,218)
#A0BDC7
(160,189,199)
#91ABB4
(145,171,180)
#8299A1
(130,153,161)
#73878E
(115,135,142)
#64757B
(100,117,123)
#556368
(85,99,104)
#465155
(70,81,85)
#373F42
(55,63,66)
#282D2F
(40,45,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #AFCFDA

#AFCFDA
(175,207,218)
#B6D3DD
(182,211,221)
#BDD7E0
(189,215,224)
#C4DBE3
(196,219,227)
#CBDFE6
(203,223,230)
#D2E3E9
(210,227,233)
#D9E7EC
(217,231,236)
#E0EBEF
(224,235,239)
#E7EFF2
(231,239,242)
#EEF3F5
(238,243,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCFDA color. Also use rgb(175,207,218) instead hex code.

Text Font Color

.myTextColor { color: #AFCFDA; }

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

This text font color is #AFCFDA.


Background Color

.myBgColor { background-color: #AFCFDA; }

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

This div background color is #AFCFDA.


Border color

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

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

This div border color is #AFCFDA.


Opacity

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

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

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

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

This text has shadow with #AFCFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCFDA on black background.


Color preview on white background

This text has color #AFCFDA on white background.



Black color preview on #AFCFDA background

This text has black color on #AFCFDA background.


White color preview on #AFCFDA background

This text has white color on #AFCFDA background.