COLOR #C4BAC1

HEX: #C4BAC1 RGB: (196,186,193)

Color info

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

RGB color model

#C4BAC1 color RGB value is (196,186,193).

RGB: (196,186,193) (77%, 73%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 193 of 255 = 76%

196
186
193

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

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 193 = 575 (100%)
R 196 of 575 ~ 34.09%
G 186 of 575 ~ 32.35%
B 193 of 575 ~ 33.57'%

%34.09
%32.35
%33.57

CMYK color model

#C4BAC1 color CMYK value is (0,5,2,23).

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

CMYK: (0,5,2,23)
C0M5Y2K23 (0%, 5%, 2%, 23%)
(0.00 / 0.05 / 0.02 / 0.23)

CMYK percentages

%0
%5.1
%1.53
%23.14

Codes

Color #C4BAC1 in popluar color models

C4 BA C1
RGB 196 186 193
HSL 318° 7.81% 74.90%
HSB/HSV 318° 5.10% 76.86%
CMYK 0.00% 5.10% 1.53%
23.14%

Color #C4BAC1 in popluar number systems.

HEX C4 BA C1
Decimal 196 186 193
Binary 11000100 10111010 11000001
Octal 304 272 301

Shades and tints

Shades of #C4BAC1

#C4BAC1
(196,186,193)
#B3AAB0
(179,170,176)
#A29A9F
(162,154,159)
#918A8E
(145,138,142)
#807A7D
(128,122,125)
#6F6A6C
(111,106,108)
#5E5A5B
(94,90,91)
#4D4A4A
(77,74,74)
#3C3A39
(60,58,57)
#2B2A28
(43,42,40)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4BAC1

#C4BAC1
(196,186,193)
#C9C0C6
(201,192,198)
#CEC6CB
(206,198,203)
#D3CCD0
(211,204,208)
#D8D2D5
(216,210,213)
#DDD8DA
(221,216,218)
#E2DEDF
(226,222,223)
#E7E4E4
(231,228,228)
#ECEAE9
(236,234,233)
#F1F0EE
(241,240,238)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BAC1; }

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

This text font color is #C4BAC1.

Background Color

.myBgColor { background-color: #C4BAC1; }

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

This div background color is #C4BAC1.

Border color

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

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

This div border color is #C4BAC1.

Opacity

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

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

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

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

This text has shadow with #C4BAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BAC1.

Preview

Color preview on black background

This text has color #C4BAC1 on black background.


Color preview on white background

This text has color #C4BAC1 on white background.


Black color preview on #C4BAC1 background

This text has black color on #C4BAC1 background.


White color preview on #C4BAC1 background

This text has white color on #C4BAC1 background.


Related colors

Complementary color

Complementary color for #hex is #3B453E.


I love getcolorcode.com

Triadic colors

1 #C1C4BA and #BAC1C4 with #C4BAC1 are triadic colors.

2 #C1BAC4 and #BAC4C1 with #C4BAC1 are triadic colors.