COLOR #C4B4D6

HEX: #C4B4D6
RGB: (196,180,214)

Renk bilgisi

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

RGB renk modeli

#C4B4D6 color RGB value is (196,180,214).

  • kırmız ton 196;
  • yeşil ton 180;
  • mavi ton 214.
RGB:
(196,180,214)
(77%,71%,84%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 180 of 255 = 71%
B 214 of 255 = 84%

196
180
214

R + G + B ~ 77%. #C4B4D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 180 + 214 = 590 (100%)
R 196 of 590 ~ 33.22%
G 180 of 590 ~ 30.51%
B 214 of 590 ~ 36.27%

%33.22
%30.51
%36.27

CMYK RENK MODELİ

#C4B4D6 rengi CMYK tonu (8,16,0,16).

  • camgöbeği tonu 8.41%
  • eflatun tonu 15.89%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(8,16,0,16)
C8M16Y0K16 
(8%,16%,0%,16%)
(0.08/0.16/0.00/0.16)	

CMYK yüzdeleri

%8.41
%15.89
%0
%16.08

Codes

Color #C4B4D6 in popluar color models

C4B4D6
RGB196180214
HSL268°29.31%77.25%
HSB/HSV268°15.89%83.92%
CMYK8.41%15.89%0.00%
16.08%

Color #C4B4D6 in popluar number systems.

HEXC4B4D6
Decimal196180214
Binary110001001011010011010110
Octal304264326

Shades and tints

Shades of #C4B4D6

#C4B4D6
(196,180,214)
#B3A4C3
(179,164,195)
#A294B0
(162,148,176)
#91849D
(145,132,157)
#80748A
(128,116,138)
#6F6477
(111,100,119)
#5E5464
(94,84,100)
#4D4451
(77,68,81)
#3C343E
(60,52,62)
#2B242B
(43,36,43)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4B4D6

#C4B4D6
(196,180,214)
#C9BAD9
(201,186,217)
#CEC0DC
(206,192,220)
#D3C6DF
(211,198,223)
#D8CCE2
(216,204,226)
#DDD2E5
(221,210,229)
#E2D8E8
(226,216,232)
#E7DEEB
(231,222,235)
#ECE4EE
(236,228,238)
#F1EAF1
(241,234,241)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B4D6 color. Also use rgb(196,180,214) instead hex code.

Text Font Color

.myTextColor { color: #C4B4D6; }

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

This text font color is #C4B4D6.


Background Color

.myBgColor { background-color: #C4B4D6; }

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

This div background color is #C4B4D6.


Border color

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

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

This div border color is #C4B4D6.


Opacity

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

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

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

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

This text has shadow with #C4B4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B4D6 on black background.


Color preview on white background

This text has color #C4B4D6 on white background.



Black color preview on #C4B4D6 background

This text has black color on #C4B4D6 background.


White color preview on #C4B4D6 background

This text has white color on #C4B4D6 background.