COLOR #C6BE9C

HEX: #C6BE9C
RGB: (198,190,156)

Color info

#C6BE9C contains red, green and blue colors in about the same proportion. Web safe color of #C6BE9C is #CCCC99 (or #CC9).

RGB color model

#C6BE9C color RGB value is (198,190,156).

  • red value is 198;
  • green value is 190;
  • blue value is 156.
RGB:
(198,190,156)
(78%,75%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 156 of 255 = 61%

198
190
156

R + G + B ~ 71%. #C6BE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 190 + 156 = 544 (100%)
R 198 of 544 ~ 36.4%
G 190 of 544 ~ 34.93%
B 156 of 544 ~ 28.68%

%36.4
%34.93
%28.68

CMYK color model

#C6BE9C color CMYK value is (0,4,21,22).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(0,4,21,22)
C0M4Y21K22 
(0%,4%,21%,22%)
(0.00/0.04/0.21/0.22)	

CMYK percentages

%0
%4.04
%21.21
%22.35

Codes

Color #C6BE9C in popluar color models

C6BE9C
RGB198190156
HSL49°26.92%69.41%
HSB/HSV49°21.21%77.65%
CMYK0.00%4.04%21.21%
22.35%

Color #C6BE9C in popluar number systems.

HEXC6BE9C
Decimal198190156
Binary110001101011111010011100
Octal306276234

Shades and tints

Shades of #C6BE9C

#C6BE9C
(198,190,156)
#B4AD8E
(180,173,142)
#A29C80
(162,156,128)
#908B72
(144,139,114)
#7E7A64
(126,122,100)
#6C6956
(108,105,86)
#5A5848
(90,88,72)
#48473A
(72,71,58)
#36362C
(54,54,44)
#24251E
(36,37,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C6BE9C

#C6BE9C
(198,190,156)
#CBC3A5
(203,195,165)
#D0C8AE
(208,200,174)
#D5CDB7
(213,205,183)
#DAD2C0
(218,210,192)
#DFD7C9
(223,215,201)
#E4DCD2
(228,220,210)
#E9E1DB
(233,225,219)
#EEE6E4
(238,230,228)
#F3EBED
(243,235,237)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BE9C color. Also use rgb(198,190,156) instead hex code.

Text Font Color

.myTextColor { color: #C6BE9C; }

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

This text font color is #C6BE9C.


Background Color

.myBgColor { background-color: #C6BE9C; }

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

This div background color is #C6BE9C.


Border color

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

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

This div border color is #C6BE9C.


Opacity

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

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

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

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

This text has shadow with #C6BE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BE9C on black background.


Color preview on white background

This text has color #C6BE9C on white background.



Black color preview on #C6BE9C background

This text has black color on #C6BE9C background.


White color preview on #C6BE9C background

This text has white color on #C6BE9C background.