COLOR #C4B3CC

HEX: #C4B3CC
RGB: (196,179,204)

Renk bilgisi

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

RGB renk modeli

#C4B3CC color RGB value is (196,179,204).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 179 of 255 = 70%
B 204 of 255 = 80%

196
179
204

R + G + B ~ 76%. #C4B3CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 179 + 204 = 579 (100%)
R 196 of 579 ~ 33.85%
G 179 of 579 ~ 30.92%
B 204 of 579 ~ 35.23%

%33.85
%30.92
%35.23

CMYK RENK MODELİ

#C4B3CC rengi CMYK tonu (4,12,0,20).

  • camgöbeği tonu 3.92%
  • eflatun tonu 12.25%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(4,12,0,20)
C4M12Y0K20 
(4%,12%,0%,20%)
(0.04/0.12/0.00/0.20)	

CMYK yüzdeleri

%3.92
%12.25
%0
%20

Codes

Color #C4B3CC in popluar color models

C4B3CC
RGB196179204
HSL281°19.69%75.10%
HSB/HSV281°12.25%80.00%
CMYK3.92%12.25%0.00%
20.00%

Color #C4B3CC in popluar number systems.

HEXC4B3CC
Decimal196179204
Binary110001001011001111001100
Octal304263314

Shades and tints

Shades of #C4B3CC

#C4B3CC
(196,179,204)
#B3A3BA
(179,163,186)
#A293A8
(162,147,168)
#918396
(145,131,150)
#807384
(128,115,132)
#6F6372
(111,99,114)
#5E5360
(94,83,96)
#4D434E
(77,67,78)
#3C333C
(60,51,60)
#2B232A
(43,35,42)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #C4B3CC

#C4B3CC
(196,179,204)
#C9B9D0
(201,185,208)
#CEBFD4
(206,191,212)
#D3C5D8
(211,197,216)
#D8CBDC
(216,203,220)
#DDD1E0
(221,209,224)
#E2D7E4
(226,215,228)
#E7DDE8
(231,221,232)
#ECE3EC
(236,227,236)
#F1E9F0
(241,233,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B3CC; }

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

This text font color is #C4B3CC.


Background Color

.myBgColor { background-color: #C4B3CC; }

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

This div background color is #C4B3CC.


Border color

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

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

This div border color is #C4B3CC.


Opacity

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

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

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

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

This text has shadow with #C4B3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B3CC on black background.


Color preview on white background

This text has color #C4B3CC on white background.



Black color preview on #C4B3CC background

This text has black color on #C4B3CC background.


White color preview on #C4B3CC background

This text has white color on #C4B3CC background.