COLOR #C4ABED

HEX: #C4ABED RGB: (196,171,237)

Color info

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

RGB color model

#C4ABED color RGB value is (196,171,237).

RGB: (196,171,237) (77%, 67%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 237 of 255 = 93%

196
171
237

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

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 237 = 604 (100%)
R 196 of 604 ~ 32.45%
G 171 of 604 ~ 28.31%
B 237 of 604 ~ 39.24'%

%32.45
%28.31
%39.24

CMYK color model

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

  • cyan value is 17.30%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 7.06%

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

CMYK percentages

%17.3
%27.85
%0
%7.06

Codes

Color #C4ABED in popluar color models

C4 AB ED
RGB 196 171 237
HSL 263° 64.71% 80.00%
HSB/HSV 263° 27.85% 92.94%
CMYK 17.30% 27.85% 0.00%
7.06%

Color #C4ABED in popluar number systems.

HEX C4 AB ED
Decimal 196 171 237
Binary 11000100 10101011 11101101
Octal 304 253 355

Shades and tints

Shades of #C4ABED

#C4ABED
(196,171,237)
#B39CD8
(179,156,216)
#A28DC3
(162,141,195)
#917EAE
(145,126,174)
#806F99
(128,111,153)
#6F6084
(111,96,132)
#5E516F
(94,81,111)
#4D425A
(77,66,90)
#3C3345
(60,51,69)
#2B2430
(43,36,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C4ABED

#C4ABED
(196,171,237)
#C9B2EE
(201,178,238)
#CEB9EF
(206,185,239)
#D3C0F0
(211,192,240)
#D8C7F1
(216,199,241)
#DDCEF2
(221,206,242)
#E2D5F3
(226,213,243)
#E7DCF4
(231,220,244)
#ECE3F5
(236,227,245)
#F1EAF6
(241,234,246)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ABED color. Also use rgb(196,171,237) instead hex code.

Text Font Color

.myTextColor { color: #C4ABED; }

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

This text font color is #C4ABED.

Background Color

.myBgColor { background-color: #C4ABED; }

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

This div background color is #C4ABED.

Border color

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

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

This div border color is #C4ABED.

Opacity

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

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

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

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

This text has shadow with #C4ABED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ABED.

Preview

Color preview on black background

This text has color #C4ABED on black background.


Color preview on white background

This text has color #C4ABED on white background.


Black color preview on #C4ABED background

This text has black color on #C4ABED background.


White color preview on #C4ABED background

This text has white color on #C4ABED background.


Related colors

Complementary color

Complementary color for #hex is #3B5412.


I love getcolorcode.com

Triadic colors

1 #EDC4AB and #ABEDC4 with #C4ABED are triadic colors.

2 #EDABC4 and #ABC4ED with #C4ABED are triadic colors.