COLOR #AFDEFA

HEX: #AFDEFA
RGB: (175,222,250)

Color info

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

RGB color model

#AFDEFA color RGB value is (175,222,250).

  • red value is 175;
  • green value is 222;
  • blue value is 250.
RGB:
(175,222,250)
(69%,87%,98%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 250 of 255 = 98%

175
222
250

R + G + B ~ 85%. #AFDEFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 222 + 250 = 647 (100%)
R 175 of 647 ~ 27.05%
G 222 of 647 ~ 34.31%
B 250 of 647 ~ 38.64%

%27.05
%34.31
%38.64

CMYK color model

#AFDEFA color CMYK value is (30,11,0,2).

  • cyan value is 30.00%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,11,0,2)
C30M11Y0K2 
(30%,11%,0%,2%)
(0.30/0.11/0.00/0.02)	

CMYK percentages

%30
%11.2
%0
%1.96

Codes

Color #AFDEFA in popluar color models

AFDEFA
RGB175222250
HSL202°88.24%83.33%
HSB/HSV202°30.00%98.04%
CMYK30.00%11.20%0.00%
1.96%

Color #AFDEFA in popluar number systems.

HEXAFDEFA
Decimal175222250
Binary101011111101111011111010
Octal257336372

Shades and tints

Shades of #AFDEFA

#AFDEFA
(175,222,250)
#A0CAE4
(160,202,228)
#91B6CE
(145,182,206)
#82A2B8
(130,162,184)
#738EA2
(115,142,162)
#647A8C
(100,122,140)
#556676
(85,102,118)
#465260
(70,82,96)
#373E4A
(55,62,74)
#282A34
(40,42,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #AFDEFA

#AFDEFA
(175,222,250)
#B6E1FA
(182,225,250)
#BDE4FA
(189,228,250)
#C4E7FA
(196,231,250)
#CBEAFA
(203,234,250)
#D2EDFA
(210,237,250)
#D9F0FA
(217,240,250)
#E0F3FA
(224,243,250)
#E7F6FA
(231,246,250)
#EEF9FA
(238,249,250)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDEFA color. Also use rgb(175,222,250) instead hex code.

Text Font Color

.myTextColor { color: #AFDEFA; }

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

This text font color is #AFDEFA.


Background Color

.myBgColor { background-color: #AFDEFA; }

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

This div background color is #AFDEFA.


Border color

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

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

This div border color is #AFDEFA.


Opacity

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

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

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

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

This text has shadow with #AFDEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDEFA on black background.


Color preview on white background

This text has color #AFDEFA on white background.



Black color preview on #AFDEFA background

This text has black color on #AFDEFA background.


White color preview on #AFDEFA background

This text has white color on #AFDEFA background.