COLOR #C4BAC8

HEX: #C4BAC8
RGB: (196,186,200)

Color info

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

RGB color model

#C4BAC8 color RGB value is (196,186,200).

  • red value is 196;
  • green value is 186;
  • blue value is 200.
RGB:
(196,186,200)
(77%,73%,78%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 200 of 255 = 78%

196
186
200

R + G + B ~ 76%. #C4BAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 186 + 200 = 582 (100%)
R 196 of 582 ~ 33.68%
G 186 of 582 ~ 31.96%
B 200 of 582 ~ 34.36%

%33.68
%31.96
%34.36

CMYK color model

#C4BAC8 color CMYK value is (2,7,0,22).

  • cyan value is 2.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(2,7,0,22)
C2M7Y0K22 
(2%,7%,0%,22%)
(0.02/0.07/0.00/0.22)	

CMYK percentages

%2
%7
%0
%21.57

Codes

Color #C4BAC8 in popluar color models

C4BAC8
RGB196186200
HSL283°11.29%75.69%
HSB/HSV283°7.00%78.43%
CMYK2.00%7.00%0.00%
21.57%

Color #C4BAC8 in popluar number systems.

HEXC4BAC8
Decimal196186200
Binary110001001011101011001000
Octal304272310

Shades and tints

Shades of #C4BAC8

#C4BAC8
(196,186,200)
#B3AAB6
(179,170,182)
#A29AA4
(162,154,164)
#918A92
(145,138,146)
#807A80
(128,122,128)
#6F6A6E
(111,106,110)
#5E5A5C
(94,90,92)
#4D4A4A
(77,74,74)
#3C3A38
(60,58,56)
#2B2A26
(43,42,38)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #C4BAC8

#C4BAC8
(196,186,200)
#C9C0CD
(201,192,205)
#CEC6D2
(206,198,210)
#D3CCD7
(211,204,215)
#D8D2DC
(216,210,220)
#DDD8E1
(221,216,225)
#E2DEE6
(226,222,230)
#E7E4EB
(231,228,235)
#ECEAF0
(236,234,240)
#F1F0F5
(241,240,245)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BAC8; }

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

This text font color is #C4BAC8.


Background Color

.myBgColor { background-color: #C4BAC8; }

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

This div background color is #C4BAC8.


Border color

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

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

This div border color is #C4BAC8.


Opacity

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

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

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

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

This text has shadow with #C4BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BAC8 on black background.


Color preview on white background

This text has color #C4BAC8 on white background.



Black color preview on #C4BAC8 background

This text has black color on #C4BAC8 background.


White color preview on #C4BAC8 background

This text has white color on #C4BAC8 background.