COLOR #C6BEDC

HEX: #C6BEDC
RGB: (198,190,220)

Renk bilgisi

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

RGB renk modeli

#C6BEDC color RGB value is (198,190,220).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 190 of 255 = 75%
B 220 of 255 = 86%

198
190
220

R + G + B ~ 80%. #C6BEDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 190 + 220 = 608 (100%)
R 198 of 608 ~ 32.57%
G 190 of 608 ~ 31.25%
B 220 of 608 ~ 36.18%

%32.57
%31.25
%36.18

CMYK RENK MODELİ

#C6BEDC rengi CMYK tonu (10,14,0,14).

  • camgöbeği tonu 10.00%
  • eflatun tonu 13.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,14,0,14)
C10M14Y0K14 
(10%,14%,0%,14%)
(0.10/0.14/0.00/0.14)	

CMYK yüzdeleri

%10
%13.64
%0
%13.73

Codes

Color #C6BEDC in popluar color models

C6BEDC
RGB198190220
HSL256°30.00%80.39%
HSB/HSV256°13.64%86.27%
CMYK10.00%13.64%0.00%
13.73%

Color #C6BEDC in popluar number systems.

HEXC6BEDC
Decimal198190220
Binary110001101011111011011100
Octal306276334

Shades and tints

Shades of #C6BEDC

#C6BEDC
(198,190,220)
#B4ADC8
(180,173,200)
#A29CB4
(162,156,180)
#908BA0
(144,139,160)
#7E7A8C
(126,122,140)
#6C6978
(108,105,120)
#5A5864
(90,88,100)
#484750
(72,71,80)
#36363C
(54,54,60)
#242528
(36,37,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6BEDC

#C6BEDC
(198,190,220)
#CBC3DF
(203,195,223)
#D0C8E2
(208,200,226)
#D5CDE5
(213,205,229)
#DAD2E8
(218,210,232)
#DFD7EB
(223,215,235)
#E4DCEE
(228,220,238)
#E9E1F1
(233,225,241)
#EEE6F4
(238,230,244)
#F3EBF7
(243,235,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BEDC; }

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

This text font color is #C6BEDC.


Background Color

.myBgColor { background-color: #C6BEDC; }

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

This div background color is #C6BEDC.


Border color

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

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

This div border color is #C6BEDC.


Opacity

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

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

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

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

This text has shadow with #C6BEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BEDC on black background.


Color preview on white background

This text has color #C6BEDC on white background.



Black color preview on #C6BEDC background

This text has black color on #C6BEDC background.


White color preview on #C6BEDC background

This text has white color on #C6BEDC background.