COLOR #AFAEBE

HEX: #AFAEBE RGB: (175,174,190)

Color info

#AFAEBE contains red, green and blue colors in about the same proportion. Web safe color of #AFAEBE is #9999CC (or #99C).

RGB color model

#AFAEBE color RGB value is (175,174,190).

RGB: (175,174,190) (69%, 68%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 190 of 255 = 75%

175
174
190

R + G + B ~ 71%. #AFAEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 190 = 539 (100%)
R 175 of 539 ~ 32.47%
G 174 of 539 ~ 32.28%
B 190 of 539 ~ 35.25'%

%32.47
%32.28
%35.25

CMYK color model

#AFAEBE color CMYK value is (8,8,0,25).

  • cyan value is 7.89%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (8,8,0,25)
C8M8Y0K25 (8%, 8%, 0%, 25%)
(0.08 / 0.08 / 0.00 / 0.25)

CMYK percentages

%7.89
%8.42
%0
%25.49

Codes

Color #AFAEBE in popluar color models

AF AE BE
RGB 175 174 190
HSL 244° 10.96% 71.37%
HSB/HSV 244° 8.42% 74.51%
CMYK 7.89% 8.42% 0.00%
25.49%

Color #AFAEBE in popluar number systems.

HEX AF AE BE
Decimal 175 174 190
Binary 10101111 10101110 10111110
Octal 257 256 276

Shades and tints

Shades of #AFAEBE

#AFAEBE
(175,174,190)
#A09FAD
(160,159,173)
#91909C
(145,144,156)
#82818B
(130,129,139)
#73727A
(115,114,122)
#646369
(100,99,105)
#555458
(85,84,88)
#464547
(70,69,71)
#373636
(55,54,54)
#282725
(40,39,37)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFAEBE

#AFAEBE
(175,174,190)
#B6B5C3
(182,181,195)
#BDBCC8
(189,188,200)
#C4C3CD
(196,195,205)
#CBCAD2
(203,202,210)
#D2D1D7
(210,209,215)
#D9D8DC
(217,216,220)
#E0DFE1
(224,223,225)
#E7E6E6
(231,230,230)
#EEEDEB
(238,237,235)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEBE; }

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

This text font color is #AFAEBE.

Background Color

.myBgColor { background-color: #AFAEBE; }

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

This div background color is #AFAEBE.

Border color

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

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

This div border color is #AFAEBE.

Opacity

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

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

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

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

This text has shadow with #AFAEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEBE.

Preview

Color preview on black background

This text has color #AFAEBE on black background.


Color preview on white background

This text has color #AFAEBE on white background.


Black color preview on #AFAEBE background

This text has black color on #AFAEBE background.


White color preview on #AFAEBE background

This text has white color on #AFAEBE background.


Related colors

Complementary color

Complementary color for #hex is #505141.


I love getcolorcode.com

Triadic colors

1 #BEAFAE and #AEBEAF with #AFAEBE are triadic colors.

2 #BEAEAF and #AEAFBE with #AFAEBE are triadic colors.