COLOR #AFCBCE

HEX: #AFCBCE
RGB: (175,203,206)

Color info

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

RGB color model

#AFCBCE color RGB value is (175,203,206).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 206 of 255 = 81%

175
203
206

R + G + B ~ 77%. #AFCBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 206 = 584 (100%)
R 175 of 584 ~ 29.97%
G 203 of 584 ~ 34.76%
B 206 of 584 ~ 35.27%

%29.97
%34.76
%35.27

CMYK color model

#AFCBCE color CMYK value is (15,1,0,19).

  • cyan value is 15.05%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(15,1,0,19)
C15M1Y0K19 
(15%,1%,0%,19%)
(0.15/0.01/0.00/0.19)	

CMYK percentages

%15.05
%1.46
%0
%19.22

Codes

Color #AFCBCE in popluar color models

AFCBCE
RGB175203206
HSL186°24.03%74.71%
HSB/HSV186°15.05%80.78%
CMYK15.05%1.46%0.00%
19.22%

Color #AFCBCE in popluar number systems.

HEXAFCBCE
Decimal175203206
Binary101011111100101111001110
Octal257313316

Shades and tints

Shades of #AFCBCE

#AFCBCE
(175,203,206)
#A0B9BC
(160,185,188)
#91A7AA
(145,167,170)
#829598
(130,149,152)
#738386
(115,131,134)
#647174
(100,113,116)
#555F62
(85,95,98)
#464D50
(70,77,80)
#373B3E
(55,59,62)
#28292C
(40,41,44)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFCBCE

#AFCBCE
(175,203,206)
#B6CFD2
(182,207,210)
#BDD3D6
(189,211,214)
#C4D7DA
(196,215,218)
#CBDBDE
(203,219,222)
#D2DFE2
(210,223,226)
#D9E3E6
(217,227,230)
#E0E7EA
(224,231,234)
#E7EBEE
(231,235,238)
#EEEFF2
(238,239,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBCE; }

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

This text font color is #AFCBCE.


Background Color

.myBgColor { background-color: #AFCBCE; }

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

This div background color is #AFCBCE.


Border color

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

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

This div border color is #AFCBCE.


Opacity

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

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

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

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

This text has shadow with #AFCBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBCE on black background.


Color preview on white background

This text has color #AFCBCE on white background.



Black color preview on #AFCBCE background

This text has black color on #AFCBCE background.


White color preview on #AFCBCE background

This text has white color on #AFCBCE background.