COLOR #A68ECB

HEX: #A68ECB
RGB: (166,142,203)

Color info

#A68ECB contains mainly red and blue colors. Web safe color of #A68ECB is #9999CC (or #99C).

RGB color model

#A68ECB color RGB value is (166,142,203).

  • red value is 166;
  • green value is 142;
  • blue value is 203.
RGB:
(166,142,203)
(65%,56%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 203 of 255 = 80%

166
142
203

R + G + B ~ 67%. #A68ECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 203 = 511 (100%)
R 166 of 511 ~ 32.49%
G 142 of 511 ~ 27.79%
B 203 of 511 ~ 39.73%

%32.49
%27.79
%39.73

CMYK color model

#A68ECB color CMYK value is (18,30,0,20).

  • cyan value is 18.23%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,30,0,20)
C18M30Y0K20 
(18%,30%,0%,20%)
(0.18/0.30/0.00/0.20)	

CMYK percentages

%18.23
%30.05
%0
%20.39

Codes

Color #A68ECB in popluar color models

A68ECB
RGB166142203
HSL264°36.97%67.65%
HSB/HSV264°30.05%79.61%
CMYK18.23%30.05%0.00%
20.39%

Color #A68ECB in popluar number systems.

HEXA68ECB
Decimal166142203
Binary101001101000111011001011
Octal246216313

Shades and tints

Shades of #A68ECB

#A68ECB
(166,142,203)
#9782B9
(151,130,185)
#8876A7
(136,118,167)
#796A95
(121,106,149)
#6A5E83
(106,94,131)
#5B5271
(91,82,113)
#4C465F
(76,70,95)
#3D3A4D
(61,58,77)
#2E2E3B
(46,46,59)
#1F2229
(31,34,41)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A68ECB

#A68ECB
(166,142,203)
#AE98CF
(174,152,207)
#B6A2D3
(182,162,211)
#BEACD7
(190,172,215)
#C6B6DB
(198,182,219)
#CEC0DF
(206,192,223)
#D6CAE3
(214,202,227)
#DED4E7
(222,212,231)
#E6DEEB
(230,222,235)
#EEE8EF
(238,232,239)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68ECB color. Also use rgb(166,142,203) instead hex code.

Text Font Color

.myTextColor { color: #A68ECB; }

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

This text font color is #A68ECB.


Background Color

.myBgColor { background-color: #A68ECB; }

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

This div background color is #A68ECB.


Border color

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

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

This div border color is #A68ECB.


Opacity

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

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

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

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

This text has shadow with #A68ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68ECB on black background.


Color preview on white background

This text has color #A68ECB on white background.



Black color preview on #A68ECB background

This text has black color on #A68ECB background.


White color preview on #A68ECB background

This text has white color on #A68ECB background.