COLOR #C4B9CC

HEX: #C4B9CC
RGB: (196,185,204)

Renk bilgisi

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

RGB renk modeli

#C4B9CC color RGB value is (196,185,204).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 185 of 255 = 73%
B 204 of 255 = 80%

196
185
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 185 + 204 = 585 (100%)
R 196 of 585 ~ 33.5%
G 185 of 585 ~ 31.62%
B 204 of 585 ~ 34.87%

%33.5
%31.62
%34.87

CMYK RENK MODELİ

#C4B9CC rengi CMYK tonu (4,9,0,20).

  • camgöbeği tonu 3.92%
  • eflatun tonu 9.31%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(4,9,0,20)
C4M9Y0K20 
(4%,9%,0%,20%)
(0.04/0.09/0.00/0.20)	

CMYK yüzdeleri

%3.92
%9.31
%0
%20

Codes

Color #C4B9CC in popluar color models

C4B9CC
RGB196185204
HSL275°15.70%76.27%
HSB/HSV275°9.31%80.00%
CMYK3.92%9.31%0.00%
20.00%

Color #C4B9CC in popluar number systems.

HEXC4B9CC
Decimal196185204
Binary110001001011100111001100
Octal304271314

Shades and tints

Shades of #C4B9CC

#C4B9CC
(196,185,204)
#B3A9BA
(179,169,186)
#A299A8
(162,153,168)
#918996
(145,137,150)
#807984
(128,121,132)
#6F6972
(111,105,114)
#5E5960
(94,89,96)
#4D494E
(77,73,78)
#3C393C
(60,57,60)
#2B292A
(43,41,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4B9CC

#C4B9CC
(196,185,204)
#C9BFD0
(201,191,208)
#CEC5D4
(206,197,212)
#D3CBD8
(211,203,216)
#D8D1DC
(216,209,220)
#DDD7E0
(221,215,224)
#E2DDE4
(226,221,228)
#E7E3E8
(231,227,232)
#ECE9EC
(236,233,236)
#F1EFF0
(241,239,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B9CC; }

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

This text font color is #C4B9CC.


Background Color

.myBgColor { background-color: #C4B9CC; }

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

This div background color is #C4B9CC.


Border color

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

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

This div border color is #C4B9CC.


Opacity

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

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

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

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

This text has shadow with #C4B9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B9CC on black background.


Color preview on white background

This text has color #C4B9CC on white background.



Black color preview on #C4B9CC background

This text has black color on #C4B9CC background.


White color preview on #C4B9CC background

This text has white color on #C4B9CC background.