COLOR #C3ABEC

HEX: #C3ABEC RGB: (195,171,236)

Color info

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

RGB color model

#C3ABEC color RGB value is (195,171,236).

RGB: (195,171,236) (76%, 67%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 171 of 255 = 67%
B 236 of 255 = 93%

195
171
236

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

Portions of RGB colors in percentages

R + G + B = 195 + 171 + 236 = 602 (100%)
R 195 of 602 ~ 32.39%
G 171 of 602 ~ 28.41%
B 236 of 602 ~ 39.2'%

%32.39
%28.41
%39.2

CMYK color model

#C3ABEC color CMYK value is (17,28,0,7).

  • cyan value is 17.37%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,28,0,7)
C17M28Y0K7 (17%, 28%, 0%, 7%)
(0.17 / 0.28 / 0.00 / 0.07)

CMYK percentages

%17.37
%27.54
%0
%7.45

Codes

Color #C3ABEC in popluar color models

C3 AB EC
RGB 195 171 236
HSL 262° 63.11% 79.80%
HSB/HSV 262° 27.54% 92.55%
CMYK 17.37% 27.54% 0.00%
7.45%

Color #C3ABEC in popluar number systems.

HEX C3 AB EC
Decimal 195 171 236
Binary 11000011 10101011 11101100
Octal 303 253 354

Shades and tints

Shades of #C3ABEC

#C3ABEC
(195,171,236)
#B29CD7
(178,156,215)
#A18DC2
(161,141,194)
#907EAD
(144,126,173)
#7F6F98
(127,111,152)
#6E6083
(110,96,131)
#5D516E
(93,81,110)
#4C4259
(76,66,89)
#3B3344
(59,51,68)
#2A242F
(42,36,47)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #C3ABEC

#C3ABEC
(195,171,236)
#C8B2ED
(200,178,237)
#CDB9EE
(205,185,238)
#D2C0EF
(210,192,239)
#D7C7F0
(215,199,240)
#DCCEF1
(220,206,241)
#E1D5F2
(225,213,242)
#E6DCF3
(230,220,243)
#EBE3F4
(235,227,244)
#F0EAF5
(240,234,245)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ABEC color. Also use rgb(195,171,236) instead hex code.

Text Font Color

.myTextColor { color: #C3ABEC; }

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

This text font color is #C3ABEC.

Background Color

.myBgColor { background-color: #C3ABEC; }

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

This div background color is #C3ABEC.

Border color

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

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

This div border color is #C3ABEC.

Opacity

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

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

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

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

This text has shadow with #C3ABEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ABEC.

Preview

Color preview on black background

This text has color #C3ABEC on black background.


Color preview on white background

This text has color #C3ABEC on white background.


Black color preview on #C3ABEC background

This text has black color on #C3ABEC background.


White color preview on #C3ABEC background

This text has white color on #C3ABEC background.


Related colors

Complementary color

Complementary color for #hex is #3C5413.


I love getcolorcode.com

Triadic colors

1 #ECC3AB and #ABECC3 with #C3ABEC are triadic colors.

2 #ECABC3 and #ABC3EC with #C3ABEC are triadic colors.