COLOR #C2A5EB

HEX: #C2A5EB RGB: (194,165,235)

Color info

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

RGB color model

#C2A5EB color RGB value is (194,165,235).

RGB: (194,165,235) (76%, 65%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 235 of 255 = 92%

194
165
235

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

Portions of RGB colors in percentages

R + G + B = 194 + 165 + 235 = 594 (100%)
R 194 of 594 ~ 32.66%
G 165 of 594 ~ 27.78%
B 235 of 594 ~ 39.56'%

%32.66
%27.78
%39.56

CMYK color model

#C2A5EB color CMYK value is (17,30,0,8).

  • cyan value is 17.45%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (17,30,0,8) C17M30Y0K8 (17%,30%,0%,8%) (0.17/0.30/0.00/0.08) 

CMYK percentages

%17.45
%29.79
%0
%7.84

Codes

Color #C2A5EB in popluar color models

C2 A5 EB
RGB 194 165 235
HSL 265° 63.64% 78.43%
HSB/HSV 265° 29.79% 92.16%
CMYK 17.45% 29.79% 0.00%
7.84%

Color #C2A5EB in popluar number systems.

HEX C2 A5 EB
Decimal 194 165 235
Binary 11000010 10100101 11101011
Octal 302 245 353

Shades and tints

Shades of #C2A5EB

#C2A5EB
(194,165,235)
#B196D6
(177,150,214)
#A087C1
(160,135,193)
#8F78AC
(143,120,172)
#7E6997
(126,105,151)
#6D5A82
(109,90,130)
#5C4B6D
(92,75,109)
#4B3C58
(75,60,88)
#3A2D43
(58,45,67)
#291E2E
(41,30,46)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #C2A5EB

#C2A5EB
(194,165,235)
#C7ADEC
(199,173,236)
#CCB5ED
(204,181,237)
#D1BDEE
(209,189,238)
#D6C5EF
(214,197,239)
#DBCDF0
(219,205,240)
#E0D5F1
(224,213,241)
#E5DDF2
(229,221,242)
#EAE5F3
(234,229,243)
#EFEDF4
(239,237,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A5EB color. Also use rgb(194,165,235) instead hex code.

Text Font Color

.myTextColor { color: #C2A5EB; }

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

This text font color is #C2A5EB.

Background Color

.myBgColor { background-color: #C2A5EB; }

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

This div background color is #C2A5EB.

Border color

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

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

This div border color is #C2A5EB.

Opacity

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

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

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

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

This text has shadow with #C2A5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A5EB.

Preview

Color preview on black background

This text has color #C2A5EB on black background.


Color preview on white background

This text has color #C2A5EB on white background.


Black color preview on #C2A5EB background

This text has black color on #C2A5EB background.


White color preview on #C2A5EB background

This text has white color on #C2A5EB background.


Related colors

Complementary color

Complementary color for #hex is #3D5A14.


I love getcolorcode.com

Triadic colors

1 #EBC2A5 and #A5EBC2 with #C2A5EB are triadic colors.

2 #EBA5C2 and #A5C2EB with #C2A5EB are triadic colors.