COLOR #C7BEBA

HEX: #C7BEBA
RGB: (199,190,186)

Color info

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

RGB color model

#C7BEBA color RGB value is (199,190,186).

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

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 186 of 255 = 73%

199
190
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 190 + 186 = 575 (100%)
R 199 of 575 ~ 34.61%
G 190 of 575 ~ 33.04%
B 186 of 575 ~ 32.35%

%34.61
%33.04
%32.35

CMYK color model

#C7BEBA color CMYK value is (0,5,7,22).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(0,5,7,22)
C0M5Y7K22 
(0%,5%,7%,22%)
(0.00/0.05/0.07/0.22)	

CMYK percentages

%0
%4.52
%6.53
%21.96

Codes

Color #C7BEBA in popluar color models

C7BEBA
RGB199190186
HSL18°10.40%75.49%
HSB/HSV18°6.53%78.04%
CMYK0.00%4.52%6.53%
21.96%

Color #C7BEBA in popluar number systems.

HEXC7BEBA
Decimal199190186
Binary110001111011111010111010
Octal307276272

Shades and tints

Shades of #C7BEBA

#C7BEBA
(199,190,186)
#B5ADAA
(181,173,170)
#A39C9A
(163,156,154)
#918B8A
(145,139,138)
#7F7A7A
(127,122,122)
#6D696A
(109,105,106)
#5B585A
(91,88,90)
#49474A
(73,71,74)
#37363A
(55,54,58)
#25252A
(37,37,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #C7BEBA

#C7BEBA
(199,190,186)
#CCC3C0
(204,195,192)
#D1C8C6
(209,200,198)
#D6CDCC
(214,205,204)
#DBD2D2
(219,210,210)
#E0D7D8
(224,215,216)
#E5DCDE
(229,220,222)
#EAE1E4
(234,225,228)
#EFE6EA
(239,230,234)
#F4EBF0
(244,235,240)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BEBA; }

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

This text font color is #C7BEBA.


Background Color

.myBgColor { background-color: #C7BEBA; }

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

This div background color is #C7BEBA.


Border color

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

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

This div border color is #C7BEBA.


Opacity

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

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

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

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

This text has shadow with #C7BEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BEBA on black background.


Color preview on white background

This text has color #C7BEBA on white background.



Black color preview on #C7BEBA background

This text has black color on #C7BEBA background.


White color preview on #C7BEBA background

This text has white color on #C7BEBA background.