COLOR #C4B5D6

HEX: #C4B5D6
RGB: (196,181,214)

Renk bilgisi

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

RGB renk modeli

#C4B5D6 color RGB value is (196,181,214).

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

RGB bağlantıları ve doygunluk

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

196
181
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 181 + 214 = 591 (100%)
R 196 of 591 ~ 33.16%
G 181 of 591 ~ 30.63%
B 214 of 591 ~ 36.21%

%33.16
%30.63
%36.21

CMYK RENK MODELİ

#C4B5D6 rengi CMYK tonu (8,15,0,16).

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

CMYK yüzdeleri

%8.41
%15.42
%0
%16.08

Codes

Color #C4B5D6 in popluar color models

C4B5D6
RGB196181214
HSL267°28.70%77.45%
HSB/HSV267°15.42%83.92%
CMYK8.41%15.42%0.00%
16.08%

Color #C4B5D6 in popluar number systems.

HEXC4B5D6
Decimal196181214
Binary110001001011010111010110
Octal304265326

Shades and tints

Shades of #C4B5D6

#C4B5D6
(196,181,214)
#B3A5C3
(179,165,195)
#A295B0
(162,149,176)
#91859D
(145,133,157)
#80758A
(128,117,138)
#6F6577
(111,101,119)
#5E5564
(94,85,100)
#4D4551
(77,69,81)
#3C353E
(60,53,62)
#2B252B
(43,37,43)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4B5D6

#C4B5D6
(196,181,214)
#C9BBD9
(201,187,217)
#CEC1DC
(206,193,220)
#D3C7DF
(211,199,223)
#D8CDE2
(216,205,226)
#DDD3E5
(221,211,229)
#E2D9E8
(226,217,232)
#E7DFEB
(231,223,235)
#ECE5EE
(236,229,238)
#F1EBF1
(241,235,241)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B5D6; }

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

This text font color is #C4B5D6.


Background Color

.myBgColor { background-color: #C4B5D6; }

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

This div background color is #C4B5D6.


Border color

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

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

This div border color is #C4B5D6.


Opacity

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

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

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

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

This text has shadow with #C4B5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B5D6 on black background.


Color preview on white background

This text has color #C4B5D6 on white background.



Black color preview on #C4B5D6 background

This text has black color on #C4B5D6 background.


White color preview on #C4B5D6 background

This text has white color on #C4B5D6 background.