COLOR #C6BEB0

HEX: #C6BEB0
RGB: (198,190,176)

Renk bilgisi

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

RGB renk modeli

#C6BEB0 color RGB value is (198,190,176).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 190 of 255 = 75%
B 176 of 255 = 69%

198
190
176

R + G + B ~ 74%. #C6BEB0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 190 + 176 = 564 (100%)
R 198 of 564 ~ 35.11%
G 190 of 564 ~ 33.69%
B 176 of 564 ~ 31.21%

%35.11
%33.69
%31.21

CMYK RENK MODELİ

#C6BEB0 rengi CMYK tonu (0,4,11,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.04%
  • sarı tonu 11.11%
  • ana renk tonu 22.35%
CMYK:
(0,4,11,22)
C0M4Y11K22 
(0%,4%,11%,22%)
(0.00/0.04/0.11/0.22)	

CMYK yüzdeleri

%0
%4.04
%11.11
%22.35

Codes

Color #C6BEB0 in popluar color models

C6BEB0
RGB198190176
HSL38°16.18%73.33%
HSB/HSV38°11.11%77.65%
CMYK0.00%4.04%11.11%
22.35%

Color #C6BEB0 in popluar number systems.

HEXC6BEB0
Decimal198190176
Binary110001101011111010110000
Octal306276260

Shades and tints

Shades of #C6BEB0

#C6BEB0
(198,190,176)
#B4ADA0
(180,173,160)
#A29C90
(162,156,144)
#908B80
(144,139,128)
#7E7A70
(126,122,112)
#6C6960
(108,105,96)
#5A5850
(90,88,80)
#484740
(72,71,64)
#363630
(54,54,48)
#242520
(36,37,32)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C6BEB0

#C6BEB0
(198,190,176)
#CBC3B7
(203,195,183)
#D0C8BE
(208,200,190)
#D5CDC5
(213,205,197)
#DAD2CC
(218,210,204)
#DFD7D3
(223,215,211)
#E4DCDA
(228,220,218)
#E9E1E1
(233,225,225)
#EEE6E8
(238,230,232)
#F3EBEF
(243,235,239)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BEB0; }

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

This text font color is #C6BEB0.


Background Color

.myBgColor { background-color: #C6BEB0; }

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

This div background color is #C6BEB0.


Border color

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

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

This div border color is #C6BEB0.


Opacity

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

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

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

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

This text has shadow with #C6BEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BEB0 on black background.


Color preview on white background

This text has color #C6BEB0 on white background.



Black color preview on #C6BEB0 background

This text has black color on #C6BEB0 background.


White color preview on #C6BEB0 background

This text has white color on #C6BEB0 background.