COLOR #C6BEDD

HEX: #C6BEDD
RGB: (198,190,221)

Renk bilgisi

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

RGB renk modeli

#C6BEDD color RGB value is (198,190,221).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 190 of 255 = 75%
B 221 of 255 = 87%

198
190
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 190 + 221 = 609 (100%)
R 198 of 609 ~ 32.51%
G 190 of 609 ~ 31.2%
B 221 of 609 ~ 36.29%

%32.51
%31.2
%36.29

CMYK RENK MODELİ

#C6BEDD rengi CMYK tonu (10,14,0,13).

  • camgöbeği tonu 10.41%
  • eflatun tonu 14.03%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,14,0,13)
C10M14Y0K13 
(10%,14%,0%,13%)
(0.10/0.14/0.00/0.13)	

CMYK yüzdeleri

%10.41
%14.03
%0
%13.33

Codes

Color #C6BEDD in popluar color models

C6BEDD
RGB198190221
HSL255°31.31%80.59%
HSB/HSV255°14.03%86.67%
CMYK10.41%14.03%0.00%
13.33%

Color #C6BEDD in popluar number systems.

HEXC6BEDD
Decimal198190221
Binary110001101011111011011101
Octal306276335

Shades and tints

Shades of #C6BEDD

#C6BEDD
(198,190,221)
#B4ADC9
(180,173,201)
#A29CB5
(162,156,181)
#908BA1
(144,139,161)
#7E7A8D
(126,122,141)
#6C6979
(108,105,121)
#5A5865
(90,88,101)
#484751
(72,71,81)
#36363D
(54,54,61)
#242529
(36,37,41)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6BEDD

#C6BEDD
(198,190,221)
#CBC3E0
(203,195,224)
#D0C8E3
(208,200,227)
#D5CDE6
(213,205,230)
#DAD2E9
(218,210,233)
#DFD7EC
(223,215,236)
#E4DCEF
(228,220,239)
#E9E1F2
(233,225,242)
#EEE6F5
(238,230,245)
#F3EBF8
(243,235,248)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BEDD; }

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

This text font color is #C6BEDD.


Background Color

.myBgColor { background-color: #C6BEDD; }

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

This div background color is #C6BEDD.


Border color

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

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

This div border color is #C6BEDD.


Opacity

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

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

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

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

This text has shadow with #C6BEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BEDD on black background.


Color preview on white background

This text has color #C6BEDD on white background.



Black color preview on #C6BEDD background

This text has black color on #C6BEDD background.


White color preview on #C6BEDD background

This text has white color on #C6BEDD background.