COLOR #C4C6F9

HEX: #C4C6F9
RGB: (196,198,249)

Renk bilgisi

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

RGB renk modeli

#C4C6F9 color RGB value is (196,198,249).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 198 of 255 = 78%
B 249 of 255 = 98%

196
198
249

R + G + B ~ 84%. #C4C6F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 198 + 249 = 643 (100%)
R 196 of 643 ~ 30.48%
G 198 of 643 ~ 30.79%
B 249 of 643 ~ 38.72%

%30.48
%30.79
%38.72

CMYK RENK MODELİ

#C4C6F9 rengi CMYK tonu (21,20,0,2).

  • camgöbeği tonu 21.29%
  • eflatun tonu 20.48%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(21,20,0,2)
C21M20Y0K2 
(21%,20%,0%,2%)
(0.21/0.20/0.00/0.02)	

CMYK yüzdeleri

%21.29
%20.48
%0
%2.35

Codes

Color #C4C6F9 in popluar color models

C4C6F9
RGB196198249
HSL238°81.54%87.25%
HSB/HSV238°21.29%97.65%
CMYK21.29%20.48%0.00%
2.35%

Color #C4C6F9 in popluar number systems.

HEXC4C6F9
Decimal196198249
Binary110001001100011011111001
Octal304306371

Shades and tints

Shades of #C4C6F9

#C4C6F9
(196,198,249)
#B3B4E3
(179,180,227)
#A2A2CD
(162,162,205)
#9190B7
(145,144,183)
#807EA1
(128,126,161)
#6F6C8B
(111,108,139)
#5E5A75
(94,90,117)
#4D485F
(77,72,95)
#3C3649
(60,54,73)
#2B2433
(43,36,51)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #C4C6F9

#C4C6F9
(196,198,249)
#C9CBF9
(201,203,249)
#CED0F9
(206,208,249)
#D3D5F9
(211,213,249)
#D8DAF9
(216,218,249)
#DDDFF9
(221,223,249)
#E2E4F9
(226,228,249)
#E7E9F9
(231,233,249)
#ECEEF9
(236,238,249)
#F1F3F9
(241,243,249)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6F9; }

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

This text font color is #C4C6F9.


Background Color

.myBgColor { background-color: #C4C6F9; }

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

This div background color is #C4C6F9.


Border color

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

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

This div border color is #C4C6F9.


Opacity

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

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

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

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

This text has shadow with #C4C6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6F9 on black background.


Color preview on white background

This text has color #C4C6F9 on white background.



Black color preview on #C4C6F9 background

This text has black color on #C4C6F9 background.


White color preview on #C4C6F9 background

This text has white color on #C4C6F9 background.