COLOR #C4BABD

HEX: #C4BABD RGB: (196,186,189)

Color info

#C4BABD contains red, green and blue colors in about the same proportion. Web safe color of #C4BABD is #CCCCCC (or #CCC).

RGB color model

#C4BABD color RGB value is (196,186,189).

RGB: (196,186,189) (77%, 73%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 189 of 255 = 74%

196
186
189

R + G + B ~ 75%. #C4BABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 189 = 571 (100%)
R 196 of 571 ~ 34.33%
G 186 of 571 ~ 32.57%
B 189 of 571 ~ 33.1'%

%34.33
%32.57
%33.1

CMYK color model

#C4BABD color CMYK value is (0,5,4,23).

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

CMYK: (0,5,4,23)
C0M5Y4K23 (0%, 5%, 4%, 23%)
(0.00 / 0.05 / 0.04 / 0.23)

CMYK percentages

%0
%5.1
%3.57
%23.14

Codes

Color #C4BABD in popluar color models

C4 BA BD
RGB 196 186 189
HSL 342° 7.81% 74.90%
HSB/HSV 342° 5.10% 76.86%
CMYK 0.00% 5.10% 3.57%
23.14%

Color #C4BABD in popluar number systems.

HEX C4 BA BD
Decimal 196 186 189
Binary 11000100 10111010 10111101
Octal 304 272 275

Shades and tints

Shades of #C4BABD

#C4BABD
(196,186,189)
#B3AAAC
(179,170,172)
#A29A9B
(162,154,155)
#918A8A
(145,138,138)
#807A79
(128,122,121)
#6F6A68
(111,106,104)
#5E5A57
(94,90,87)
#4D4A46
(77,74,70)
#3C3A35
(60,58,53)
#2B2A24
(43,42,36)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #C4BABD

#C4BABD
(196,186,189)
#C9C0C3
(201,192,195)
#CEC6C9
(206,198,201)
#D3CCCF
(211,204,207)
#D8D2D5
(216,210,213)
#DDD8DB
(221,216,219)
#E2DEE1
(226,222,225)
#E7E4E7
(231,228,231)
#ECEAED
(236,234,237)
#F1F0F3
(241,240,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BABD; }

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

This text font color is #C4BABD.

Background Color

.myBgColor { background-color: #C4BABD; }

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

This div background color is #C4BABD.

Border color

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

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

This div border color is #C4BABD.

Opacity

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

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

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

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

This text has shadow with #C4BABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BABD.

Preview

Color preview on black background

This text has color #C4BABD on black background.


Color preview on white background

This text has color #C4BABD on white background.


Black color preview on #C4BABD background

This text has black color on #C4BABD background.


White color preview on #C4BABD background

This text has white color on #C4BABD background.


Related colors

Complementary color

Complementary color for #hex is #3B4542.


I love getcolorcode.com

Triadic colors

1 #BDC4BA and #BABDC4 with #C4BABD are triadic colors.

2 #BDBAC4 and #BAC4BD with #C4BABD are triadic colors.