COLOR #AFCBED

HEX: #AFCBED
RGB: (175,203,237)

Color info

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

RGB color model

#AFCBED color RGB value is (175,203,237).

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

RGB channels and saturation

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

175
203
237

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 237 = 615 (100%)
R 175 of 615 ~ 28.46%
G 203 of 615 ~ 33.01%
B 237 of 615 ~ 38.54%

%28.46
%33.01
%38.54

CMYK color model

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

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

CMYK percentages

%26.16
%14.35
%0
%7.06

Codes

Color #AFCBED in popluar color models

AFCBED
RGB175203237
HSL213°63.27%80.78%
HSB/HSV213°26.16%92.94%
CMYK26.16%14.35%0.00%
7.06%

Color #AFCBED in popluar number systems.

HEXAFCBED
Decimal175203237
Binary101011111100101111101101
Octal257313355

Shades and tints

Shades of #AFCBED

#AFCBED
(175,203,237)
#A0B9D8
(160,185,216)
#91A7C3
(145,167,195)
#8295AE
(130,149,174)
#738399
(115,131,153)
#647184
(100,113,132)
#555F6F
(85,95,111)
#464D5A
(70,77,90)
#373B45
(55,59,69)
#282930
(40,41,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #AFCBED

#AFCBED
(175,203,237)
#B6CFEE
(182,207,238)
#BDD3EF
(189,211,239)
#C4D7F0
(196,215,240)
#CBDBF1
(203,219,241)
#D2DFF2
(210,223,242)
#D9E3F3
(217,227,243)
#E0E7F4
(224,231,244)
#E7EBF5
(231,235,245)
#EEEFF6
(238,239,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBED; }

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

This text font color is #AFCBED.


Background Color

.myBgColor { background-color: #AFCBED; }

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

This div background color is #AFCBED.


Border color

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

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

This div border color is #AFCBED.


Opacity

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

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

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

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

This text has shadow with #AFCBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBED on black background.


Color preview on white background

This text has color #AFCBED on white background.



Black color preview on #AFCBED background

This text has black color on #AFCBED background.


White color preview on #AFCBED background

This text has white color on #AFCBED background.