COLOR #C4A5EB

HEX: #C4A5EB RGB: (196,165,235)

Color info

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

RGB color model

#C4A5EB color RGB value is (196,165,235).

RGB: (196,165,235) (77%, 65%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 165 of 255 = 65%
B 235 of 255 = 92%

196
165
235

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

Portions of RGB colors in percentages

R + G + B = 196 + 165 + 235 = 596 (100%)
R 196 of 596 ~ 32.89%
G 165 of 596 ~ 27.68%
B 235 of 596 ~ 39.43'%

%32.89
%27.68
%39.43

CMYK color model

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

  • cyan value is 16.60%
  • 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

%16.6
%29.79
%0
%7.84

Codes

Color #C4A5EB in popluar color models

C4 A5 EB
RGB 196 165 235
HSL 267° 63.64% 78.43%
HSB/HSV 267° 29.79% 92.16%
CMYK 16.60% 29.79% 0.00%
7.84%

Color #C4A5EB in popluar number systems.

HEX C4 A5 EB
Decimal 196 165 235
Binary 11000100 10100101 11101011
Octal 304 245 353

Shades and tints

Shades of #C4A5EB

#C4A5EB
(196,165,235)
#B396D6
(179,150,214)
#A287C1
(162,135,193)
#9178AC
(145,120,172)
#806997
(128,105,151)
#6F5A82
(111,90,130)
#5E4B6D
(94,75,109)
#4D3C58
(77,60,88)
#3C2D43
(60,45,67)
#2B1E2E
(43,30,46)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #C4A5EB

#C4A5EB
(196,165,235)
#C9ADEC
(201,173,236)
#CEB5ED
(206,181,237)
#D3BDEE
(211,189,238)
#D8C5EF
(216,197,239)
#DDCDF0
(221,205,240)
#E2D5F1
(226,213,241)
#E7DDF2
(231,221,242)
#ECE5F3
(236,229,243)
#F1EDF4
(241,237,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A5EB; }

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

This text font color is #C4A5EB.

Background Color

.myBgColor { background-color: #C4A5EB; }

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

This div background color is #C4A5EB.

Border color

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

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

This div border color is #C4A5EB.

Opacity

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

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

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

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

This text has shadow with #C4A5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A5EB.

Preview

Color preview on black background

This text has color #C4A5EB on black background.


Color preview on white background

This text has color #C4A5EB on white background.


Black color preview on #C4A5EB background

This text has black color on #C4A5EB background.


White color preview on #C4A5EB background

This text has white color on #C4A5EB background.


Related colors

Complementary color

Complementary color for #hex is #3B5A14.


I love getcolorcode.com

Triadic colors

1 #EBC4A5 and #A5EBC4 with #C4A5EB are triadic colors.

2 #EBA5C4 and #A5C4EB with #C4A5EB are triadic colors.