COLOR #C6C9E5

HEX: #C6C9E5
RGB: (198,201,229)

Renk bilgisi

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

RGB renk modeli

#C6C9E5 color RGB value is (198,201,229).

  • kırmız ton 198;
  • yeşil ton 201;
  • mavi ton 229.
RGB:
(198,201,229)
(78%,79%,90%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 201 of 255 = 79%
B 229 of 255 = 90%

198
201
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 201 + 229 = 628 (100%)
R 198 of 628 ~ 31.53%
G 201 of 628 ~ 32.01%
B 229 of 628 ~ 36.46%

%31.53
%32.01
%36.46

CMYK RENK MODELİ

#C6C9E5 rengi CMYK tonu (14,12,0,10).

  • camgöbeği tonu 13.54%
  • eflatun tonu 12.23%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,12,0,10)
C14M12Y0K10 
(14%,12%,0%,10%)
(0.14/0.12/0.00/0.10)	

CMYK yüzdeleri

%13.54
%12.23
%0
%10.2

Codes

Color #C6C9E5 in popluar color models

C6C9E5
RGB198201229
HSL234°37.35%83.73%
HSB/HSV234°13.54%89.80%
CMYK13.54%12.23%0.00%
10.20%

Color #C6C9E5 in popluar number systems.

HEXC6C9E5
Decimal198201229
Binary110001101100100111100101
Octal306311345

Shades and tints

Shades of #C6C9E5

#C6C9E5
(198,201,229)
#B4B7D1
(180,183,209)
#A2A5BD
(162,165,189)
#9093A9
(144,147,169)
#7E8195
(126,129,149)
#6C6F81
(108,111,129)
#5A5D6D
(90,93,109)
#484B59
(72,75,89)
#363945
(54,57,69)
#242731
(36,39,49)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6C9E5

#C6C9E5
(198,201,229)
#CBCDE7
(203,205,231)
#D0D1E9
(208,209,233)
#D5D5EB
(213,213,235)
#DAD9ED
(218,217,237)
#DFDDEF
(223,221,239)
#E4E1F1
(228,225,241)
#E9E5F3
(233,229,243)
#EEE9F5
(238,233,245)
#F3EDF7
(243,237,247)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C9E5 color. Also use rgb(198,201,229) instead hex code.

Text Font Color

.myTextColor { color: #C6C9E5; }

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

This text font color is #C6C9E5.


Background Color

.myBgColor { background-color: #C6C9E5; }

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

This div background color is #C6C9E5.


Border color

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

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

This div border color is #C6C9E5.


Opacity

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

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

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

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

This text has shadow with #C6C9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9E5 on black background.


Color preview on white background

This text has color #C6C9E5 on white background.



Black color preview on #C6C9E5 background

This text has black color on #C6C9E5 background.


White color preview on #C6C9E5 background

This text has white color on #C6C9E5 background.