COLOR #C6C5F5

HEX: #C6C5F5
RGB: (198,197,245)

Renk bilgisi

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

RGB renk modeli

#C6C5F5 color RGB value is (198,197,245).

  • kırmız ton 198;
  • yeşil ton 197;
  • mavi ton 245.
RGB:
(198,197,245)
(78%,77%,96%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 197 of 255 = 77%
B 245 of 255 = 96%

198
197
245

R + G + B ~ 84%. #C6C5F5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 197 + 245 = 640 (100%)
R 198 of 640 ~ 30.94%
G 197 of 640 ~ 30.78%
B 245 of 640 ~ 38.28%

%30.94
%30.78
%38.28

CMYK RENK MODELİ

#C6C5F5 rengi CMYK tonu (19,20,0,4).

  • camgöbeği tonu 19.18%
  • eflatun tonu 19.59%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(19,20,0,4)
C19M20Y0K4 
(19%,20%,0%,4%)
(0.19/0.20/0.00/0.04)	

CMYK yüzdeleri

%19.18
%19.59
%0
%3.92

Codes

Color #C6C5F5 in popluar color models

C6C5F5
RGB198197245
HSL241°70.59%86.67%
HSB/HSV241°19.59%96.08%
CMYK19.18%19.59%0.00%
3.92%

Color #C6C5F5 in popluar number systems.

HEXC6C5F5
Decimal198197245
Binary110001101100010111110101
Octal306305365

Shades and tints

Shades of #C6C5F5

#C6C5F5
(198,197,245)
#B4B4DF
(180,180,223)
#A2A3C9
(162,163,201)
#9092B3
(144,146,179)
#7E819D
(126,129,157)
#6C7087
(108,112,135)
#5A5F71
(90,95,113)
#484E5B
(72,78,91)
#363D45
(54,61,69)
#242C2F
(36,44,47)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6C5F5

#C6C5F5
(198,197,245)
#CBCAF5
(203,202,245)
#D0CFF5
(208,207,245)
#D5D4F5
(213,212,245)
#DAD9F5
(218,217,245)
#DFDEF5
(223,222,245)
#E4E3F5
(228,227,245)
#E9E8F5
(233,232,245)
#EEEDF5
(238,237,245)
#F3F2F5
(243,242,245)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C5F5 color. Also use rgb(198,197,245) instead hex code.

Text Font Color

.myTextColor { color: #C6C5F5; }

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

This text font color is #C6C5F5.


Background Color

.myBgColor { background-color: #C6C5F5; }

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

This div background color is #C6C5F5.


Border color

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

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

This div border color is #C6C5F5.


Opacity

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

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

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

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

This text has shadow with #C6C5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C5F5 on black background.


Color preview on white background

This text has color #C6C5F5 on white background.



Black color preview on #C6C5F5 background

This text has black color on #C6C5F5 background.


White color preview on #C6C5F5 background

This text has white color on #C6C5F5 background.