COLOR #C6BDD0

HEX: #C6BDD0
RGB: (198,189,208)

Renk bilgisi

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

RGB renk modeli

#C6BDD0 color RGB value is (198,189,208).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 189 of 255 = 74%
B 208 of 255 = 82%

198
189
208

R + G + B ~ 78%. #C6BDD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 189 + 208 = 595 (100%)
R 198 of 595 ~ 33.28%
G 189 of 595 ~ 31.76%
B 208 of 595 ~ 34.96%

%33.28
%31.76
%34.96

CMYK RENK MODELİ

#C6BDD0 rengi CMYK tonu (5,9,0,18).

  • camgöbeği tonu 4.81%
  • eflatun tonu 9.13%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(5,9,0,18)
C5M9Y0K18 
(5%,9%,0%,18%)
(0.05/0.09/0.00/0.18)	

CMYK yüzdeleri

%4.81
%9.13
%0
%18.43

Codes

Color #C6BDD0 in popluar color models

C6BDD0
RGB198189208
HSL268°16.81%77.84%
HSB/HSV268°9.13%81.57%
CMYK4.81%9.13%0.00%
18.43%

Color #C6BDD0 in popluar number systems.

HEXC6BDD0
Decimal198189208
Binary110001101011110111010000
Octal306275320

Shades and tints

Shades of #C6BDD0

#C6BDD0
(198,189,208)
#B4ACBE
(180,172,190)
#A29BAC
(162,155,172)
#908A9A
(144,138,154)
#7E7988
(126,121,136)
#6C6876
(108,104,118)
#5A5764
(90,87,100)
#484652
(72,70,82)
#363540
(54,53,64)
#24242E
(36,36,46)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C6BDD0

#C6BDD0
(198,189,208)
#CBC3D4
(203,195,212)
#D0C9D8
(208,201,216)
#D5CFDC
(213,207,220)
#DAD5E0
(218,213,224)
#DFDBE4
(223,219,228)
#E4E1E8
(228,225,232)
#E9E7EC
(233,231,236)
#EEEDF0
(238,237,240)
#F3F3F4
(243,243,244)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDD0; }

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

This text font color is #C6BDD0.


Background Color

.myBgColor { background-color: #C6BDD0; }

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

This div background color is #C6BDD0.


Border color

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

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

This div border color is #C6BDD0.


Opacity

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

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

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

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

This text has shadow with #C6BDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BDD0 on black background.


Color preview on white background

This text has color #C6BDD0 on white background.



Black color preview on #C6BDD0 background

This text has black color on #C6BDD0 background.


White color preview on #C6BDD0 background

This text has white color on #C6BDD0 background.