COLOR #C4C6EC

HEX: #C4C6EC
RGB: (196,198,236)

Renk bilgisi

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

RGB renk modeli

#C4C6EC color RGB value is (196,198,236).

  • kırmız ton 196;
  • yeşil ton 198;
  • mavi ton 236.
RGB:
(196,198,236)
(77%,78%,93%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 198 of 255 = 78%
B 236 of 255 = 93%

196
198
236

R + G + B ~ 83%. #C4C6EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 198 + 236 = 630 (100%)
R 196 of 630 ~ 31.11%
G 198 of 630 ~ 31.43%
B 236 of 630 ~ 37.46%

%31.11
%31.43
%37.46

CMYK RENK MODELİ

#C4C6EC rengi CMYK tonu (17,16,0,7).

  • camgöbeği tonu 16.95%
  • eflatun tonu 16.10%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,16,0,7)
C17M16Y0K7 
(17%,16%,0%,7%)
(0.17/0.16/0.00/0.07)	

CMYK yüzdeleri

%16.95
%16.1
%0
%7.45

Codes

Color #C4C6EC in popluar color models

C4C6EC
RGB196198236
HSL237°51.28%84.71%
HSB/HSV237°16.95%92.55%
CMYK16.95%16.10%0.00%
7.45%

Color #C4C6EC in popluar number systems.

HEXC4C6EC
Decimal196198236
Binary110001001100011011101100
Octal304306354

Shades and tints

Shades of #C4C6EC

#C4C6EC
(196,198,236)
#B3B4D7
(179,180,215)
#A2A2C2
(162,162,194)
#9190AD
(145,144,173)
#807E98
(128,126,152)
#6F6C83
(111,108,131)
#5E5A6E
(94,90,110)
#4D4859
(77,72,89)
#3C3644
(60,54,68)
#2B242F
(43,36,47)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C4C6EC

#C4C6EC
(196,198,236)
#C9CBED
(201,203,237)
#CED0EE
(206,208,238)
#D3D5EF
(211,213,239)
#D8DAF0
(216,218,240)
#DDDFF1
(221,223,241)
#E2E4F2
(226,228,242)
#E7E9F3
(231,233,243)
#ECEEF4
(236,238,244)
#F1F3F5
(241,243,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C6EC color. Also use rgb(196,198,236) instead hex code.

Text Font Color

.myTextColor { color: #C4C6EC; }

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

This text font color is #C4C6EC.


Background Color

.myBgColor { background-color: #C4C6EC; }

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

This div background color is #C4C6EC.


Border color

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

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

This div border color is #C4C6EC.


Opacity

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

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

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

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

This text has shadow with #C4C6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6EC on black background.


Color preview on white background

This text has color #C4C6EC on white background.



Black color preview on #C4C6EC background

This text has black color on #C4C6EC background.


White color preview on #C4C6EC background

This text has white color on #C4C6EC background.