COLOR #C2C6DA

HEX: #C2C6DA
RGB: (194,198,218)

Renk bilgisi

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

RGB renk modeli

#C2C6DA color RGB value is (194,198,218).

  • kırmız ton 194;
  • yeşil ton 198;
  • mavi ton 218.
RGB:
(194,198,218)
(76%,78%,85%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 198 of 255 = 78%
B 218 of 255 = 85%

194
198
218

R + G + B ~ 80%. #C2C6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 198 + 218 = 610 (100%)
R 194 of 610 ~ 31.8%
G 198 of 610 ~ 32.46%
B 218 of 610 ~ 35.74%

%31.8
%32.46
%35.74

CMYK RENK MODELİ

#C2C6DA rengi CMYK tonu (11,9,0,15).

  • camgöbeği tonu 11.01%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(11,9,0,15)
C11M9Y0K15 
(11%,9%,0%,15%)
(0.11/0.09/0.00/0.15)	

CMYK yüzdeleri

%11.01
%9.17
%0
%14.51

Codes

Color #C2C6DA in popluar color models

C2C6DA
RGB194198218
HSL230°24.49%80.78%
HSB/HSV230°11.01%85.49%
CMYK11.01%9.17%0.00%
14.51%

Color #C2C6DA in popluar number systems.

HEXC2C6DA
Decimal194198218
Binary110000101100011011011010
Octal302306332

Shades and tints

Shades of #C2C6DA

#C2C6DA
(194,198,218)
#B1B4C7
(177,180,199)
#A0A2B4
(160,162,180)
#8F90A1
(143,144,161)
#7E7E8E
(126,126,142)
#6D6C7B
(109,108,123)
#5C5A68
(92,90,104)
#4B4855
(75,72,85)
#3A3642
(58,54,66)
#29242F
(41,36,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #C2C6DA

#C2C6DA
(194,198,218)
#C7CBDD
(199,203,221)
#CCD0E0
(204,208,224)
#D1D5E3
(209,213,227)
#D6DAE6
(214,218,230)
#DBDFE9
(219,223,233)
#E0E4EC
(224,228,236)
#E5E9EF
(229,233,239)
#EAEEF2
(234,238,242)
#EFF3F5
(239,243,245)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C6DA color. Also use rgb(194,198,218) instead hex code.

Text Font Color

.myTextColor { color: #C2C6DA; }

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

This text font color is #C2C6DA.


Background Color

.myBgColor { background-color: #C2C6DA; }

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

This div background color is #C2C6DA.


Border color

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

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

This div border color is #C2C6DA.


Opacity

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

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

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

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

This text has shadow with #C2C6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C6DA on black background.


Color preview on white background

This text has color #C2C6DA on white background.



Black color preview on #C2C6DA background

This text has black color on #C2C6DA background.


White color preview on #C2C6DA background

This text has white color on #C2C6DA background.