COLOR #C3ACEE

HEX: #C3ACEE
RGB: (195,172,238)

Color info

#C3ACEE contains mainly red and blue colors. Web safe color of #C3ACEE is #CC99FF (or #C9F).

RGB color model

#C3ACEE color RGB value is (195,172,238).

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

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 238 of 255 = 93%

195
172
238

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 238 = 605 (100%)
R 195 of 605 ~ 32.23%
G 172 of 605 ~ 28.43%
B 238 of 605 ~ 39.34%

%32.23
%28.43
%39.34

CMYK color model

#C3ACEE color CMYK value is (18,28,0,7).

  • cyan value is 18.07%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,28,0,7)
C18M28Y0K7 
(18%,28%,0%,7%)
(0.18/0.28/0.00/0.07)	

CMYK percentages

%18.07
%27.73
%0
%6.67

Codes

Color #C3ACEE in popluar color models

C3ACEE
RGB195172238
HSL261°66.00%80.39%
HSB/HSV261°27.73%93.33%
CMYK18.07%27.73%0.00%
6.67%

Color #C3ACEE in popluar number systems.

HEXC3ACEE
Decimal195172238
Binary110000111010110011101110
Octal303254356

Shades and tints

Shades of #C3ACEE

#C3ACEE
(195,172,238)
#B29DD9
(178,157,217)
#A18EC4
(161,142,196)
#907FAF
(144,127,175)
#7F709A
(127,112,154)
#6E6185
(110,97,133)
#5D5270
(93,82,112)
#4C435B
(76,67,91)
#3B3446
(59,52,70)
#2A2531
(42,37,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #C3ACEE

#C3ACEE
(195,172,238)
#C8B3EF
(200,179,239)
#CDBAF0
(205,186,240)
#D2C1F1
(210,193,241)
#D7C8F2
(215,200,242)
#DCCFF3
(220,207,243)
#E1D6F4
(225,214,244)
#E6DDF5
(230,221,245)
#EBE4F6
(235,228,246)
#F0EBF7
(240,235,247)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ACEE; }

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

This text font color is #C3ACEE.


Background Color

.myBgColor { background-color: #C3ACEE; }

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

This div background color is #C3ACEE.


Border color

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

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

This div border color is #C3ACEE.


Opacity

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

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

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

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

This text has shadow with #C3ACEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACEE on black background.


Color preview on white background

This text has color #C3ACEE on white background.



Black color preview on #C3ACEE background

This text has black color on #C3ACEE background.


White color preview on #C3ACEE background

This text has white color on #C3ACEE background.