COLOR #C6B1D7

HEX: #C6B1D7
RGB: (198,177,215)

Renk bilgisi

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

RGB renk modeli

#C6B1D7 color RGB value is (198,177,215).

  • kırmız ton 198;
  • yeşil ton 177;
  • mavi ton 215.
RGB:
(198,177,215)
(78%,69%,84%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 177 of 255 = 69%
B 215 of 255 = 84%

198
177
215

R + G + B ~ 77%. #C6B1D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 177 + 215 = 590 (100%)
R 198 of 590 ~ 33.56%
G 177 of 590 ~ 30%
B 215 of 590 ~ 36.44%

%33.56
%30
%36.44

CMYK RENK MODELİ

#C6B1D7 rengi CMYK tonu (8,18,0,16).

  • camgöbeği tonu 7.91%
  • eflatun tonu 17.67%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,18,0,16)
C8M18Y0K16 
(8%,18%,0%,16%)
(0.08/0.18/0.00/0.16)	

CMYK yüzdeleri

%7.91
%17.67
%0
%15.69

Codes

Color #C6B1D7 in popluar color models

C6B1D7
RGB198177215
HSL273°32.20%76.86%
HSB/HSV273°17.67%84.31%
CMYK7.91%17.67%0.00%
15.69%

Color #C6B1D7 in popluar number systems.

HEXC6B1D7
Decimal198177215
Binary110001101011000111010111
Octal306261327

Shades and tints

Shades of #C6B1D7

#C6B1D7
(198,177,215)
#B4A1C4
(180,161,196)
#A291B1
(162,145,177)
#90819E
(144,129,158)
#7E718B
(126,113,139)
#6C6178
(108,97,120)
#5A5165
(90,81,101)
#484152
(72,65,82)
#36313F
(54,49,63)
#24212C
(36,33,44)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6B1D7

#C6B1D7
(198,177,215)
#CBB8DA
(203,184,218)
#D0BFDD
(208,191,221)
#D5C6E0
(213,198,224)
#DACDE3
(218,205,227)
#DFD4E6
(223,212,230)
#E4DBE9
(228,219,233)
#E9E2EC
(233,226,236)
#EEE9EF
(238,233,239)
#F3F0F2
(243,240,242)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B1D7 color. Also use rgb(198,177,215) instead hex code.

Text Font Color

.myTextColor { color: #C6B1D7; }

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

This text font color is #C6B1D7.


Background Color

.myBgColor { background-color: #C6B1D7; }

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

This div background color is #C6B1D7.


Border color

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

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

This div border color is #C6B1D7.


Opacity

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

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

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

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

This text has shadow with #C6B1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B1D7 on black background.


Color preview on white background

This text has color #C6B1D7 on white background.



Black color preview on #C6B1D7 background

This text has black color on #C6B1D7 background.


White color preview on #C6B1D7 background

This text has white color on #C6B1D7 background.