COLOR #AFCBEC

HEX: #AFCBEC
RGB: (175,203,236)

Color info

#AFCBEC contains mainly green and blue colors. Web safe color of #AFCBEC is #99CCFF (or #9CF).

RGB color model

#AFCBEC color RGB value is (175,203,236).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 236 of 255 = 93%

175
203
236

R + G + B ~ 81%. #AFCBEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 236 = 614 (100%)
R 175 of 614 ~ 28.5%
G 203 of 614 ~ 33.06%
B 236 of 614 ~ 38.44%

%28.5
%33.06
%38.44

CMYK color model

#AFCBEC color CMYK value is (26,14,0,7).

  • cyan value is 25.85%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,14,0,7)
C26M14Y0K7 
(26%,14%,0%,7%)
(0.26/0.14/0.00/0.07)	

CMYK percentages

%25.85
%13.98
%0
%7.45

Codes

Color #AFCBEC in popluar color models

AFCBEC
RGB175203236
HSL212°61.62%80.59%
HSB/HSV212°25.85%92.55%
CMYK25.85%13.98%0.00%
7.45%

Color #AFCBEC in popluar number systems.

HEXAFCBEC
Decimal175203236
Binary101011111100101111101100
Octal257313354

Shades and tints

Shades of #AFCBEC

#AFCBEC
(175,203,236)
#A0B9D7
(160,185,215)
#91A7C2
(145,167,194)
#8295AD
(130,149,173)
#738398
(115,131,152)
#647183
(100,113,131)
#555F6E
(85,95,110)
#464D59
(70,77,89)
#373B44
(55,59,68)
#28292F
(40,41,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFCBEC

#AFCBEC
(175,203,236)
#B6CFED
(182,207,237)
#BDD3EE
(189,211,238)
#C4D7EF
(196,215,239)
#CBDBF0
(203,219,240)
#D2DFF1
(210,223,241)
#D9E3F2
(217,227,242)
#E0E7F3
(224,231,243)
#E7EBF4
(231,235,244)
#EEEFF5
(238,239,245)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBEC; }

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

This text font color is #AFCBEC.


Background Color

.myBgColor { background-color: #AFCBEC; }

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

This div background color is #AFCBEC.


Border color

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

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

This div border color is #AFCBEC.


Opacity

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

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

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

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

This text has shadow with #AFCBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBEC on black background.


Color preview on white background

This text has color #AFCBEC on white background.



Black color preview on #AFCBEC background

This text has black color on #AFCBEC background.


White color preview on #AFCBEC background

This text has white color on #AFCBEC background.