COLOR #AFCBEB

HEX: #AFCBEB
RGB: (175,203,235)

Color info

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

RGB color model

#AFCBEB color RGB value is (175,203,235).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 235 of 255 = 92%

175
203
235

R + G + B ~ 80%. #AFCBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 235 = 613 (100%)
R 175 of 613 ~ 28.55%
G 203 of 613 ~ 33.12%
B 235 of 613 ~ 38.34%

%28.55
%33.12
%38.34

CMYK color model

#AFCBEB color CMYK value is (26,14,0,8).

  • cyan value is 25.53%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,14,0,8)
C26M14Y0K8 
(26%,14%,0%,8%)
(0.26/0.14/0.00/0.08)	

CMYK percentages

%25.53
%13.62
%0
%7.84

Codes

Color #AFCBEB in popluar color models

AFCBEB
RGB175203235
HSL212°60.00%80.39%
HSB/HSV212°25.53%92.16%
CMYK25.53%13.62%0.00%
7.84%

Color #AFCBEB in popluar number systems.

HEXAFCBEB
Decimal175203235
Binary101011111100101111101011
Octal257313353

Shades and tints

Shades of #AFCBEB

#AFCBEB
(175,203,235)
#A0B9D6
(160,185,214)
#91A7C1
(145,167,193)
#8295AC
(130,149,172)
#738397
(115,131,151)
#647182
(100,113,130)
#555F6D
(85,95,109)
#464D58
(70,77,88)
#373B43
(55,59,67)
#28292E
(40,41,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFCBEB

#AFCBEB
(175,203,235)
#B6CFEC
(182,207,236)
#BDD3ED
(189,211,237)
#C4D7EE
(196,215,238)
#CBDBEF
(203,219,239)
#D2DFF0
(210,223,240)
#D9E3F1
(217,227,241)
#E0E7F2
(224,231,242)
#E7EBF3
(231,235,243)
#EEEFF4
(238,239,244)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBEB; }

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

This text font color is #AFCBEB.


Background Color

.myBgColor { background-color: #AFCBEB; }

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

This div background color is #AFCBEB.


Border color

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

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

This div border color is #AFCBEB.


Opacity

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

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

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

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

This text has shadow with #AFCBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBEB on black background.


Color preview on white background

This text has color #AFCBEB on white background.



Black color preview on #AFCBEB background

This text has black color on #AFCBEB background.


White color preview on #AFCBEB background

This text has white color on #AFCBEB background.