COLOR #C6BEC3

HEX: #C6BEC3
RGB: (198,190,195)

Renk bilgisi

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

RGB renk modeli

#C6BEC3 color RGB value is (198,190,195).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 190 of 255 = 75%
B 195 of 255 = 76%

198
190
195

R + G + B ~ 76%. #C6BEC3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 190 + 195 = 583 (100%)
R 198 of 583 ~ 33.96%
G 190 of 583 ~ 32.59%
B 195 of 583 ~ 33.45%

%33.96
%32.59
%33.45

CMYK RENK MODELİ

#C6BEC3 rengi CMYK tonu (0,4,2,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.04%
  • sarı tonu 1.52%
  • ana renk tonu 22.35%
CMYK:
(0,4,2,22)
C0M4Y2K22 
(0%,4%,2%,22%)
(0.00/0.04/0.02/0.22)	

CMYK yüzdeleri

%0
%4.04
%1.52
%22.35

Codes

Color #C6BEC3 in popluar color models

C6BEC3
RGB198190195
HSL323°6.56%76.08%
HSB/HSV323°4.04%77.65%
CMYK0.00%4.04%1.52%
22.35%

Color #C6BEC3 in popluar number systems.

HEXC6BEC3
Decimal198190195
Binary110001101011111011000011
Octal306276303

Shades and tints

Shades of #C6BEC3

#C6BEC3
(198,190,195)
#B4ADB2
(180,173,178)
#A29CA1
(162,156,161)
#908B90
(144,139,144)
#7E7A7F
(126,122,127)
#6C696E
(108,105,110)
#5A585D
(90,88,93)
#48474C
(72,71,76)
#36363B
(54,54,59)
#24252A
(36,37,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6BEC3

#C6BEC3
(198,190,195)
#CBC3C8
(203,195,200)
#D0C8CD
(208,200,205)
#D5CDD2
(213,205,210)
#DAD2D7
(218,210,215)
#DFD7DC
(223,215,220)
#E4DCE1
(228,220,225)
#E9E1E6
(233,225,230)
#EEE6EB
(238,230,235)
#F3EBF0
(243,235,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BEC3; }

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

This text font color is #C6BEC3.


Background Color

.myBgColor { background-color: #C6BEC3; }

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

This div background color is #C6BEC3.


Border color

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

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

This div border color is #C6BEC3.


Opacity

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

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

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

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

This text has shadow with #C6BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BEC3 on black background.


Color preview on white background

This text has color #C6BEC3 on white background.



Black color preview on #C6BEC3 background

This text has black color on #C6BEC3 background.


White color preview on #C6BEC3 background

This text has white color on #C6BEC3 background.