COLOR #C6C4E8

HEX: #C6C4E8
RGB: (198,196,232)

Renk bilgisi

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

RGB renk modeli

#C6C4E8 color RGB value is (198,196,232).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 196 of 255 = 77%
B 232 of 255 = 91%

198
196
232

R + G + B ~ 82%. #C6C4E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 196 + 232 = 626 (100%)
R 198 of 626 ~ 31.63%
G 196 of 626 ~ 31.31%
B 232 of 626 ~ 37.06%

%31.63
%31.31
%37.06

CMYK RENK MODELİ

#C6C4E8 rengi CMYK tonu (15,16,0,9).

  • camgöbeği tonu 14.66%
  • eflatun tonu 15.52%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(15,16,0,9)
C15M16Y0K9 
(15%,16%,0%,9%)
(0.15/0.16/0.00/0.09)	

CMYK yüzdeleri

%14.66
%15.52
%0
%9.02

Codes

Color #C6C4E8 in popluar color models

C6C4E8
RGB198196232
HSL243°43.90%83.92%
HSB/HSV243°15.52%90.98%
CMYK14.66%15.52%0.00%
9.02%

Color #C6C4E8 in popluar number systems.

HEXC6C4E8
Decimal198196232
Binary110001101100010011101000
Octal306304350

Shades and tints

Shades of #C6C4E8

#C6C4E8
(198,196,232)
#B4B3D3
(180,179,211)
#A2A2BE
(162,162,190)
#9091A9
(144,145,169)
#7E8094
(126,128,148)
#6C6F7F
(108,111,127)
#5A5E6A
(90,94,106)
#484D55
(72,77,85)
#363C40
(54,60,64)
#242B2B
(36,43,43)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #C6C4E8

#C6C4E8
(198,196,232)
#CBC9EA
(203,201,234)
#D0CEEC
(208,206,236)
#D5D3EE
(213,211,238)
#DAD8F0
(218,216,240)
#DFDDF2
(223,221,242)
#E4E2F4
(228,226,244)
#E9E7F6
(233,231,246)
#EEECF8
(238,236,248)
#F3F1FA
(243,241,250)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4E8; }

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

This text font color is #C6C4E8.


Background Color

.myBgColor { background-color: #C6C4E8; }

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

This div background color is #C6C4E8.


Border color

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

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

This div border color is #C6C4E8.


Opacity

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

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

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

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

This text has shadow with #C6C4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C4E8 on black background.


Color preview on white background

This text has color #C6C4E8 on white background.



Black color preview on #C6C4E8 background

This text has black color on #C6C4E8 background.


White color preview on #C6C4E8 background

This text has white color on #C6C4E8 background.