COLOR #C3A7EB

HEX: #C3A7EB RGB: (195,167,235)

Color info

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

RGB color model

#C3A7EB color RGB value is (195,167,235).

RGB: (195,167,235) (76%, 65%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 167 of 255 = 65%
B 235 of 255 = 92%

195
167
235

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

Portions of RGB colors in percentages

R + G + B = 195 + 167 + 235 = 597 (100%)
R 195 of 597 ~ 32.66%
G 167 of 597 ~ 27.97%
B 235 of 597 ~ 39.36'%

%32.66
%27.97
%39.36

CMYK color model

#C3A7EB color CMYK value is (17,29,0,8).

  • cyan value is 17.02%
  • magenta value is 28.94%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (17,29,0,8)
C17M29Y0K8 (17%, 29%, 0%, 8%)
(0.17 / 0.29 / 0.00 / 0.08)

CMYK percentages

%17.02
%28.94
%0
%7.84

Codes

Color #C3A7EB in popluar color models

C3 A7 EB
RGB 195 167 235
HSL 265° 62.96% 78.82%
HSB/HSV 265° 28.94% 92.16%
CMYK 17.02% 28.94% 0.00%
7.84%

Color #C3A7EB in popluar number systems.

HEX C3 A7 EB
Decimal 195 167 235
Binary 11000011 10100111 11101011
Octal 303 247 353

Shades and tints

Shades of #C3A7EB

#C3A7EB
(195,167,235)
#B298D6
(178,152,214)
#A189C1
(161,137,193)
#907AAC
(144,122,172)
#7F6B97
(127,107,151)
#6E5C82
(110,92,130)
#5D4D6D
(93,77,109)
#4C3E58
(76,62,88)
#3B2F43
(59,47,67)
#2A202E
(42,32,46)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #C3A7EB

#C3A7EB
(195,167,235)
#C8AFEC
(200,175,236)
#CDB7ED
(205,183,237)
#D2BFEE
(210,191,238)
#D7C7EF
(215,199,239)
#DCCFF0
(220,207,240)
#E1D7F1
(225,215,241)
#E6DFF2
(230,223,242)
#EBE7F3
(235,231,243)
#F0EFF4
(240,239,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A7EB color. Also use rgb(195,167,235) instead hex code.

Text Font Color

.myTextColor { color: #C3A7EB; }

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

This text font color is #C3A7EB.

Background Color

.myBgColor { background-color: #C3A7EB; }

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

This div background color is #C3A7EB.

Border color

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

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

This div border color is #C3A7EB.

Opacity

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

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

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

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

This text has shadow with #C3A7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A7EB.

Preview

Color preview on black background

This text has color #C3A7EB on black background.


Color preview on white background

This text has color #C3A7EB on white background.


Black color preview on #C3A7EB background

This text has black color on #C3A7EB background.


White color preview on #C3A7EB background

This text has white color on #C3A7EB background.


Related colors

Complementary color

Complementary color for #hex is #3C5814.


I love getcolorcode.com

Triadic colors

1 #EBC3A7 and #A7EBC3 with #C3A7EB are triadic colors.

2 #EBA7C3 and #A7C3EB with #C3A7EB are triadic colors.