COLOR #C6C0EE

HEX: #C6C0EE
RGB: (198,192,238)

Renk bilgisi

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

RGB renk modeli

#C6C0EE color RGB value is (198,192,238).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 192 of 255 = 75%
B 238 of 255 = 93%

198
192
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 192 + 238 = 628 (100%)
R 198 of 628 ~ 31.53%
G 192 of 628 ~ 30.57%
B 238 of 628 ~ 37.9%

%31.53
%30.57
%37.9

CMYK RENK MODELİ

#C6C0EE rengi CMYK tonu (17,19,0,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 19.33%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,19,0,7)
C17M19Y0K7 
(17%,19%,0%,7%)
(0.17/0.19/0.00/0.07)	

CMYK yüzdeleri

%16.81
%19.33
%0
%6.67

Codes

Color #C6C0EE in popluar color models

C6C0EE
RGB198192238
HSL248°57.50%84.31%
HSB/HSV248°19.33%93.33%
CMYK16.81%19.33%0.00%
6.67%

Color #C6C0EE in popluar number systems.

HEXC6C0EE
Decimal198192238
Binary110001101100000011101110
Octal306300356

Shades and tints

Shades of #C6C0EE

#C6C0EE
(198,192,238)
#B4AFD9
(180,175,217)
#A29EC4
(162,158,196)
#908DAF
(144,141,175)
#7E7C9A
(126,124,154)
#6C6B85
(108,107,133)
#5A5A70
(90,90,112)
#48495B
(72,73,91)
#363846
(54,56,70)
#242731
(36,39,49)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #C6C0EE

#C6C0EE
(198,192,238)
#CBC5EF
(203,197,239)
#D0CAF0
(208,202,240)
#D5CFF1
(213,207,241)
#DAD4F2
(218,212,242)
#DFD9F3
(223,217,243)
#E4DEF4
(228,222,244)
#E9E3F5
(233,227,245)
#EEE8F6
(238,232,246)
#F3EDF7
(243,237,247)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0EE; }

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

This text font color is #C6C0EE.


Background Color

.myBgColor { background-color: #C6C0EE; }

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

This div background color is #C6C0EE.


Border color

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

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

This div border color is #C6C0EE.


Opacity

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

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

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

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

This text has shadow with #C6C0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C0EE on black background.


Color preview on white background

This text has color #C6C0EE on white background.



Black color preview on #C6C0EE background

This text has black color on #C6C0EE background.


White color preview on #C6C0EE background

This text has white color on #C6C0EE background.