COLOR #C6C3E0

HEX: #C6C3E0
RGB: (198,195,224)

Renk bilgisi

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

RGB renk modeli

#C6C3E0 color RGB value is (198,195,224).

  • kırmız ton 198;
  • yeşil ton 195;
  • mavi ton 224.
RGB:
(198,195,224)
(78%,76%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 195 of 255 = 76%
B 224 of 255 = 88%

198
195
224

R + G + B ~ 81%. #C6C3E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 195 + 224 = 617 (100%)
R 198 of 617 ~ 32.09%
G 195 of 617 ~ 31.6%
B 224 of 617 ~ 36.3%

%32.09
%31.6
%36.3

CMYK RENK MODELİ

#C6C3E0 rengi CMYK tonu (12,13,0,12).

  • camgöbeği tonu 11.61%
  • eflatun tonu 12.95%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(12,13,0,12)
C12M13Y0K12 
(12%,13%,0%,12%)
(0.12/0.13/0.00/0.12)	

CMYK yüzdeleri

%11.61
%12.95
%0
%12.16

Codes

Color #C6C3E0 in popluar color models

C6C3E0
RGB198195224
HSL246°31.87%82.16%
HSB/HSV246°12.95%87.84%
CMYK11.61%12.95%0.00%
12.16%

Color #C6C3E0 in popluar number systems.

HEXC6C3E0
Decimal198195224
Binary110001101100001111100000
Octal306303340

Shades and tints

Shades of #C6C3E0

#C6C3E0
(198,195,224)
#B4B2CC
(180,178,204)
#A2A1B8
(162,161,184)
#9090A4
(144,144,164)
#7E7F90
(126,127,144)
#6C6E7C
(108,110,124)
#5A5D68
(90,93,104)
#484C54
(72,76,84)
#363B40
(54,59,64)
#242A2C
(36,42,44)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6C3E0

#C6C3E0
(198,195,224)
#CBC8E2
(203,200,226)
#D0CDE4
(208,205,228)
#D5D2E6
(213,210,230)
#DAD7E8
(218,215,232)
#DFDCEA
(223,220,234)
#E4E1EC
(228,225,236)
#E9E6EE
(233,230,238)
#EEEBF0
(238,235,240)
#F3F0F2
(243,240,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C3E0 color. Also use rgb(198,195,224) instead hex code.

Text Font Color

.myTextColor { color: #C6C3E0; }

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

This text font color is #C6C3E0.


Background Color

.myBgColor { background-color: #C6C3E0; }

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

This div background color is #C6C3E0.


Border color

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

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

This div border color is #C6C3E0.


Opacity

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

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

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

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

This text has shadow with #C6C3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C3E0 on black background.


Color preview on white background

This text has color #C6C3E0 on white background.



Black color preview on #C6C3E0 background

This text has black color on #C6C3E0 background.


White color preview on #C6C3E0 background

This text has white color on #C6C3E0 background.