COLOR #C4C0E6

HEX: #C4C0E6
RGB: (196,192,230)

Renk bilgisi

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

RGB renk modeli

#C4C0E6 color RGB value is (196,192,230).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 192 of 255 = 75%
B 230 of 255 = 90%

196
192
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 192 + 230 = 618 (100%)
R 196 of 618 ~ 31.72%
G 192 of 618 ~ 31.07%
B 230 of 618 ~ 37.22%

%31.72
%31.07
%37.22

CMYK RENK MODELİ

#C4C0E6 rengi CMYK tonu (15,17,0,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 16.52%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(15,17,0,10)
C15M17Y0K10 
(15%,17%,0%,10%)
(0.15/0.17/0.00/0.10)	

CMYK yüzdeleri

%14.78
%16.52
%0
%9.8

Codes

Color #C4C0E6 in popluar color models

C4C0E6
RGB196192230
HSL246°43.18%82.75%
HSB/HSV246°16.52%90.20%
CMYK14.78%16.52%0.00%
9.80%

Color #C4C0E6 in popluar number systems.

HEXC4C0E6
Decimal196192230
Binary110001001100000011100110
Octal304300346

Shades and tints

Shades of #C4C0E6

#C4C0E6
(196,192,230)
#B3AFD2
(179,175,210)
#A29EBE
(162,158,190)
#918DAA
(145,141,170)
#807C96
(128,124,150)
#6F6B82
(111,107,130)
#5E5A6E
(94,90,110)
#4D495A
(77,73,90)
#3C3846
(60,56,70)
#2B2732
(43,39,50)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #C4C0E6

#C4C0E6
(196,192,230)
#C9C5E8
(201,197,232)
#CECAEA
(206,202,234)
#D3CFEC
(211,207,236)
#D8D4EE
(216,212,238)
#DDD9F0
(221,217,240)
#E2DEF2
(226,222,242)
#E7E3F4
(231,227,244)
#ECE8F6
(236,232,246)
#F1EDF8
(241,237,248)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C0E6; }

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

This text font color is #C4C0E6.


Background Color

.myBgColor { background-color: #C4C0E6; }

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

This div background color is #C4C0E6.


Border color

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

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

This div border color is #C4C0E6.


Opacity

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

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

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

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

This text has shadow with #C4C0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0E6 on black background.


Color preview on white background

This text has color #C4C0E6 on white background.



Black color preview on #C4C0E6 background

This text has black color on #C4C0E6 background.


White color preview on #C4C0E6 background

This text has white color on #C4C0E6 background.