COLOR #C4CBEC

HEX: #C4CBEC
RGB: (196,203,236)

Renk bilgisi

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

RGB renk modeli

#C4CBEC color RGB value is (196,203,236).

  • kırmız ton 196;
  • yeşil ton 203;
  • mavi ton 236.
RGB:
(196,203,236)
(77%,80%,93%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 203 of 255 = 80%
B 236 of 255 = 93%

196
203
236

R + G + B ~ 83%. #C4CBEC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 203 + 236 = 635 (100%)
R 196 of 635 ~ 30.87%
G 203 of 635 ~ 31.97%
B 236 of 635 ~ 37.17%

%30.87
%31.97
%37.17

CMYK RENK MODELİ

#C4CBEC rengi CMYK tonu (17,14,0,7).

  • camgöbeği tonu 16.95%
  • eflatun tonu 13.98%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,14,0,7)
C17M14Y0K7 
(17%,14%,0%,7%)
(0.17/0.14/0.00/0.07)	

CMYK yüzdeleri

%16.95
%13.98
%0
%7.45

Codes

Color #C4CBEC in popluar color models

C4CBEC
RGB196203236
HSL230°51.28%84.71%
HSB/HSV230°16.95%92.55%
CMYK16.95%13.98%0.00%
7.45%

Color #C4CBEC in popluar number systems.

HEXC4CBEC
Decimal196203236
Binary110001001100101111101100
Octal304313354

Shades and tints

Shades of #C4CBEC

#C4CBEC
(196,203,236)
#B3B9D7
(179,185,215)
#A2A7C2
(162,167,194)
#9195AD
(145,149,173)
#808398
(128,131,152)
#6F7183
(111,113,131)
#5E5F6E
(94,95,110)
#4D4D59
(77,77,89)
#3C3B44
(60,59,68)
#2B292F
(43,41,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #C4CBEC

#C4CBEC
(196,203,236)
#C9CFED
(201,207,237)
#CED3EE
(206,211,238)
#D3D7EF
(211,215,239)
#D8DBF0
(216,219,240)
#DDDFF1
(221,223,241)
#E2E3F2
(226,227,242)
#E7E7F3
(231,231,243)
#ECEBF4
(236,235,244)
#F1EFF5
(241,239,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CBEC color. Also use rgb(196,203,236) instead hex code.

Text Font Color

.myTextColor { color: #C4CBEC; }

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

This text font color is #C4CBEC.


Background Color

.myBgColor { background-color: #C4CBEC; }

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

This div background color is #C4CBEC.


Border color

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

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

This div border color is #C4CBEC.


Opacity

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

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

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

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

This text has shadow with #C4CBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBEC on black background.


Color preview on white background

This text has color #C4CBEC on white background.



Black color preview on #C4CBEC background

This text has black color on #C4CBEC background.


White color preview on #C4CBEC background

This text has white color on #C4CBEC background.