COLOR #C4C9E6

HEX: #C4C9E6
RGB: (196,201,230)

Renk bilgisi

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

RGB renk modeli

#C4C9E6 color RGB value is (196,201,230).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 201 of 255 = 79%
B 230 of 255 = 90%

196
201
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 201 + 230 = 627 (100%)
R 196 of 627 ~ 31.26%
G 201 of 627 ~ 32.06%
B 230 of 627 ~ 36.68%

%31.26
%32.06
%36.68

CMYK RENK MODELİ

#C4C9E6 rengi CMYK tonu (15,13,0,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 12.61%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(15,13,0,10)
C15M13Y0K10 
(15%,13%,0%,10%)
(0.15/0.13/0.00/0.10)	

CMYK yüzdeleri

%14.78
%12.61
%0
%9.8

Codes

Color #C4C9E6 in popluar color models

C4C9E6
RGB196201230
HSL231°40.48%83.53%
HSB/HSV231°14.78%90.20%
CMYK14.78%12.61%0.00%
9.80%

Color #C4C9E6 in popluar number systems.

HEXC4C9E6
Decimal196201230
Binary110001001100100111100110
Octal304311346

Shades and tints

Shades of #C4C9E6

#C4C9E6
(196,201,230)
#B3B7D2
(179,183,210)
#A2A5BE
(162,165,190)
#9193AA
(145,147,170)
#808196
(128,129,150)
#6F6F82
(111,111,130)
#5E5D6E
(94,93,110)
#4D4B5A
(77,75,90)
#3C3946
(60,57,70)
#2B2732
(43,39,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #C4C9E6

#C4C9E6
(196,201,230)
#C9CDE8
(201,205,232)
#CED1EA
(206,209,234)
#D3D5EC
(211,213,236)
#D8D9EE
(216,217,238)
#DDDDF0
(221,221,240)
#E2E1F2
(226,225,242)
#E7E5F4
(231,229,244)
#ECE9F6
(236,233,246)
#F1EDF8
(241,237,248)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9E6; }

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

This text font color is #C4C9E6.


Background Color

.myBgColor { background-color: #C4C9E6; }

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

This div background color is #C4C9E6.


Border color

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

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

This div border color is #C4C9E6.


Opacity

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

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

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

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

This text has shadow with #C4C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9E6 on black background.


Color preview on white background

This text has color #C4C9E6 on white background.



Black color preview on #C4C9E6 background

This text has black color on #C4C9E6 background.


White color preview on #C4C9E6 background

This text has white color on #C4C9E6 background.