COLOR #AC7CEE

HEX: #AC7CEE
RGB: (172,124,238)

Color info

#AC7CEE contains mainly blue color. Web safe color of #AC7CEE is #9966FF (or #96F).

RGB color model

#AC7CEE color RGB value is (172,124,238).

  • red value is 172;
  • green value is 124;
  • blue value is 238.
RGB:
(172,124,238)
(67%,49%,93%)

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 238 of 255 = 93%

172
124
238

R + G + B ~ 70%. #AC7CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 124 + 238 = 534 (100%)
R 172 of 534 ~ 32.21%
G 124 of 534 ~ 23.22%
B 238 of 534 ~ 44.57%

%32.21
%23.22
%44.57

CMYK color model

#AC7CEE color CMYK value is (28,48,0,7).

  • cyan value is 27.73%
  • magenta value is 47.90%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(28,48,0,7)
C28M48Y0K7 
(28%,48%,0%,7%)
(0.28/0.48/0.00/0.07)	

CMYK percentages

%27.73
%47.9
%0
%6.67

Codes

Color #AC7CEE in popluar color models

AC7CEE
RGB172124238
HSL265°77.03%70.98%
HSB/HSV265°47.90%93.33%
CMYK27.73%47.90%0.00%
6.67%

Color #AC7CEE in popluar number systems.

HEXAC7CEE
Decimal172124238
Binary10101100111110011101110
Octal254174356

Shades and tints

Shades of #AC7CEE

#AC7CEE
(172,124,238)
#9D71D9
(157,113,217)
#8E66C4
(142,102,196)
#7F5BAF
(127,91,175)
#70509A
(112,80,154)
#614585
(97,69,133)
#523A70
(82,58,112)
#432F5B
(67,47,91)
#342446
(52,36,70)
#251931
(37,25,49)
#160E1C
(22,14,28)
#000000
(0,0,0)

Tints of #AC7CEE

#AC7CEE
(172,124,238)
#B387EF
(179,135,239)
#BA92F0
(186,146,240)
#C19DF1
(193,157,241)
#C8A8F2
(200,168,242)
#CFB3F3
(207,179,243)
#D6BEF4
(214,190,244)
#DDC9F5
(221,201,245)
#E4D4F6
(228,212,246)
#EBDFF7
(235,223,247)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7CEE color. Also use rgb(172,124,238) instead hex code.

Text Font Color

.myTextColor { color: #AC7CEE; }

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

This text font color is #AC7CEE.


Background Color

.myBgColor { background-color: #AC7CEE; }

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

This div background color is #AC7CEE.


Border color

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

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

This div border color is #AC7CEE.


Opacity

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

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

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

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

This text has shadow with #AC7CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7CEE on black background.


Color preview on white background

This text has color #AC7CEE on white background.



Black color preview on #AC7CEE background

This text has black color on #AC7CEE background.


White color preview on #AC7CEE background

This text has white color on #AC7CEE background.