COLOR #C4ABC1

HEX: #C4ABC1 RGB: (196,171,193)

Color info

#C4ABC1 contains red, green and blue colors in about the same proportion. Web safe color of #C4ABC1 is #CC99CC (or #C9C).

RGB color model

#C4ABC1 color RGB value is (196,171,193).

RGB: (196,171,193) (77%, 67%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 193 of 255 = 76%

196
171
193

R + G + B ~ 73%. #C4ABC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 193 = 560 (100%)
R 196 of 560 ~ 35%
G 171 of 560 ~ 30.54%
B 193 of 560 ~ 34.46'%

%35
%30.54
%34.46

CMYK color model

#C4ABC1 color CMYK value is (0,13,2,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 1.53%
  • key color value is 23.14%

CMYK: (0,13,2,23)
C0M13Y2K23 (0%, 13%, 2%, 23%)
(0.00 / 0.13 / 0.02 / 0.23)

CMYK percentages

%0
%12.76
%1.53
%23.14

Codes

Color #C4ABC1 in popluar color models

C4 AB C1
RGB 196 171 193
HSL 307° 17.48% 71.96%
HSB/HSV 307° 12.76% 76.86%
CMYK 0.00% 12.76% 1.53%
23.14%

Color #C4ABC1 in popluar number systems.

HEX C4 AB C1
Decimal 196 171 193
Binary 11000100 10101011 11000001
Octal 304 253 301

Shades and tints

Shades of #C4ABC1

#C4ABC1
(196,171,193)
#B39CB0
(179,156,176)
#A28D9F
(162,141,159)
#917E8E
(145,126,142)
#806F7D
(128,111,125)
#6F606C
(111,96,108)
#5E515B
(94,81,91)
#4D424A
(77,66,74)
#3C3339
(60,51,57)
#2B2428
(43,36,40)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C4ABC1

#C4ABC1
(196,171,193)
#C9B2C6
(201,178,198)
#CEB9CB
(206,185,203)
#D3C0D0
(211,192,208)
#D8C7D5
(216,199,213)
#DDCEDA
(221,206,218)
#E2D5DF
(226,213,223)
#E7DCE4
(231,220,228)
#ECE3E9
(236,227,233)
#F1EAEE
(241,234,238)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABC1; }

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

This text font color is #C4ABC1.

Background Color

.myBgColor { background-color: #C4ABC1; }

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

This div background color is #C4ABC1.

Border color

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

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

This div border color is #C4ABC1.

Opacity

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

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

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

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

This text has shadow with #C4ABC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ABC1.

Preview

Color preview on black background

This text has color #C4ABC1 on black background.


Color preview on white background

This text has color #C4ABC1 on white background.


Black color preview on #C4ABC1 background

This text has black color on #C4ABC1 background.


White color preview on #C4ABC1 background

This text has white color on #C4ABC1 background.


Related colors

Complementary color

Complementary color for #hex is #3B543E.


I love getcolorcode.com

Triadic colors

1 #C1C4AB and #ABC1C4 with #C4ABC1 are triadic colors.

2 #C1ABC4 and #ABC4C1 with #C4ABC1 are triadic colors.