COLOR #C6B5D2

HEX: #C6B5D2
RGB: (198,181,210)

Renk bilgisi

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

RGB renk modeli

#C6B5D2 color RGB value is (198,181,210).

  • kırmız ton 198;
  • yeşil ton 181;
  • mavi ton 210.
RGB:
(198,181,210)
(78%,71%,82%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 181 of 255 = 71%
B 210 of 255 = 82%

198
181
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 181 + 210 = 589 (100%)
R 198 of 589 ~ 33.62%
G 181 of 589 ~ 30.73%
B 210 of 589 ~ 35.65%

%33.62
%30.73
%35.65

CMYK RENK MODELİ

#C6B5D2 rengi CMYK tonu (6,14,0,18).

  • camgöbeği tonu 5.71%
  • eflatun tonu 13.81%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(6,14,0,18)
C6M14Y0K18 
(6%,14%,0%,18%)
(0.06/0.14/0.00/0.18)	

CMYK yüzdeleri

%5.71
%13.81
%0
%17.65

Codes

Color #C6B5D2 in popluar color models

C6B5D2
RGB198181210
HSL275°24.37%76.67%
HSB/HSV275°13.81%82.35%
CMYK5.71%13.81%0.00%
17.65%

Color #C6B5D2 in popluar number systems.

HEXC6B5D2
Decimal198181210
Binary110001101011010111010010
Octal306265322

Shades and tints

Shades of #C6B5D2

#C6B5D2
(198,181,210)
#B4A5BF
(180,165,191)
#A295AC
(162,149,172)
#908599
(144,133,153)
#7E7586
(126,117,134)
#6C6573
(108,101,115)
#5A5560
(90,85,96)
#48454D
(72,69,77)
#36353A
(54,53,58)
#242527
(36,37,39)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6B5D2

#C6B5D2
(198,181,210)
#CBBBD6
(203,187,214)
#D0C1DA
(208,193,218)
#D5C7DE
(213,199,222)
#DACDE2
(218,205,226)
#DFD3E6
(223,211,230)
#E4D9EA
(228,217,234)
#E9DFEE
(233,223,238)
#EEE5F2
(238,229,242)
#F3EBF6
(243,235,246)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B5D2 color. Also use rgb(198,181,210) instead hex code.

Text Font Color

.myTextColor { color: #C6B5D2; }

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

This text font color is #C6B5D2.


Background Color

.myBgColor { background-color: #C6B5D2; }

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

This div background color is #C6B5D2.


Border color

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

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

This div border color is #C6B5D2.


Opacity

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

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

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

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

This text has shadow with #C6B5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B5D2 on black background.


Color preview on white background

This text has color #C6B5D2 on white background.



Black color preview on #C6B5D2 background

This text has black color on #C6B5D2 background.


White color preview on #C6B5D2 background

This text has white color on #C6B5D2 background.