COLOR #C6BE9F

HEX: #C6BE9F
RGB: (198,190,159)

Renk bilgisi

#C6BE9F contains red, green and blue colors in about the same proportion. #C6BE9F ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6BE9F color RGB value is (198,190,159).

  • kırmız ton 198;
  • yeşil ton 190;
  • mavi ton 159.
RGB:
(198,190,159)
(78%,75%,62%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 190 of 255 = 75%
B 159 of 255 = 62%

198
190
159

R + G + B ~ 72%. #C6BE9F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 190 + 159 = 547 (100%)
R 198 of 547 ~ 36.2%
G 190 of 547 ~ 34.73%
B 159 of 547 ~ 29.07%

%36.2
%34.73
%29.07

CMYK RENK MODELİ

#C6BE9F rengi CMYK tonu (0,4,20,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.04%
  • sarı tonu 19.70%
  • ana renk tonu 22.35%
CMYK:
(0,4,20,22)
C0M4Y20K22 
(0%,4%,20%,22%)
(0.00/0.04/0.20/0.22)	

CMYK yüzdeleri

%0
%4.04
%19.7
%22.35

Codes

Color #C6BE9F in popluar color models

C6BE9F
RGB198190159
HSL48°25.49%70.00%
HSB/HSV48°19.70%77.65%
CMYK0.00%4.04%19.70%
22.35%

Color #C6BE9F in popluar number systems.

HEXC6BE9F
Decimal198190159
Binary110001101011111010011111
Octal306276237

Shades and tints

Shades of #C6BE9F

#C6BE9F
(198,190,159)
#B4AD91
(180,173,145)
#A29C83
(162,156,131)
#908B75
(144,139,117)
#7E7A67
(126,122,103)
#6C6959
(108,105,89)
#5A584B
(90,88,75)
#48473D
(72,71,61)
#36362F
(54,54,47)
#242521
(36,37,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C6BE9F

#C6BE9F
(198,190,159)
#CBC3A7
(203,195,167)
#D0C8AF
(208,200,175)
#D5CDB7
(213,205,183)
#DAD2BF
(218,210,191)
#DFD7C7
(223,215,199)
#E4DCCF
(228,220,207)
#E9E1D7
(233,225,215)
#EEE6DF
(238,230,223)
#F3EBE7
(243,235,231)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BE9F; }

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

This text font color is #C6BE9F.


Background Color

.myBgColor { background-color: #C6BE9F; }

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

This div background color is #C6BE9F.


Border color

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

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

This div border color is #C6BE9F.


Opacity

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

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

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

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

This text has shadow with #C6BE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BE9F on black background.


Color preview on white background

This text has color #C6BE9F on white background.



Black color preview on #C6BE9F background

This text has black color on #C6BE9F background.


White color preview on #C6BE9F background

This text has white color on #C6BE9F background.