COLOR #C4ABB6

HEX: #C4ABB6 RGB: (196,171,182)

Color info

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

RGB color model

#C4ABB6 color RGB value is (196,171,182).

RGB: (196,171,182) (77%, 67%, 71%)

RGB channels and saturation

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

196
171
182

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

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 182 = 549 (100%)
R 196 of 549 ~ 35.7%
G 171 of 549 ~ 31.15%
B 182 of 549 ~ 33.15'%

%35.7
%31.15
%33.15

CMYK color model

#C4ABB6 color CMYK value is (0,13,7,23).

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

CMYK: (0,13,7,23)
C0M13Y7K23 (0%, 13%, 7%, 23%)
(0.00 / 0.13 / 0.07 / 0.23)

CMYK percentages

%0
%12.76
%7.14
%23.14

Codes

Color #C4ABB6 in popluar color models

C4 AB B6
RGB 196 171 182
HSL 334° 17.48% 71.96%
HSB/HSV 334° 12.76% 76.86%
CMYK 0.00% 12.76% 7.14%
23.14%

Color #C4ABB6 in popluar number systems.

HEX C4 AB B6
Decimal 196 171 182
Binary 11000100 10101011 10110110
Octal 304 253 266

Shades and tints

Shades of #C4ABB6

#C4ABB6
(196,171,182)
#B39CA6
(179,156,166)
#A28D96
(162,141,150)
#917E86
(145,126,134)
#806F76
(128,111,118)
#6F6066
(111,96,102)
#5E5156
(94,81,86)
#4D4246
(77,66,70)
#3C3336
(60,51,54)
#2B2426
(43,36,38)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #C4ABB6

#C4ABB6
(196,171,182)
#C9B2BC
(201,178,188)
#CEB9C2
(206,185,194)
#D3C0C8
(211,192,200)
#D8C7CE
(216,199,206)
#DDCED4
(221,206,212)
#E2D5DA
(226,213,218)
#E7DCE0
(231,220,224)
#ECE3E6
(236,227,230)
#F1EAEC
(241,234,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABB6; }

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

This text font color is #C4ABB6.

Background Color

.myBgColor { background-color: #C4ABB6; }

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

This div background color is #C4ABB6.

Border color

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

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

This div border color is #C4ABB6.

Opacity

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

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

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

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

This text has shadow with #C4ABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ABB6.

Preview

Color preview on black background

This text has color #C4ABB6 on black background.


Color preview on white background

This text has color #C4ABB6 on white background.


Black color preview on #C4ABB6 background

This text has black color on #C4ABB6 background.


White color preview on #C4ABB6 background

This text has white color on #C4ABB6 background.


Related colors

Complementary color

Complementary color for #hex is #3B5449.


I love getcolorcode.com

Triadic colors

1 #B6C4AB and #ABB6C4 with #C4ABB6 are triadic colors.

2 #B6ABC4 and #ABC4B6 with #C4ABB6 are triadic colors.