COLOR #C1C9E3

HEX: #C1C9E3
RGB: (193,201,227)

Renk bilgisi

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

RGB renk modeli

#C1C9E3 color RGB value is (193,201,227).

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

RGB bağlantıları ve doygunluk

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

193
201
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 201 + 227 = 621 (100%)
R 193 of 621 ~ 31.08%
G 201 of 621 ~ 32.37%
B 227 of 621 ~ 36.55%

%31.08
%32.37
%36.55

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%14.98
%11.45
%0
%10.98

Codes

Color #C1C9E3 in popluar color models

C1C9E3
RGB193201227
HSL226°37.78%82.35%
HSB/HSV226°14.98%89.02%
CMYK14.98%11.45%0.00%
10.98%

Color #C1C9E3 in popluar number systems.

HEXC1C9E3
Decimal193201227
Binary110000011100100111100011
Octal301311343

Shades and tints

Shades of #C1C9E3

#C1C9E3
(193,201,227)
#B0B7CF
(176,183,207)
#9FA5BB
(159,165,187)
#8E93A7
(142,147,167)
#7D8193
(125,129,147)
#6C6F7F
(108,111,127)
#5B5D6B
(91,93,107)
#4A4B57
(74,75,87)
#393943
(57,57,67)
#28272F
(40,39,47)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #C1C9E3

#C1C9E3
(193,201,227)
#C6CDE5
(198,205,229)
#CBD1E7
(203,209,231)
#D0D5E9
(208,213,233)
#D5D9EB
(213,217,235)
#DADDED
(218,221,237)
#DFE1EF
(223,225,239)
#E4E5F1
(228,229,241)
#E9E9F3
(233,233,243)
#EEEDF5
(238,237,245)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9E3; }

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

This text font color is #C1C9E3.


Background Color

.myBgColor { background-color: #C1C9E3; }

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

This div background color is #C1C9E3.


Border color

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

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

This div border color is #C1C9E3.


Opacity

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

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

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

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

This text has shadow with #C1C9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9E3 on black background.


Color preview on white background

This text has color #C1C9E3 on white background.



Black color preview on #C1C9E3 background

This text has black color on #C1C9E3 background.


White color preview on #C1C9E3 background

This text has white color on #C1C9E3 background.