COLOR #C4B6CC

HEX: #C4B6CC
RGB: (196,182,204)

Color info

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

RGB color model

#C4B6CC color RGB value is (196,182,204).

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

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 204 of 255 = 80%

196
182
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 204 = 582 (100%)
R 196 of 582 ~ 33.68%
G 182 of 582 ~ 31.27%
B 204 of 582 ~ 35.05%

%33.68
%31.27
%35.05

CMYK color model

#C4B6CC color CMYK value is (4,11,0,20).

  • cyan value is 3.92%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (4,11,0,20) C4M11Y0K20 (4%,11%,0%,20%) (0.04/0.11/0.00/0.20)

CMYK percentages

%3.92
%10.78
%0
%20

Codes

Color #C4B6CC in popluar color models

C4B6CC
RGB196182204
HSL278°17.74%75.69%
HSB/HSV278°10.78%80.00%
CMYK3.92%10.78%0.00%
20.00%

Color #C4B6CC in popluar number systems.

HEXC4B6CC
Decimal196182204
Binary110001001011011011001100
Octal304266314

Shades and tints

Shades of #C4B6CC

#C4B6CC
(196,182,204)
#B3A6BA
(179,166,186)
#A296A8
(162,150,168)
#918696
(145,134,150)
#807684
(128,118,132)
#6F6672
(111,102,114)
#5E5660
(94,86,96)
#4D464E
(77,70,78)
#3C363C
(60,54,60)
#2B262A
(43,38,42)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4B6CC

#C4B6CC
(196,182,204)
#C9BCD0
(201,188,208)
#CEC2D4
(206,194,212)
#D3C8D8
(211,200,216)
#D8CEDC
(216,206,220)
#DDD4E0
(221,212,224)
#E2DAE4
(226,218,228)
#E7E0E8
(231,224,232)
#ECE6EC
(236,230,236)
#F1ECF0
(241,236,240)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6CC; }

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

This text font color is #C4B6CC.


Background Color

.myBgColor { background-color: #C4B6CC; }

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

This div background color is #C4B6CC.


Border color

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

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

This div border color is #C4B6CC.


Opacity

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

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

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

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

This text has shadow with #C4B6CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4B6CC on black background.


Color preview on white background

This text has color #C4B6CC on white background.



Black color preview on #C4B6CC background

This text has black color on #C4B6CC background.


White color preview on #C4B6CC background

This text has white color on #C4B6CC background.