COLOR #AFDFCA

HEX: #AFDFCA
RGB: (175,223,202)

Color info

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

RGB color model

#AFDFCA color RGB value is (175,223,202).

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

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 202 of 255 = 79%

175
223
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 202 = 600 (100%)
R 175 of 600 ~ 29.17%
G 223 of 600 ~ 37.17%
B 202 of 600 ~ 33.67%

%29.17
%37.17
%33.67

CMYK color model

#AFDFCA color CMYK value is (22,0,9,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(22,0,9,13)
C22M0Y9K13 
(22%,0%,9%,13%)
(0.22/0.00/0.09/0.13)	

CMYK percentages

%21.52
%0
%9.42
%12.55

Codes

Color #AFDFCA in popluar color models

AFDFCA
RGB175223202
HSL154°42.86%78.04%
HSB/HSV154°21.52%87.45%
CMYK21.52%0.00%9.42%
12.55%

Color #AFDFCA in popluar number systems.

HEXAFDFCA
Decimal175223202
Binary101011111101111111001010
Octal257337312

Shades and tints

Shades of #AFDFCA

#AFDFCA
(175,223,202)
#A0CBB8
(160,203,184)
#91B7A6
(145,183,166)
#82A394
(130,163,148)
#738F82
(115,143,130)
#647B70
(100,123,112)
#55675E
(85,103,94)
#46534C
(70,83,76)
#373F3A
(55,63,58)
#282B28
(40,43,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFDFCA

#AFDFCA
(175,223,202)
#B6E1CE
(182,225,206)
#BDE3D2
(189,227,210)
#C4E5D6
(196,229,214)
#CBE7DA
(203,231,218)
#D2E9DE
(210,233,222)
#D9EBE2
(217,235,226)
#E0EDE6
(224,237,230)
#E7EFEA
(231,239,234)
#EEF1EE
(238,241,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDFCA; }

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

This text font color is #AFDFCA.


Background Color

.myBgColor { background-color: #AFDFCA; }

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

This div background color is #AFDFCA.


Border color

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

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

This div border color is #AFDFCA.


Opacity

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

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

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

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

This text has shadow with #AFDFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDFCA on black background.


Color preview on white background

This text has color #AFDFCA on white background.



Black color preview on #AFDFCA background

This text has black color on #AFDFCA background.


White color preview on #AFDFCA background

This text has white color on #AFDFCA background.