COLOR #C4ABBD

HEX: #C4ABBD RGB: (196,171,189)

Color info

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

RGB color model

#C4ABBD color RGB value is (196,171,189).

RGB: (196,171,189) (77%, 67%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 189 of 255 = 74%

196
171
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 189 = 556 (100%)
R 196 of 556 ~ 35.25%
G 171 of 556 ~ 30.76%
B 189 of 556 ~ 33.99'%

%35.25
%30.76
%33.99

CMYK color model

#C4ABBD color CMYK value is (0,13,4,23).

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

CMYK: (0,13,4,23)
C0M13Y4K23 (0%, 13%, 4%, 23%)
(0.00 / 0.13 / 0.04 / 0.23)

CMYK percentages

%0
%12.76
%3.57
%23.14

Codes

Color #C4ABBD in popluar color models

C4 AB BD
RGB 196 171 189
HSL 317° 17.48% 71.96%
HSB/HSV 317° 12.76% 76.86%
CMYK 0.00% 12.76% 3.57%
23.14%

Color #C4ABBD in popluar number systems.

HEX C4 AB BD
Decimal 196 171 189
Binary 11000100 10101011 10111101
Octal 304 253 275

Shades and tints

Shades of #C4ABBD

#C4ABBD
(196,171,189)
#B39CAC
(179,156,172)
#A28D9B
(162,141,155)
#917E8A
(145,126,138)
#806F79
(128,111,121)
#6F6068
(111,96,104)
#5E5157
(94,81,87)
#4D4246
(77,66,70)
#3C3335
(60,51,53)
#2B2424
(43,36,36)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #C4ABBD

#C4ABBD
(196,171,189)
#C9B2C3
(201,178,195)
#CEB9C9
(206,185,201)
#D3C0CF
(211,192,207)
#D8C7D5
(216,199,213)
#DDCEDB
(221,206,219)
#E2D5E1
(226,213,225)
#E7DCE7
(231,220,231)
#ECE3ED
(236,227,237)
#F1EAF3
(241,234,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABBD; }

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

This text font color is #C4ABBD.

Background Color

.myBgColor { background-color: #C4ABBD; }

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

This div background color is #C4ABBD.

Border color

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

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

This div border color is #C4ABBD.

Opacity

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

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

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

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

This text has shadow with #C4ABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ABBD.

Preview

Color preview on black background

This text has color #C4ABBD on black background.


Color preview on white background

This text has color #C4ABBD on white background.


Black color preview on #C4ABBD background

This text has black color on #C4ABBD background.


White color preview on #C4ABBD background

This text has white color on #C4ABBD background.


Related colors

Complementary color

Complementary color for #hex is #3B5442.


I love getcolorcode.com

Triadic colors

1 #BDC4AB and #ABBDC4 with #C4ABBD are triadic colors.

2 #BDABC4 and #ABC4BD with #C4ABBD are triadic colors.