COLOR #C4BACD

HEX: #C4BACD
RGB: (196,186,205)

Color info

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

RGB color model

#C4BACD color RGB value is (196,186,205).

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

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 205 of 255 = 80%

196
186
205

R + G + B ~ 77%. #C4BACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 186 + 205 = 587 (100%)
R 196 of 587 ~ 33.39%
G 186 of 587 ~ 31.69%
B 205 of 587 ~ 34.92%

%33.39
%31.69
%34.92

CMYK color model

#C4BACD color CMYK value is (4,9,0,20).

  • cyan value is 4.39%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,9,0,20)
C4M9Y0K20 
(4%,9%,0%,20%)
(0.04/0.09/0.00/0.20)	

CMYK percentages

%4.39
%9.27
%0
%19.61

Codes

Color #C4BACD in popluar color models

C4BACD
RGB196186205
HSL272°15.97%76.67%
HSB/HSV272°9.27%80.39%
CMYK4.39%9.27%0.00%
19.61%

Color #C4BACD in popluar number systems.

HEXC4BACD
Decimal196186205
Binary110001001011101011001101
Octal304272315

Shades and tints

Shades of #C4BACD

#C4BACD
(196,186,205)
#B3AABB
(179,170,187)
#A29AA9
(162,154,169)
#918A97
(145,138,151)
#807A85
(128,122,133)
#6F6A73
(111,106,115)
#5E5A61
(94,90,97)
#4D4A4F
(77,74,79)
#3C3A3D
(60,58,61)
#2B2A2B
(43,42,43)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #C4BACD

#C4BACD
(196,186,205)
#C9C0D1
(201,192,209)
#CEC6D5
(206,198,213)
#D3CCD9
(211,204,217)
#D8D2DD
(216,210,221)
#DDD8E1
(221,216,225)
#E2DEE5
(226,222,229)
#E7E4E9
(231,228,233)
#ECEAED
(236,234,237)
#F1F0F1
(241,240,241)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BACD; }

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

This text font color is #C4BACD.


Background Color

.myBgColor { background-color: #C4BACD; }

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

This div background color is #C4BACD.


Border color

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

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

This div border color is #C4BACD.


Opacity

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

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

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

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

This text has shadow with #C4BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BACD on black background.


Color preview on white background

This text has color #C4BACD on white background.



Black color preview on #C4BACD background

This text has black color on #C4BACD background.


White color preview on #C4BACD background

This text has white color on #C4BACD background.