COLOR #C4C6E6

HEX: #C4C6E6
RGB: (196,198,230)

Renk bilgisi

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

RGB renk modeli

#C4C6E6 color RGB value is (196,198,230).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 198 of 255 = 78%
B 230 of 255 = 90%

196
198
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 198 + 230 = 624 (100%)
R 196 of 624 ~ 31.41%
G 198 of 624 ~ 31.73%
B 230 of 624 ~ 36.86%

%31.41
%31.73
%36.86

CMYK RENK MODELİ

#C4C6E6 rengi CMYK tonu (15,14,0,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 13.91%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(15,14,0,10)
C15M14Y0K10 
(15%,14%,0%,10%)
(0.15/0.14/0.00/0.10)	

CMYK yüzdeleri

%14.78
%13.91
%0
%9.8

Codes

Color #C4C6E6 in popluar color models

C4C6E6
RGB196198230
HSL236°40.48%83.53%
HSB/HSV236°14.78%90.20%
CMYK14.78%13.91%0.00%
9.80%

Color #C4C6E6 in popluar number systems.

HEXC4C6E6
Decimal196198230
Binary110001001100011011100110
Octal304306346

Shades and tints

Shades of #C4C6E6

#C4C6E6
(196,198,230)
#B3B4D2
(179,180,210)
#A2A2BE
(162,162,190)
#9190AA
(145,144,170)
#807E96
(128,126,150)
#6F6C82
(111,108,130)
#5E5A6E
(94,90,110)
#4D485A
(77,72,90)
#3C3646
(60,54,70)
#2B2432
(43,36,50)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #C4C6E6

#C4C6E6
(196,198,230)
#C9CBE8
(201,203,232)
#CED0EA
(206,208,234)
#D3D5EC
(211,213,236)
#D8DAEE
(216,218,238)
#DDDFF0
(221,223,240)
#E2E4F2
(226,228,242)
#E7E9F4
(231,233,244)
#ECEEF6
(236,238,246)
#F1F3F8
(241,243,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6E6; }

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

This text font color is #C4C6E6.


Background Color

.myBgColor { background-color: #C4C6E6; }

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

This div background color is #C4C6E6.


Border color

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

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

This div border color is #C4C6E6.


Opacity

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

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

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

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

This text has shadow with #C4C6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6E6 on black background.


Color preview on white background

This text has color #C4C6E6 on white background.



Black color preview on #C4C6E6 background

This text has black color on #C4C6E6 background.


White color preview on #C4C6E6 background

This text has white color on #C4C6E6 background.