COLOR #C7C6E2

HEX: #C7C6E2
RGB: (199,198,226)

Renk bilgisi

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

RGB renk modeli

#C7C6E2 color RGB value is (199,198,226).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 198 of 255 = 78%
B 226 of 255 = 89%

199
198
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 198 + 226 = 623 (100%)
R 199 of 623 ~ 31.94%
G 198 of 623 ~ 31.78%
B 226 of 623 ~ 36.28%

%31.94
%31.78
%36.28

CMYK RENK MODELİ

#C7C6E2 rengi CMYK tonu (12,12,0,11).

  • camgöbeği tonu 11.95%
  • eflatun tonu 12.39%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(12,12,0,11)
C12M12Y0K11 
(12%,12%,0%,11%)
(0.12/0.12/0.00/0.11)	

CMYK yüzdeleri

%11.95
%12.39
%0
%11.37

Codes

Color #C7C6E2 in popluar color models

C7C6E2
RGB199198226
HSL242°32.56%83.14%
HSB/HSV242°12.39%88.63%
CMYK11.95%12.39%0.00%
11.37%

Color #C7C6E2 in popluar number systems.

HEXC7C6E2
Decimal199198226
Binary110001111100011011100010
Octal307306342

Shades and tints

Shades of #C7C6E2

#C7C6E2
(199,198,226)
#B5B4CE
(181,180,206)
#A3A2BA
(163,162,186)
#9190A6
(145,144,166)
#7F7E92
(127,126,146)
#6D6C7E
(109,108,126)
#5B5A6A
(91,90,106)
#494856
(73,72,86)
#373642
(55,54,66)
#25242E
(37,36,46)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #C7C6E2

#C7C6E2
(199,198,226)
#CCCBE4
(204,203,228)
#D1D0E6
(209,208,230)
#D6D5E8
(214,213,232)
#DBDAEA
(219,218,234)
#E0DFEC
(224,223,236)
#E5E4EE
(229,228,238)
#EAE9F0
(234,233,240)
#EFEEF2
(239,238,242)
#F4F3F4
(244,243,244)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C6E2 color. Also use rgb(199,198,226) instead hex code.

Text Font Color

.myTextColor { color: #C7C6E2; }

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

This text font color is #C7C6E2.


Background Color

.myBgColor { background-color: #C7C6E2; }

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

This div background color is #C7C6E2.


Border color

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

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

This div border color is #C7C6E2.


Opacity

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

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

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

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

This text has shadow with #C7C6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C6E2 on black background.


Color preview on white background

This text has color #C7C6E2 on white background.



Black color preview on #C7C6E2 background

This text has black color on #C7C6E2 background.


White color preview on #C7C6E2 background

This text has white color on #C7C6E2 background.