COLOR #C4ABB4

HEX: #C4ABB4
RGB: (196,171,180)

Color info

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

RGB color model

#C4ABB4 color RGB value is (196,171,180).

  • red value is 196;
  • green value is 171;
  • blue value is 180.
RGB:
(196,171,180)
(77%,67%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 180 of 255 = 71%

196
171
180

R + G + B ~ 72%. #C4ABB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 171 + 180 = 547 (100%)
R 196 of 547 ~ 35.83%
G 171 of 547 ~ 31.26%
B 180 of 547 ~ 32.91%

%35.83
%31.26
%32.91

CMYK color model

#C4ABB4 color CMYK value is (0,13,8,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 8.16%
  • key color value is 23.14%
CMYK:
(0,13,8,23)
C0M13Y8K23 
(0%,13%,8%,23%)
(0.00/0.13/0.08/0.23)	

CMYK percentages

%0
%12.76
%8.16
%23.14

Codes

Color #C4ABB4 in popluar color models

C4ABB4
RGB196171180
HSL338°17.48%71.96%
HSB/HSV338°12.76%76.86%
CMYK0.00%12.76%8.16%
23.14%

Color #C4ABB4 in popluar number systems.

HEXC4ABB4
Decimal196171180
Binary110001001010101110110100
Octal304253264

Shades and tints

Shades of #C4ABB4

#C4ABB4
(196,171,180)
#B39CA4
(179,156,164)
#A28D94
(162,141,148)
#917E84
(145,126,132)
#806F74
(128,111,116)
#6F6064
(111,96,100)
#5E5154
(94,81,84)
#4D4244
(77,66,68)
#3C3334
(60,51,52)
#2B2424
(43,36,36)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4ABB4

#C4ABB4
(196,171,180)
#C9B2BA
(201,178,186)
#CEB9C0
(206,185,192)
#D3C0C6
(211,192,198)
#D8C7CC
(216,199,204)
#DDCED2
(221,206,210)
#E2D5D8
(226,213,216)
#E7DCDE
(231,220,222)
#ECE3E4
(236,227,228)
#F1EAEA
(241,234,234)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABB4; }

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

This text font color is #C4ABB4.


Background Color

.myBgColor { background-color: #C4ABB4; }

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

This div background color is #C4ABB4.


Border color

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

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

This div border color is #C4ABB4.


Opacity

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

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

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

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

This text has shadow with #C4ABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ABB4 on black background.


Color preview on white background

This text has color #C4ABB4 on white background.



Black color preview on #C4ABB4 background

This text has black color on #C4ABB4 background.


White color preview on #C4ABB4 background

This text has white color on #C4ABB4 background.