COLOR #AFCEC3

HEX: #AFCEC3
RGB: (175,206,195)

Color info

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

RGB color model

#AFCEC3 color RGB value is (175,206,195).

  • red value is 175;
  • green value is 206;
  • blue value is 195.
RGB:
(175,206,195)
(69%,81%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 195 of 255 = 76%

175
206
195

R + G + B ~ 75%. #AFCEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 206 + 195 = 576 (100%)
R 175 of 576 ~ 30.38%
G 206 of 576 ~ 35.76%
B 195 of 576 ~ 33.85%

%30.38
%35.76
%33.85

CMYK color model

#AFCEC3 color CMYK value is (15,0,5,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(15,0,5,19)
C15M0Y5K19 
(15%,0%,5%,19%)
(0.15/0.00/0.05/0.19)	

CMYK percentages

%15.05
%0
%5.34
%19.22

Codes

Color #AFCEC3 in popluar color models

AFCEC3
RGB175206195
HSL159°24.03%74.71%
HSB/HSV159°15.05%80.78%
CMYK15.05%0.00%5.34%
19.22%

Color #AFCEC3 in popluar number systems.

HEXAFCEC3
Decimal175206195
Binary101011111100111011000011
Octal257316303

Shades and tints

Shades of #AFCEC3

#AFCEC3
(175,206,195)
#A0BCB2
(160,188,178)
#91AAA1
(145,170,161)
#829890
(130,152,144)
#73867F
(115,134,127)
#64746E
(100,116,110)
#55625D
(85,98,93)
#46504C
(70,80,76)
#373E3B
(55,62,59)
#282C2A
(40,44,42)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #AFCEC3

#AFCEC3
(175,206,195)
#B6D2C8
(182,210,200)
#BDD6CD
(189,214,205)
#C4DAD2
(196,218,210)
#CBDED7
(203,222,215)
#D2E2DC
(210,226,220)
#D9E6E1
(217,230,225)
#E0EAE6
(224,234,230)
#E7EEEB
(231,238,235)
#EEF2F0
(238,242,240)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCEC3 color. Also use rgb(175,206,195) instead hex code.

Text Font Color

.myTextColor { color: #AFCEC3; }

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

This text font color is #AFCEC3.


Background Color

.myBgColor { background-color: #AFCEC3; }

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

This div background color is #AFCEC3.


Border color

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

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

This div border color is #AFCEC3.


Opacity

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

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

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

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

This text has shadow with #AFCEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCEC3 on black background.


Color preview on white background

This text has color #AFCEC3 on white background.



Black color preview on #AFCEC3 background

This text has black color on #AFCEC3 background.


White color preview on #AFCEC3 background

This text has white color on #AFCEC3 background.