COLOR #C3A9EF

HEX: #C3A9EF RGB: (195,169,239)

Color info

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

RGB color model

#C3A9EF color RGB value is (195,169,239).

RGB: (195,169,239) (76%, 66%, 94%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 239 of 255 = 94%

195
169
239

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

Portions of RGB colors in percentages

R + G + B = 195 + 169 + 239 = 603 (100%)
R 195 of 603 ~ 32.34%
G 169 of 603 ~ 28.03%
B 239 of 603 ~ 39.64'%

%32.34
%28.03
%39.64

CMYK color model

#C3A9EF color CMYK value is (18,29,0,6).

  • cyan value is 18.41%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,29,0,6)
C18M29Y0K6 (18%, 29%, 0%, 6%)
(0.18 / 0.29 / 0.00 / 0.06)

CMYK percentages

%18.41
%29.29
%0
%6.27

Codes

Color #C3A9EF in popluar color models

C3 A9 EF
RGB 195 169 239
HSL 262° 68.63% 80.00%
HSB/HSV 262° 29.29% 93.73%
CMYK 18.41% 29.29% 0.00%
6.27%

Color #C3A9EF in popluar number systems.

HEX C3 A9 EF
Decimal 195 169 239
Binary 11000011 10101001 11101111
Octal 303 251 357

Shades and tints

Shades of #C3A9EF

#C3A9EF
(195,169,239)
#B29ADA
(178,154,218)
#A18BC5
(161,139,197)
#907CB0
(144,124,176)
#7F6D9B
(127,109,155)
#6E5E86
(110,94,134)
#5D4F71
(93,79,113)
#4C405C
(76,64,92)
#3B3147
(59,49,71)
#2A2232
(42,34,50)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #C3A9EF

#C3A9EF
(195,169,239)
#C8B0F0
(200,176,240)
#CDB7F1
(205,183,241)
#D2BEF2
(210,190,242)
#D7C5F3
(215,197,243)
#DCCCF4
(220,204,244)
#E1D3F5
(225,211,245)
#E6DAF6
(230,218,246)
#EBE1F7
(235,225,247)
#F0E8F8
(240,232,248)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A9EF; }

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

This text font color is #C3A9EF.

Background Color

.myBgColor { background-color: #C3A9EF; }

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

This div background color is #C3A9EF.

Border color

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

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

This div border color is #C3A9EF.

Opacity

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

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

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

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

This text has shadow with #C3A9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A9EF.

Preview

Color preview on black background

This text has color #C3A9EF on black background.


Color preview on white background

This text has color #C3A9EF on white background.


Black color preview on #C3A9EF background

This text has black color on #C3A9EF background.


White color preview on #C3A9EF background

This text has white color on #C3A9EF background.


Related colors

Complementary color

Complementary color for #hex is #3C5610.


I love getcolorcode.com

Triadic colors

1 #EFC3A9 and #A9EFC3 with #C3A9EF are triadic colors.

2 #EFA9C3 and #A9C3EF with #C3A9EF are triadic colors.