COLOR #C4B8CC

HEX: #C4B8CC
RGB: (196,184,204)

Color info

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

RGB color model

#C4B8CC color RGB value is (196,184,204).

  • red value is 196;
  • green value is 184;
  • blue value is 204.
RGB:
(196,184,204)
(77%,72%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 204 of 255 = 80%

196
184
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 184 + 204 = 584 (100%)
R 196 of 584 ~ 33.56%
G 184 of 584 ~ 31.51%
B 204 of 584 ~ 34.93%

%33.56
%31.51
%34.93

CMYK color model

#C4B8CC color CMYK value is (4,10,0,20).

  • cyan value is 3.92%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,10,0,20)
C4M10Y0K20 
(4%,10%,0%,20%)
(0.04/0.10/0.00/0.20)	

CMYK percentages

%3.92
%9.8
%0
%20

Codes

Color #C4B8CC in popluar color models

C4B8CC
RGB196184204
HSL276°16.39%76.08%
HSB/HSV276°9.80%80.00%
CMYK3.92%9.80%0.00%
20.00%

Color #C4B8CC in popluar number systems.

HEXC4B8CC
Decimal196184204
Binary110001001011100011001100
Octal304270314

Shades and tints

Shades of #C4B8CC

#C4B8CC
(196,184,204)
#B3A8BA
(179,168,186)
#A298A8
(162,152,168)
#918896
(145,136,150)
#807884
(128,120,132)
#6F6872
(111,104,114)
#5E5860
(94,88,96)
#4D484E
(77,72,78)
#3C383C
(60,56,60)
#2B282A
(43,40,42)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4B8CC

#C4B8CC
(196,184,204)
#C9BED0
(201,190,208)
#CEC4D4
(206,196,212)
#D3CAD8
(211,202,216)
#D8D0DC
(216,208,220)
#DDD6E0
(221,214,224)
#E2DCE4
(226,220,228)
#E7E2E8
(231,226,232)
#ECE8EC
(236,232,236)
#F1EEF0
(241,238,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B8CC color. Also use rgb(196,184,204) instead hex code.

Text Font Color

.myTextColor { color: #C4B8CC; }

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

This text font color is #C4B8CC.


Background Color

.myBgColor { background-color: #C4B8CC; }

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

This div background color is #C4B8CC.


Border color

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

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

This div border color is #C4B8CC.


Opacity

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

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

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

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

This text has shadow with #C4B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B8CC on black background.


Color preview on white background

This text has color #C4B8CC on white background.



Black color preview on #C4B8CC background

This text has black color on #C4B8CC background.


White color preview on #C4B8CC background

This text has white color on #C4B8CC background.