COLOR #C4C6F5

HEX: #C4C6F5
RGB: (196,198,245)

Renk bilgisi

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

RGB renk modeli

#C4C6F5 color RGB value is (196,198,245).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 198 of 255 = 78%
B 245 of 255 = 96%

196
198
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 198 + 245 = 639 (100%)
R 196 of 639 ~ 30.67%
G 198 of 639 ~ 30.99%
B 245 of 639 ~ 38.34%

%30.67
%30.99
%38.34

CMYK RENK MODELİ

#C4C6F5 rengi CMYK tonu (20,19,0,4).

  • camgöbeği tonu 20.00%
  • eflatun tonu 19.18%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(20,19,0,4)
C20M19Y0K4 
(20%,19%,0%,4%)
(0.20/0.19/0.00/0.04)	

CMYK yüzdeleri

%20
%19.18
%0
%3.92

Codes

Color #C4C6F5 in popluar color models

C4C6F5
RGB196198245
HSL238°71.01%86.47%
HSB/HSV238°20.00%96.08%
CMYK20.00%19.18%0.00%
3.92%

Color #C4C6F5 in popluar number systems.

HEXC4C6F5
Decimal196198245
Binary110001001100011011110101
Octal304306365

Shades and tints

Shades of #C4C6F5

#C4C6F5
(196,198,245)
#B3B4DF
(179,180,223)
#A2A2C9
(162,162,201)
#9190B3
(145,144,179)
#807E9D
(128,126,157)
#6F6C87
(111,108,135)
#5E5A71
(94,90,113)
#4D485B
(77,72,91)
#3C3645
(60,54,69)
#2B242F
(43,36,47)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #C4C6F5

#C4C6F5
(196,198,245)
#C9CBF5
(201,203,245)
#CED0F5
(206,208,245)
#D3D5F5
(211,213,245)
#D8DAF5
(216,218,245)
#DDDFF5
(221,223,245)
#E2E4F5
(226,228,245)
#E7E9F5
(231,233,245)
#ECEEF5
(236,238,245)
#F1F3F5
(241,243,245)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6F5; }

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

This text font color is #C4C6F5.


Background Color

.myBgColor { background-color: #C4C6F5; }

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

This div background color is #C4C6F5.


Border color

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

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

This div border color is #C4C6F5.


Opacity

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

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

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

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

This text has shadow with #C4C6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6F5 on black background.


Color preview on white background

This text has color #C4C6F5 on white background.



Black color preview on #C4C6F5 background

This text has black color on #C4C6F5 background.


White color preview on #C4C6F5 background

This text has white color on #C4C6F5 background.