COLOR #C4B2CB

HEX: #C4B2CB
RGB: (196,178,203)

Color info

#C4B2CB contains red, green and blue colors in about the same proportion. Web safe color of #C4B2CB is #CC99CC (or #C9C).

RGB color model

#C4B2CB color RGB value is (196,178,203).

  • red value is 196;
  • green value is 178;
  • blue value is 203.
RGB:
(196,178,203)
(77%,70%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 203 of 255 = 80%

196
178
203

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

Portions of RGB colors in percentages

R + G + B =
196 + 178 + 203 = 577 (100%)
R 196 of 577 ~ 33.97%
G 178 of 577 ~ 30.85%
B 203 of 577 ~ 35.18%

%33.97
%30.85
%35.18

CMYK color model

#C4B2CB color CMYK value is (3,12,0,20).

  • cyan value is 3.45%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(3,12,0,20)
C3M12Y0K20 
(3%,12%,0%,20%)
(0.03/0.12/0.00/0.20)	

CMYK percentages

%3.45
%12.32
%0
%20.39

Codes

Color #C4B2CB in popluar color models

C4B2CB
RGB196178203
HSL283°19.38%74.71%
HSB/HSV283°12.32%79.61%
CMYK3.45%12.32%0.00%
20.39%

Color #C4B2CB in popluar number systems.

HEXC4B2CB
Decimal196178203
Binary110001001011001011001011
Octal304262313

Shades and tints

Shades of #C4B2CB

#C4B2CB
(196,178,203)
#B3A2B9
(179,162,185)
#A292A7
(162,146,167)
#918295
(145,130,149)
#807283
(128,114,131)
#6F6271
(111,98,113)
#5E525F
(94,82,95)
#4D424D
(77,66,77)
#3C323B
(60,50,59)
#2B2229
(43,34,41)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C4B2CB

#C4B2CB
(196,178,203)
#C9B9CF
(201,185,207)
#CEC0D3
(206,192,211)
#D3C7D7
(211,199,215)
#D8CEDB
(216,206,219)
#DDD5DF
(221,213,223)
#E2DCE3
(226,220,227)
#E7E3E7
(231,227,231)
#ECEAEB
(236,234,235)
#F1F1EF
(241,241,239)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B2CB color. Also use rgb(196,178,203) instead hex code.

Text Font Color

.myTextColor { color: #C4B2CB; }

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

This text font color is #C4B2CB.


Background Color

.myBgColor { background-color: #C4B2CB; }

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

This div background color is #C4B2CB.


Border color

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

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

This div border color is #C4B2CB.


Opacity

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

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

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

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

This text has shadow with #C4B2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B2CB on black background.


Color preview on white background

This text has color #C4B2CB on white background.



Black color preview on #C4B2CB background

This text has black color on #C4B2CB background.


White color preview on #C4B2CB background

This text has white color on #C4B2CB background.