COLOR #C4BEBA

HEX: #C4BEBA
RGB: (196,190,186)

Color info

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

RGB color model

#C4BEBA color RGB value is (196,190,186).

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

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 186 of 255 = 73%

196
190
186

R + G + B ~ 75%. #C4BEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 190 + 186 = 572 (100%)
R 196 of 572 ~ 34.27%
G 190 of 572 ~ 33.22%
B 186 of 572 ~ 32.52%

%34.27
%33.22
%32.52

CMYK color model

#C4BEBA color CMYK value is (0,3,5,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(0,3,5,23)
C0M3Y5K23 
(0%,3%,5%,23%)
(0.00/0.03/0.05/0.23)	

CMYK percentages

%0
%3.06
%5.1
%23.14

Codes

Color #C4BEBA in popluar color models

C4BEBA
RGB196190186
HSL24°7.81%74.90%
HSB/HSV24°5.10%76.86%
CMYK0.00%3.06%5.10%
23.14%

Color #C4BEBA in popluar number systems.

HEXC4BEBA
Decimal196190186
Binary110001001011111010111010
Octal304276272

Shades and tints

Shades of #C4BEBA

#C4BEBA
(196,190,186)
#B3ADAA
(179,173,170)
#A29C9A
(162,156,154)
#918B8A
(145,139,138)
#807A7A
(128,122,122)
#6F696A
(111,105,106)
#5E585A
(94,88,90)
#4D474A
(77,71,74)
#3C363A
(60,54,58)
#2B252A
(43,37,42)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #C4BEBA

#C4BEBA
(196,190,186)
#C9C3C0
(201,195,192)
#CEC8C6
(206,200,198)
#D3CDCC
(211,205,204)
#D8D2D2
(216,210,210)
#DDD7D8
(221,215,216)
#E2DCDE
(226,220,222)
#E7E1E4
(231,225,228)
#ECE6EA
(236,230,234)
#F1EBF0
(241,235,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEBA; }

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

This text font color is #C4BEBA.


Background Color

.myBgColor { background-color: #C4BEBA; }

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

This div background color is #C4BEBA.


Border color

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

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

This div border color is #C4BEBA.


Opacity

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

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

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

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

This text has shadow with #C4BEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BEBA on black background.


Color preview on white background

This text has color #C4BEBA on white background.



Black color preview on #C4BEBA background

This text has black color on #C4BEBA background.


White color preview on #C4BEBA background

This text has white color on #C4BEBA background.