COLOR #C4C1EC

HEX: #C4C1EC
RGB: (196,193,236)

Renk bilgisi

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

RGB renk modeli

#C4C1EC color RGB value is (196,193,236).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 193 of 255 = 76%
B 236 of 255 = 93%

196
193
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 193 + 236 = 625 (100%)
R 196 of 625 ~ 31.36%
G 193 of 625 ~ 30.88%
B 236 of 625 ~ 37.76%

%31.36
%30.88
%37.76

CMYK RENK MODELİ

#C4C1EC rengi CMYK tonu (17,18,0,7).

  • camgöbeği tonu 16.95%
  • eflatun tonu 18.22%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,18,0,7)
C17M18Y0K7 
(17%,18%,0%,7%)
(0.17/0.18/0.00/0.07)	

CMYK yüzdeleri

%16.95
%18.22
%0
%7.45

Codes

Color #C4C1EC in popluar color models

C4C1EC
RGB196193236
HSL244°53.09%84.12%
HSB/HSV244°18.22%92.55%
CMYK16.95%18.22%0.00%
7.45%

Color #C4C1EC in popluar number systems.

HEXC4C1EC
Decimal196193236
Binary110001001100000111101100
Octal304301354

Shades and tints

Shades of #C4C1EC

#C4C1EC
(196,193,236)
#B3B0D7
(179,176,215)
#A29FC2
(162,159,194)
#918EAD
(145,142,173)
#807D98
(128,125,152)
#6F6C83
(111,108,131)
#5E5B6E
(94,91,110)
#4D4A59
(77,74,89)
#3C3944
(60,57,68)
#2B282F
(43,40,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #C4C1EC

#C4C1EC
(196,193,236)
#C9C6ED
(201,198,237)
#CECBEE
(206,203,238)
#D3D0EF
(211,208,239)
#D8D5F0
(216,213,240)
#DDDAF1
(221,218,241)
#E2DFF2
(226,223,242)
#E7E4F3
(231,228,243)
#ECE9F4
(236,233,244)
#F1EEF5
(241,238,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C1EC; }

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

This text font color is #C4C1EC.


Background Color

.myBgColor { background-color: #C4C1EC; }

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

This div background color is #C4C1EC.


Border color

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

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

This div border color is #C4C1EC.


Opacity

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

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

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

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

This text has shadow with #C4C1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1EC on black background.


Color preview on white background

This text has color #C4C1EC on white background.



Black color preview on #C4C1EC background

This text has black color on #C4C1EC background.


White color preview on #C4C1EC background

This text has white color on #C4C1EC background.