COLOR #C6BDDC

HEX: #C6BDDC
RGB: (198,189,220)

Renk bilgisi

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

RGB renk modeli

#C6BDDC color RGB value is (198,189,220).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 189 of 255 = 74%
B 220 of 255 = 86%

198
189
220

R + G + B ~ 79%. #C6BDDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 189 + 220 = 607 (100%)
R 198 of 607 ~ 32.62%
G 189 of 607 ~ 31.14%
B 220 of 607 ~ 36.24%

%32.62
%31.14
%36.24

CMYK RENK MODELİ

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

  • camgöbeği tonu 10.00%
  • eflatun tonu 14.09%
  • 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
%14.09
%0
%13.73

Codes

Color #C6BDDC in popluar color models

C6BDDC
RGB198189220
HSL257°30.69%80.20%
HSB/HSV257°14.09%86.27%
CMYK10.00%14.09%0.00%
13.73%

Color #C6BDDC in popluar number systems.

HEXC6BDDC
Decimal198189220
Binary110001101011110111011100
Octal306275334

Shades and tints

Shades of #C6BDDC

#C6BDDC
(198,189,220)
#B4ACC8
(180,172,200)
#A29BB4
(162,155,180)
#908AA0
(144,138,160)
#7E798C
(126,121,140)
#6C6878
(108,104,120)
#5A5764
(90,87,100)
#484650
(72,70,80)
#36353C
(54,53,60)
#242428
(36,36,40)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #C6BDDC

#C6BDDC
(198,189,220)
#CBC3DF
(203,195,223)
#D0C9E2
(208,201,226)
#D5CFE5
(213,207,229)
#DAD5E8
(218,213,232)
#DFDBEB
(223,219,235)
#E4E1EE
(228,225,238)
#E9E7F1
(233,231,241)
#EEEDF4
(238,237,244)
#F3F3F7
(243,243,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDDC; }

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

This text font color is #C6BDDC.


Background Color

.myBgColor { background-color: #C6BDDC; }

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

This div background color is #C6BDDC.


Border color

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

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

This div border color is #C6BDDC.


Opacity

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

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

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

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

This text has shadow with #C6BDDC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6BDDC on black background.


Color preview on white background

This text has color #C6BDDC on white background.



Black color preview on #C6BDDC background

This text has black color on #C6BDDC background.


White color preview on #C6BDDC background

This text has white color on #C6BDDC background.