COLOR #C8C6E6

HEX: #C8C6E6
RGB: (200,198,230)

Renk bilgisi

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

RGB renk modeli

#C8C6E6 color RGB value is (200,198,230).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 198 of 255 = 78%
B 230 of 255 = 90%

200
198
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 198 + 230 = 628 (100%)
R 200 of 628 ~ 31.85%
G 198 of 628 ~ 31.53%
B 230 of 628 ~ 36.62%

%31.85
%31.53
%36.62

CMYK RENK MODELİ

#C8C6E6 rengi CMYK tonu (13,14,0,10).

  • camgöbeği tonu 13.04%
  • eflatun tonu 13.91%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(13,14,0,10)
C13M14Y0K10 
(13%,14%,0%,10%)
(0.13/0.14/0.00/0.10)	

CMYK yüzdeleri

%13.04
%13.91
%0
%9.8

Codes

Color #C8C6E6 in popluar color models

C8C6E6
RGB200198230
HSL244°39.02%83.92%
HSB/HSV244°13.91%90.20%
CMYK13.04%13.91%0.00%
9.80%

Color #C8C6E6 in popluar number systems.

HEXC8C6E6
Decimal200198230
Binary110010001100011011100110
Octal310306346

Shades and tints

Shades of #C8C6E6

#C8C6E6
(200,198,230)
#B6B4D2
(182,180,210)
#A4A2BE
(164,162,190)
#9290AA
(146,144,170)
#807E96
(128,126,150)
#6E6C82
(110,108,130)
#5C5A6E
(92,90,110)
#4A485A
(74,72,90)
#383646
(56,54,70)
#262432
(38,36,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #C8C6E6

#C8C6E6
(200,198,230)
#CDCBE8
(205,203,232)
#D2D0EA
(210,208,234)
#D7D5EC
(215,213,236)
#DCDAEE
(220,218,238)
#E1DFF0
(225,223,240)
#E6E4F2
(230,228,242)
#EBE9F4
(235,233,244)
#F0EEF6
(240,238,246)
#F5F3F8
(245,243,248)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C6E6; }

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

This text font color is #C8C6E6.


Background Color

.myBgColor { background-color: #C8C6E6; }

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

This div background color is #C8C6E6.


Border color

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

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

This div border color is #C8C6E6.


Opacity

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

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

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

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

This text has shadow with #C8C6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C6E6 on black background.


Color preview on white background

This text has color #C8C6E6 on white background.



Black color preview on #C8C6E6 background

This text has black color on #C8C6E6 background.


White color preview on #C8C6E6 background

This text has white color on #C8C6E6 background.