COLOR #C3A9E2

HEX: #C3A9E2
RGB: (195,169,226)

Color info

#C3A9E2 contains red, green and blue colors in about the same proportion. Web safe color of #C3A9E2 is #CC99CC (or #C9C).

RGB color model

#C3A9E2 color RGB value is (195,169,226).

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

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 226 of 255 = 89%

195
169
226

R + G + B ~ 77%. #C3A9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 226 = 590 (100%)
R 195 of 590 ~ 33.05%
G 169 of 590 ~ 28.64%
B 226 of 590 ~ 38.31%

%33.05
%28.64
%38.31

CMYK color model

#C3A9E2 color CMYK value is (14,25,0,11).

  • cyan value is 13.72%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(14,25,0,11)
C14M25Y0K11 
(14%,25%,0%,11%)
(0.14/0.25/0.00/0.11)	

CMYK percentages

%13.72
%25.22
%0
%11.37

Codes

Color #C3A9E2 in popluar color models

C3A9E2
RGB195169226
HSL267°49.57%77.45%
HSB/HSV267°25.22%88.63%
CMYK13.72%25.22%0.00%
11.37%

Color #C3A9E2 in popluar number systems.

HEXC3A9E2
Decimal195169226
Binary110000111010100111100010
Octal303251342

Shades and tints

Shades of #C3A9E2

#C3A9E2
(195,169,226)
#B29ACE
(178,154,206)
#A18BBA
(161,139,186)
#907CA6
(144,124,166)
#7F6D92
(127,109,146)
#6E5E7E
(110,94,126)
#5D4F6A
(93,79,106)
#4C4056
(76,64,86)
#3B3142
(59,49,66)
#2A222E
(42,34,46)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #C3A9E2

#C3A9E2
(195,169,226)
#C8B0E4
(200,176,228)
#CDB7E6
(205,183,230)
#D2BEE8
(210,190,232)
#D7C5EA
(215,197,234)
#DCCCEC
(220,204,236)
#E1D3EE
(225,211,238)
#E6DAF0
(230,218,240)
#EBE1F2
(235,225,242)
#F0E8F4
(240,232,244)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A9E2; }

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

This text font color is #C3A9E2.


Background Color

.myBgColor { background-color: #C3A9E2; }

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

This div background color is #C3A9E2.


Border color

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

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

This div border color is #C3A9E2.


Opacity

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

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

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

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

This text has shadow with #C3A9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A9E2 on black background.


Color preview on white background

This text has color #C3A9E2 on white background.



Black color preview on #C3A9E2 background

This text has black color on #C3A9E2 background.


White color preview on #C3A9E2 background

This text has white color on #C3A9E2 background.