COLOR #C3A9E9

HEX: #C3A9E9
RGB: (195,169,233)

Color info

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

RGB color model

#C3A9E9 color RGB value is (195,169,233).

  • red value is 195;
  • green value is 169;
  • blue value is 233.
RGB:
(195,169,233)
(76%,66%,91%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 233 of 255 = 91%

195
169
233

R + G + B ~ 78%. #C3A9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 233 = 597 (100%)
R 195 of 597 ~ 32.66%
G 169 of 597 ~ 28.31%
B 233 of 597 ~ 39.03%

%32.66
%28.31
%39.03

CMYK color model

#C3A9E9 color CMYK value is (16,27,0,9).

  • cyan value is 16.31%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(16,27,0,9)
C16M27Y0K9 
(16%,27%,0%,9%)
(0.16/0.27/0.00/0.09)	

CMYK percentages

%16.31
%27.47
%0
%8.63

Codes

Color #C3A9E9 in popluar color models

C3A9E9
RGB195169233
HSL264°59.26%78.82%
HSB/HSV264°27.47%91.37%
CMYK16.31%27.47%0.00%
8.63%

Color #C3A9E9 in popluar number systems.

HEXC3A9E9
Decimal195169233
Binary110000111010100111101001
Octal303251351

Shades and tints

Shades of #C3A9E9

#C3A9E9
(195,169,233)
#B29AD4
(178,154,212)
#A18BBF
(161,139,191)
#907CAA
(144,124,170)
#7F6D95
(127,109,149)
#6E5E80
(110,94,128)
#5D4F6B
(93,79,107)
#4C4056
(76,64,86)
#3B3141
(59,49,65)
#2A222C
(42,34,44)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #C3A9E9

#C3A9E9
(195,169,233)
#C8B0EB
(200,176,235)
#CDB7ED
(205,183,237)
#D2BEEF
(210,190,239)
#D7C5F1
(215,197,241)
#DCCCF3
(220,204,243)
#E1D3F5
(225,211,245)
#E6DAF7
(230,218,247)
#EBE1F9
(235,225,249)
#F0E8FB
(240,232,251)
#F5EFFD
(245,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A9E9 color. Also use rgb(195,169,233) instead hex code.

Text Font Color

.myTextColor { color: #C3A9E9; }

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

This text font color is #C3A9E9.


Background Color

.myBgColor { background-color: #C3A9E9; }

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

This div background color is #C3A9E9.


Border color

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

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

This div border color is #C3A9E9.


Opacity

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

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

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

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

This text has shadow with #C3A9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A9E9 on black background.


Color preview on white background

This text has color #C3A9E9 on white background.



Black color preview on #C3A9E9 background

This text has black color on #C3A9E9 background.


White color preview on #C3A9E9 background

This text has white color on #C3A9E9 background.