COLOR #AFBEEE

HEX: #AFBEEE RGB: (175,190,238)

Color info

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

RGB color model

#AFBEEE color RGB value is (175,190,238).

RGB: (175,190,238) (69%, 75%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 238 of 255 = 93%

175
190
238

R + G + B ~ 79%. #AFBEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 238 = 603 (100%)
R 175 of 603 ~ 29.02%
G 190 of 603 ~ 31.51%
B 238 of 603 ~ 39.47'%

%29.02
%31.51
%39.47

CMYK color model

#AFBEEE color CMYK value is (26,20,0,7).

  • cyan value is 26.47%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (26,20,0,7)
C26M20Y0K7 (26%, 20%, 0%, 7%)
(0.26 / 0.20 / 0.00 / 0.07)

CMYK percentages

%26.47
%20.17
%0
%6.67

Codes

Color #AFBEEE in popluar color models

AF BE EE
RGB 175 190 238
HSL 226° 64.95% 80.98%
HSB/HSV 226° 26.47% 93.33%
CMYK 26.47% 20.17% 0.00%
6.67%

Color #AFBEEE in popluar number systems.

HEX AF BE EE
Decimal 175 190 238
Binary 10101111 10111110 11101110
Octal 257 276 356

Shades and tints

Shades of #AFBEEE

#AFBEEE
(175,190,238)
#A0ADD9
(160,173,217)
#919CC4
(145,156,196)
#828BAF
(130,139,175)
#737A9A
(115,122,154)
#646985
(100,105,133)
#555870
(85,88,112)
#46475B
(70,71,91)
#373646
(55,54,70)
#282531
(40,37,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #AFBEEE

#AFBEEE
(175,190,238)
#B6C3EF
(182,195,239)
#BDC8F0
(189,200,240)
#C4CDF1
(196,205,241)
#CBD2F2
(203,210,242)
#D2D7F3
(210,215,243)
#D9DCF4
(217,220,244)
#E0E1F5
(224,225,245)
#E7E6F6
(231,230,246)
#EEEBF7
(238,235,247)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBEEE color. Also use rgb(175,190,238) instead hex code.

Text Font Color

.myTextColor { color: #AFBEEE; }

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

This text font color is #AFBEEE.

Background Color

.myBgColor { background-color: #AFBEEE; }

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

This div background color is #AFBEEE.

Border color

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

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

This div border color is #AFBEEE.

Opacity

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

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

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

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

This text has shadow with #AFBEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBEEE.

Preview

Color preview on black background

This text has color #AFBEEE on black background.


Color preview on white background

This text has color #AFBEEE on white background.


Black color preview on #AFBEEE background

This text has black color on #AFBEEE background.


White color preview on #AFBEEE background

This text has white color on #AFBEEE background.


Related colors

Complementary color

Complementary color for #hex is #504111.


I love getcolorcode.com

Triadic colors

1 #EEAFBE and #BEEEAF with #AFBEEE are triadic colors.

2 #EEBEAF and #BEAFEE with #AFBEEE are triadic colors.