COLOR #C4ACBB

HEX: #C4ACBB
RGB: (196,172,187)

Color info

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

RGB color model

#C4ACBB color RGB value is (196,172,187).

  • red value is 196;
  • green value is 172;
  • blue value is 187.
RGB:
(196,172,187)
(77%,67%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 172 of 255 = 67%
B 187 of 255 = 73%

196
172
187

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

Portions of RGB colors in percentages

R + G + B =
196 + 172 + 187 = 555 (100%)
R 196 of 555 ~ 35.32%
G 172 of 555 ~ 30.99%
B 187 of 555 ~ 33.69%

%35.32
%30.99
%33.69

CMYK color model

#C4ACBB color CMYK value is (0,12,5,23).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(0,12,5,23)
C0M12Y5K23 
(0%,12%,5%,23%)
(0.00/0.12/0.05/0.23)	

CMYK percentages

%0
%12.24
%4.59
%23.14

Codes

Color #C4ACBB in popluar color models

C4ACBB
RGB196172187
HSL323°16.90%72.16%
HSB/HSV323°12.24%76.86%
CMYK0.00%12.24%4.59%
23.14%

Color #C4ACBB in popluar number systems.

HEXC4ACBB
Decimal196172187
Binary110001001010110010111011
Octal304254273

Shades and tints

Shades of #C4ACBB

#C4ACBB
(196,172,187)
#B39DAA
(179,157,170)
#A28E99
(162,142,153)
#917F88
(145,127,136)
#807077
(128,112,119)
#6F6166
(111,97,102)
#5E5255
(94,82,85)
#4D4344
(77,67,68)
#3C3433
(60,52,51)
#2B2522
(43,37,34)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4ACBB

#C4ACBB
(196,172,187)
#C9B3C1
(201,179,193)
#CEBAC7
(206,186,199)
#D3C1CD
(211,193,205)
#D8C8D3
(216,200,211)
#DDCFD9
(221,207,217)
#E2D6DF
(226,214,223)
#E7DDE5
(231,221,229)
#ECE4EB
(236,228,235)
#F1EBF1
(241,235,241)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ACBB color. Also use rgb(196,172,187) instead hex code.

Text Font Color

.myTextColor { color: #C4ACBB; }

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

This text font color is #C4ACBB.


Background Color

.myBgColor { background-color: #C4ACBB; }

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

This div background color is #C4ACBB.


Border color

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

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

This div border color is #C4ACBB.


Opacity

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

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

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

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

This text has shadow with #C4ACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ACBB on black background.


Color preview on white background

This text has color #C4ACBB on white background.



Black color preview on #C4ACBB background

This text has black color on #C4ACBB background.


White color preview on #C4ACBB background

This text has white color on #C4ACBB background.