COLOR #C4B7CA

HEX: #C4B7CA
RGB: (196,183,202)

Color info

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

RGB color model

#C4B7CA color RGB value is (196,183,202).

  • red value is 196;
  • green value is 183;
  • blue value is 202.
RGB:
(196,183,202)
(77%,72%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 202 of 255 = 79%

196
183
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 202 = 581 (100%)
R 196 of 581 ~ 33.73%
G 183 of 581 ~ 31.5%
B 202 of 581 ~ 34.77%

%33.73
%31.5
%34.77

CMYK color model

#C4B7CA color CMYK value is (3,9,0,21).

  • cyan value is 2.97%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,9,0,21)
C3M9Y0K21 
(3%,9%,0%,21%)
(0.03/0.09/0.00/0.21)	

CMYK percentages

%2.97
%9.41
%0
%20.78

Codes

Color #C4B7CA in popluar color models

C4B7CA
RGB196183202
HSL281°15.20%75.49%
HSB/HSV281°9.41%79.22%
CMYK2.97%9.41%0.00%
20.78%

Color #C4B7CA in popluar number systems.

HEXC4B7CA
Decimal196183202
Binary110001001011011111001010
Octal304267312

Shades and tints

Shades of #C4B7CA

#C4B7CA
(196,183,202)
#B3A7B8
(179,167,184)
#A297A6
(162,151,166)
#918794
(145,135,148)
#807782
(128,119,130)
#6F6770
(111,103,112)
#5E575E
(94,87,94)
#4D474C
(77,71,76)
#3C373A
(60,55,58)
#2B2728
(43,39,40)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #C4B7CA

#C4B7CA
(196,183,202)
#C9BDCE
(201,189,206)
#CEC3D2
(206,195,210)
#D3C9D6
(211,201,214)
#D8CFDA
(216,207,218)
#DDD5DE
(221,213,222)
#E2DBE2
(226,219,226)
#E7E1E6
(231,225,230)
#ECE7EA
(236,231,234)
#F1EDEE
(241,237,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B7CA color. Also use rgb(196,183,202) instead hex code.

Text Font Color

.myTextColor { color: #C4B7CA; }

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

This text font color is #C4B7CA.


Background Color

.myBgColor { background-color: #C4B7CA; }

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

This div background color is #C4B7CA.


Border color

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

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

This div border color is #C4B7CA.


Opacity

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

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

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

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

This text has shadow with #C4B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B7CA on black background.


Color preview on white background

This text has color #C4B7CA on white background.



Black color preview on #C4B7CA background

This text has black color on #C4B7CA background.


White color preview on #C4B7CA background

This text has white color on #C4B7CA background.