COLOR #C1C9E2

HEX: #C1C9E2
RGB: (193,201,226)

Renk bilgisi

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

RGB renk modeli

#C1C9E2 color RGB value is (193,201,226).

  • kırmız ton 193;
  • yeşil ton 201;
  • mavi ton 226.
RGB:
(193,201,226)
(76%,79%,89%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 201 of 255 = 79%
B 226 of 255 = 89%

193
201
226

R + G + B ~ 81%. #C1C9E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 201 + 226 = 620 (100%)
R 193 of 620 ~ 31.13%
G 201 of 620 ~ 32.42%
B 226 of 620 ~ 36.45%

%31.13
%32.42
%36.45

CMYK RENK MODELİ

#C1C9E2 rengi CMYK tonu (15,11,0,11).

  • camgöbeği tonu 14.60%
  • eflatun tonu 11.06%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(15,11,0,11)
C15M11Y0K11 
(15%,11%,0%,11%)
(0.15/0.11/0.00/0.11)	

CMYK yüzdeleri

%14.6
%11.06
%0
%11.37

Codes

Color #C1C9E2 in popluar color models

C1C9E2
RGB193201226
HSL225°36.26%82.16%
HSB/HSV225°14.60%88.63%
CMYK14.60%11.06%0.00%
11.37%

Color #C1C9E2 in popluar number systems.

HEXC1C9E2
Decimal193201226
Binary110000011100100111100010
Octal301311342

Shades and tints

Shades of #C1C9E2

#C1C9E2
(193,201,226)
#B0B7CE
(176,183,206)
#9FA5BA
(159,165,186)
#8E93A6
(142,147,166)
#7D8192
(125,129,146)
#6C6F7E
(108,111,126)
#5B5D6A
(91,93,106)
#4A4B56
(74,75,86)
#393942
(57,57,66)
#28272E
(40,39,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1C9E2

#C1C9E2
(193,201,226)
#C6CDE4
(198,205,228)
#CBD1E6
(203,209,230)
#D0D5E8
(208,213,232)
#D5D9EA
(213,217,234)
#DADDEC
(218,221,236)
#DFE1EE
(223,225,238)
#E4E5F0
(228,229,240)
#E9E9F2
(233,233,242)
#EEEDF4
(238,237,244)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C9E2 color. Also use rgb(193,201,226) instead hex code.

Text Font Color

.myTextColor { color: #C1C9E2; }

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

This text font color is #C1C9E2.


Background Color

.myBgColor { background-color: #C1C9E2; }

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

This div background color is #C1C9E2.


Border color

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

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

This div border color is #C1C9E2.


Opacity

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

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

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

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

This text has shadow with #C1C9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9E2 on black background.


Color preview on white background

This text has color #C1C9E2 on white background.



Black color preview on #C1C9E2 background

This text has black color on #C1C9E2 background.


White color preview on #C1C9E2 background

This text has white color on #C1C9E2 background.