COLOR #C4CCE1

HEX: #C4CCE1
RGB: (196,204,225)

Renk bilgisi

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

RGB renk modeli

#C4CCE1 color RGB value is (196,204,225).

  • kırmız ton 196;
  • yeşil ton 204;
  • mavi ton 225.
RGB:
(196,204,225)
(77%,80%,88%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 204 of 255 = 80%
B 225 of 255 = 88%

196
204
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 204 + 225 = 625 (100%)
R 196 of 625 ~ 31.36%
G 204 of 625 ~ 32.64%
B 225 of 625 ~ 36%

%31.36
%32.64
%36

CMYK RENK MODELİ

#C4CCE1 rengi CMYK tonu (13,9,0,12).

  • camgöbeği tonu 12.89%
  • eflatun tonu 9.33%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(13,9,0,12)
C13M9Y0K12 
(13%,9%,0%,12%)
(0.13/0.09/0.00/0.12)	

CMYK yüzdeleri

%12.89
%9.33
%0
%11.76

Codes

Color #C4CCE1 in popluar color models

C4CCE1
RGB196204225
HSL223°32.58%82.55%
HSB/HSV223°12.89%88.24%
CMYK12.89%9.33%0.00%
11.76%

Color #C4CCE1 in popluar number systems.

HEXC4CCE1
Decimal196204225
Binary110001001100110011100001
Octal304314341

Shades and tints

Shades of #C4CCE1

#C4CCE1
(196,204,225)
#B3BACD
(179,186,205)
#A2A8B9
(162,168,185)
#9196A5
(145,150,165)
#808491
(128,132,145)
#6F727D
(111,114,125)
#5E6069
(94,96,105)
#4D4E55
(77,78,85)
#3C3C41
(60,60,65)
#2B2A2D
(43,42,45)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4CCE1

#C4CCE1
(196,204,225)
#C9D0E3
(201,208,227)
#CED4E5
(206,212,229)
#D3D8E7
(211,216,231)
#D8DCE9
(216,220,233)
#DDE0EB
(221,224,235)
#E2E4ED
(226,228,237)
#E7E8EF
(231,232,239)
#ECECF1
(236,236,241)
#F1F0F3
(241,240,243)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CCE1 color. Also use rgb(196,204,225) instead hex code.

Text Font Color

.myTextColor { color: #C4CCE1; }

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

This text font color is #C4CCE1.


Background Color

.myBgColor { background-color: #C4CCE1; }

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

This div background color is #C4CCE1.


Border color

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

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

This div border color is #C4CCE1.


Opacity

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

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

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

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

This text has shadow with #C4CCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCE1 on black background.


Color preview on white background

This text has color #C4CCE1 on white background.



Black color preview on #C4CCE1 background

This text has black color on #C4CCE1 background.


White color preview on #C4CCE1 background

This text has white color on #C4CCE1 background.