COLOR #C6C7EE

HEX: #C6C7EE
RGB: (198,199,238)

Renk bilgisi

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

RGB renk modeli

#C6C7EE color RGB value is (198,199,238).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 199 of 255 = 78%
B 238 of 255 = 93%

198
199
238

R + G + B ~ 83%. #C6C7EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 199 + 238 = 635 (100%)
R 198 of 635 ~ 31.18%
G 199 of 635 ~ 31.34%
B 238 of 635 ~ 37.48%

%31.18
%31.34
%37.48

CMYK RENK MODELİ

#C6C7EE rengi CMYK tonu (17,16,0,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 16.39%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,16,0,7)
C17M16Y0K7 
(17%,16%,0%,7%)
(0.17/0.16/0.00/0.07)	

CMYK yüzdeleri

%16.81
%16.39
%0
%6.67

Codes

Color #C6C7EE in popluar color models

C6C7EE
RGB198199238
HSL239°54.05%85.49%
HSB/HSV239°16.81%93.33%
CMYK16.81%16.39%0.00%
6.67%

Color #C6C7EE in popluar number systems.

HEXC6C7EE
Decimal198199238
Binary110001101100011111101110
Octal306307356

Shades and tints

Shades of #C6C7EE

#C6C7EE
(198,199,238)
#B4B5D9
(180,181,217)
#A2A3C4
(162,163,196)
#9091AF
(144,145,175)
#7E7F9A
(126,127,154)
#6C6D85
(108,109,133)
#5A5B70
(90,91,112)
#48495B
(72,73,91)
#363746
(54,55,70)
#242531
(36,37,49)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C6C7EE

#C6C7EE
(198,199,238)
#CBCCEF
(203,204,239)
#D0D1F0
(208,209,240)
#D5D6F1
(213,214,241)
#DADBF2
(218,219,242)
#DFE0F3
(223,224,243)
#E4E5F4
(228,229,244)
#E9EAF5
(233,234,245)
#EEEFF6
(238,239,246)
#F3F4F7
(243,244,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7EE; }

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

This text font color is #C6C7EE.


Background Color

.myBgColor { background-color: #C6C7EE; }

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

This div background color is #C6C7EE.


Border color

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

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

This div border color is #C6C7EE.


Opacity

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

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

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

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

This text has shadow with #C6C7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7EE on black background.


Color preview on white background

This text has color #C6C7EE on white background.



Black color preview on #C6C7EE background

This text has black color on #C6C7EE background.


White color preview on #C6C7EE background

This text has white color on #C6C7EE background.