COLOR #C6C4E3

HEX: #C6C4E3
RGB: (198,196,227)

Renk bilgisi

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

RGB renk modeli

#C6C4E3 color RGB value is (198,196,227).

  • kırmız ton 198;
  • yeşil ton 196;
  • mavi ton 227.
RGB:
(198,196,227)
(78%,77%,89%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 196 of 255 = 77%
B 227 of 255 = 89%

198
196
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 196 + 227 = 621 (100%)
R 198 of 621 ~ 31.88%
G 196 of 621 ~ 31.56%
B 227 of 621 ~ 36.55%

%31.88
%31.56
%36.55

CMYK RENK MODELİ

#C6C4E3 rengi CMYK tonu (13,14,0,11).

  • camgöbeği tonu 12.78%
  • eflatun tonu 13.66%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(13,14,0,11)
C13M14Y0K11 
(13%,14%,0%,11%)
(0.13/0.14/0.00/0.11)	

CMYK yüzdeleri

%12.78
%13.66
%0
%10.98

Codes

Color #C6C4E3 in popluar color models

C6C4E3
RGB198196227
HSL244°35.63%82.94%
HSB/HSV244°13.66%89.02%
CMYK12.78%13.66%0.00%
10.98%

Color #C6C4E3 in popluar number systems.

HEXC6C4E3
Decimal198196227
Binary110001101100010011100011
Octal306304343

Shades and tints

Shades of #C6C4E3

#C6C4E3
(198,196,227)
#B4B3CF
(180,179,207)
#A2A2BB
(162,162,187)
#9091A7
(144,145,167)
#7E8093
(126,128,147)
#6C6F7F
(108,111,127)
#5A5E6B
(90,94,107)
#484D57
(72,77,87)
#363C43
(54,60,67)
#242B2F
(36,43,47)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6C4E3

#C6C4E3
(198,196,227)
#CBC9E5
(203,201,229)
#D0CEE7
(208,206,231)
#D5D3E9
(213,211,233)
#DAD8EB
(218,216,235)
#DFDDED
(223,221,237)
#E4E2EF
(228,226,239)
#E9E7F1
(233,231,241)
#EEECF3
(238,236,243)
#F3F1F5
(243,241,245)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C4E3 color. Also use rgb(198,196,227) instead hex code.

Text Font Color

.myTextColor { color: #C6C4E3; }

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

This text font color is #C6C4E3.


Background Color

.myBgColor { background-color: #C6C4E3; }

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

This div background color is #C6C4E3.


Border color

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

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

This div border color is #C6C4E3.


Opacity

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

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

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

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

This text has shadow with #C6C4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C4E3 on black background.


Color preview on white background

This text has color #C6C4E3 on white background.



Black color preview on #C6C4E3 background

This text has black color on #C6C4E3 background.


White color preview on #C6C4E3 background

This text has white color on #C6C4E3 background.