COLOR #C6C7E4

HEX: #C6C7E4
RGB: (198,199,228)

Renk bilgisi

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

RGB renk modeli

#C6C7E4 color RGB value is (198,199,228).

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

RGB bağlantıları ve doygunluk

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

198
199
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 199 + 228 = 625 (100%)
R 198 of 625 ~ 31.68%
G 199 of 625 ~ 31.84%
B 228 of 625 ~ 36.48%

%31.68
%31.84
%36.48

CMYK RENK MODELİ

#C6C7E4 rengi CMYK tonu (13,13,0,11).

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

CMYK yüzdeleri

%13.16
%12.72
%0
%10.59

Codes

Color #C6C7E4 in popluar color models

C6C7E4
RGB198199228
HSL238°35.71%83.53%
HSB/HSV238°13.16%89.41%
CMYK13.16%12.72%0.00%
10.59%

Color #C6C7E4 in popluar number systems.

HEXC6C7E4
Decimal198199228
Binary110001101100011111100100
Octal306307344

Shades and tints

Shades of #C6C7E4

#C6C7E4
(198,199,228)
#B4B5D0
(180,181,208)
#A2A3BC
(162,163,188)
#9091A8
(144,145,168)
#7E7F94
(126,127,148)
#6C6D80
(108,109,128)
#5A5B6C
(90,91,108)
#484958
(72,73,88)
#363744
(54,55,68)
#242530
(36,37,48)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C6C7E4

#C6C7E4
(198,199,228)
#CBCCE6
(203,204,230)
#D0D1E8
(208,209,232)
#D5D6EA
(213,214,234)
#DADBEC
(218,219,236)
#DFE0EE
(223,224,238)
#E4E5F0
(228,229,240)
#E9EAF2
(233,234,242)
#EEEFF4
(238,239,244)
#F3F4F6
(243,244,246)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7E4; }

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

This text font color is #C6C7E4.


Background Color

.myBgColor { background-color: #C6C7E4; }

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

This div background color is #C6C7E4.


Border color

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

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

This div border color is #C6C7E4.


Opacity

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

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

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

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

This text has shadow with #C6C7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7E4 on black background.


Color preview on white background

This text has color #C6C7E4 on white background.



Black color preview on #C6C7E4 background

This text has black color on #C6C7E4 background.


White color preview on #C6C7E4 background

This text has white color on #C6C7E4 background.