COLOR #C4BABE

HEX: #C4BABE RGB: (196,186,190)

Color info

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

RGB color model

#C4BABE color RGB value is (196,186,190).

RGB: (196,186,190) (77%, 73%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 190 of 255 = 75%

196
186
190

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

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 190 = 572 (100%)
R 196 of 572 ~ 34.27%
G 186 of 572 ~ 32.52%
B 190 of 572 ~ 33.22'%

%34.27
%32.52
%33.22

CMYK color model

#C4BABE color CMYK value is (0,5,3,23).

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

CMYK: (0,5,3,23)
C0M5Y3K23 (0%, 5%, 3%, 23%)
(0.00 / 0.05 / 0.03 / 0.23)

CMYK percentages

%0
%5.1
%3.06
%23.14

Codes

Color #C4BABE in popluar color models

C4 BA BE
RGB 196 186 190
HSL 336° 7.81% 74.90%
HSB/HSV 336° 5.10% 76.86%
CMYK 0.00% 5.10% 3.06%
23.14%

Color #C4BABE in popluar number systems.

HEX C4 BA BE
Decimal 196 186 190
Binary 11000100 10111010 10111110
Octal 304 272 276

Shades and tints

Shades of #C4BABE

#C4BABE
(196,186,190)
#B3AAAD
(179,170,173)
#A29A9C
(162,154,156)
#918A8B
(145,138,139)
#807A7A
(128,122,122)
#6F6A69
(111,106,105)
#5E5A58
(94,90,88)
#4D4A47
(77,74,71)
#3C3A36
(60,58,54)
#2B2A25
(43,42,37)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #C4BABE

#C4BABE
(196,186,190)
#C9C0C3
(201,192,195)
#CEC6C8
(206,198,200)
#D3CCCD
(211,204,205)
#D8D2D2
(216,210,210)
#DDD8D7
(221,216,215)
#E2DEDC
(226,222,220)
#E7E4E1
(231,228,225)
#ECEAE6
(236,234,230)
#F1F0EB
(241,240,235)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BABE; }

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

This text font color is #C4BABE.

Background Color

.myBgColor { background-color: #C4BABE; }

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

This div background color is #C4BABE.

Border color

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

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

This div border color is #C4BABE.

Opacity

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

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

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

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

This text has shadow with #C4BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BABE.

Preview

Color preview on black background

This text has color #C4BABE on black background.


Color preview on white background

This text has color #C4BABE on white background.


Black color preview on #C4BABE background

This text has black color on #C4BABE background.


White color preview on #C4BABE background

This text has white color on #C4BABE background.


Related colors

Complementary color

Complementary color for #hex is #3B4541.


I love getcolorcode.com

Triadic colors

1 #BEC4BA and #BABEC4 with #C4BABE are triadic colors.

2 #BEBAC4 and #BAC4BE with #C4BABE are triadic colors.