COLOR #C8C6E4

HEX: #C8C6E4
RGB: (200,198,228)

Renk bilgisi

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

RGB renk modeli

#C8C6E4 color RGB value is (200,198,228).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 198 of 255 = 78%
B 228 of 255 = 89%

200
198
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 198 + 228 = 626 (100%)
R 200 of 626 ~ 31.95%
G 198 of 626 ~ 31.63%
B 228 of 626 ~ 36.42%

%31.95
%31.63
%36.42

CMYK RENK MODELİ

#C8C6E4 rengi CMYK tonu (12,13,0,11).

  • camgöbeği tonu 12.28%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(12,13,0,11)
C12M13Y0K11 
(12%,13%,0%,11%)
(0.12/0.13/0.00/0.11)	

CMYK yüzdeleri

%12.28
%13.16
%0
%10.59

Codes

Color #C8C6E4 in popluar color models

C8C6E4
RGB200198228
HSL244°35.71%83.53%
HSB/HSV244°13.16%89.41%
CMYK12.28%13.16%0.00%
10.59%

Color #C8C6E4 in popluar number systems.

HEXC8C6E4
Decimal200198228
Binary110010001100011011100100
Octal310306344

Shades and tints

Shades of #C8C6E4

#C8C6E4
(200,198,228)
#B6B4D0
(182,180,208)
#A4A2BC
(164,162,188)
#9290A8
(146,144,168)
#807E94
(128,126,148)
#6E6C80
(110,108,128)
#5C5A6C
(92,90,108)
#4A4858
(74,72,88)
#383644
(56,54,68)
#262430
(38,36,48)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #C8C6E4

#C8C6E4
(200,198,228)
#CDCBE6
(205,203,230)
#D2D0E8
(210,208,232)
#D7D5EA
(215,213,234)
#DCDAEC
(220,218,236)
#E1DFEE
(225,223,238)
#E6E4F0
(230,228,240)
#EBE9F2
(235,233,242)
#F0EEF4
(240,238,244)
#F5F3F6
(245,243,246)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C6E4 color. Also use rgb(200,198,228) instead hex code.

Text Font Color

.myTextColor { color: #C8C6E4; }

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

This text font color is #C8C6E4.


Background Color

.myBgColor { background-color: #C8C6E4; }

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

This div background color is #C8C6E4.


Border color

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

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

This div border color is #C8C6E4.


Opacity

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

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

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

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

This text has shadow with #C8C6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C6E4 on black background.


Color preview on white background

This text has color #C8C6E4 on white background.



Black color preview on #C8C6E4 background

This text has black color on #C8C6E4 background.


White color preview on #C8C6E4 background

This text has white color on #C8C6E4 background.