COLOR #AF7ECB

HEX: #AF7ECB
RGB: (175,126,203)

Color info

#AF7ECB contains mainly red and blue colors. Web safe color of #AF7ECB is #9966CC (or #96C).

RGB color model

#AF7ECB color RGB value is (175,126,203).

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

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 203 of 255 = 80%

175
126
203

R + G + B ~ 66%. #AF7ECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 126 + 203 = 504 (100%)
R 175 of 504 ~ 34.72%
G 126 of 504 ~ 25%
B 203 of 504 ~ 40.28%

%34.72
%25
%40.28

CMYK color model

#AF7ECB color CMYK value is (14,38,0,20).

  • cyan value is 13.79%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,38,0,20)
C14M38Y0K20 
(14%,38%,0%,20%)
(0.14/0.38/0.00/0.20)	

CMYK percentages

%13.79
%37.93
%0
%20.39

Codes

Color #AF7ECB in popluar color models

AF7ECB
RGB175126203
HSL278°42.54%64.51%
HSB/HSV278°37.93%79.61%
CMYK13.79%37.93%0.00%
20.39%

Color #AF7ECB in popluar number systems.

HEXAF7ECB
Decimal175126203
Binary10101111111111011001011
Octal257176313

Shades and tints

Shades of #AF7ECB

#AF7ECB
(175,126,203)
#A073B9
(160,115,185)
#9168A7
(145,104,167)
#825D95
(130,93,149)
#735283
(115,82,131)
#644771
(100,71,113)
#553C5F
(85,60,95)
#46314D
(70,49,77)
#37263B
(55,38,59)
#281B29
(40,27,41)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #AF7ECB

#AF7ECB
(175,126,203)
#B689CF
(182,137,207)
#BD94D3
(189,148,211)
#C49FD7
(196,159,215)
#CBAADB
(203,170,219)
#D2B5DF
(210,181,223)
#D9C0E3
(217,192,227)
#E0CBE7
(224,203,231)
#E7D6EB
(231,214,235)
#EEE1EF
(238,225,239)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7ECB; }

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

This text font color is #AF7ECB.


Background Color

.myBgColor { background-color: #AF7ECB; }

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

This div background color is #AF7ECB.


Border color

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

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

This div border color is #AF7ECB.


Opacity

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

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

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

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

This text has shadow with #AF7ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7ECB on black background.


Color preview on white background

This text has color #AF7ECB on white background.



Black color preview on #AF7ECB background

This text has black color on #AF7ECB background.


White color preview on #AF7ECB background

This text has white color on #AF7ECB background.