COLOR #C6BFDD

HEX: #C6BFDD
RGB: (198,191,221)

Renk bilgisi

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

RGB renk modeli

#C6BFDD color RGB value is (198,191,221).

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

RGB bağlantıları ve doygunluk

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

198
191
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 191 + 221 = 610 (100%)
R 198 of 610 ~ 32.46%
G 191 of 610 ~ 31.31%
B 221 of 610 ~ 36.23%

%32.46
%31.31
%36.23

CMYK RENK MODELİ

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

  • camgöbeği tonu 10.41%
  • eflatun tonu 13.57%
  • 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
%13.57
%0
%13.33

Codes

Color #C6BFDD in popluar color models

C6BFDD
RGB198191221
HSL254°30.61%80.78%
HSB/HSV254°13.57%86.67%
CMYK10.41%13.57%0.00%
13.33%

Color #C6BFDD in popluar number systems.

HEXC6BFDD
Decimal198191221
Binary110001101011111111011101
Octal306277335

Shades and tints

Shades of #C6BFDD

#C6BFDD
(198,191,221)
#B4AEC9
(180,174,201)
#A29DB5
(162,157,181)
#908CA1
(144,140,161)
#7E7B8D
(126,123,141)
#6C6A79
(108,106,121)
#5A5965
(90,89,101)
#484851
(72,72,81)
#36373D
(54,55,61)
#242629
(36,38,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C6BFDD

#C6BFDD
(198,191,221)
#CBC4E0
(203,196,224)
#D0C9E3
(208,201,227)
#D5CEE6
(213,206,230)
#DAD3E9
(218,211,233)
#DFD8EC
(223,216,236)
#E4DDEF
(228,221,239)
#E9E2F2
(233,226,242)
#EEE7F5
(238,231,245)
#F3ECF8
(243,236,248)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFDD; }

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

This text font color is #C6BFDD.


Background Color

.myBgColor { background-color: #C6BFDD; }

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

This div background color is #C6BFDD.


Border color

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

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

This div border color is #C6BFDD.


Opacity

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

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

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

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

This text has shadow with #C6BFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFDD on black background.


Color preview on white background

This text has color #C6BFDD on white background.



Black color preview on #C6BFDD background

This text has black color on #C6BFDD background.


White color preview on #C6BFDD background

This text has white color on #C6BFDD background.