COLOR #C5B6CC

HEX: #C5B6CC
RGB: (197,182,204)

Renk bilgisi

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

RGB renk modeli

#C5B6CC color RGB value is (197,182,204).

  • kırmız ton 197;
  • yeşil ton 182;
  • mavi ton 204.
RGB:
(197,182,204)
(77%,71%,80%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 182 of 255 = 71%
B 204 of 255 = 80%

197
182
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 182 + 204 = 583 (100%)
R 197 of 583 ~ 33.79%
G 182 of 583 ~ 31.22%
B 204 of 583 ~ 34.99%

%33.79
%31.22
%34.99

CMYK RENK MODELİ

#C5B6CC rengi CMYK tonu (3,11,0,20).

  • camgöbeği tonu 3.43%
  • eflatun tonu 10.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,11,0,20)
C3M11Y0K20 
(3%,11%,0%,20%)
(0.03/0.11/0.00/0.20)	

CMYK yüzdeleri

%3.43
%10.78
%0
%20

Codes

Color #C5B6CC in popluar color models

C5B6CC
RGB197182204
HSL281°17.74%75.69%
HSB/HSV281°10.78%80.00%
CMYK3.43%10.78%0.00%
20.00%

Color #C5B6CC in popluar number systems.

HEXC5B6CC
Decimal197182204
Binary110001011011011011001100
Octal305266314

Shades and tints

Shades of #C5B6CC

#C5B6CC
(197,182,204)
#B4A6BA
(180,166,186)
#A396A8
(163,150,168)
#928696
(146,134,150)
#817684
(129,118,132)
#706672
(112,102,114)
#5F5660
(95,86,96)
#4E464E
(78,70,78)
#3D363C
(61,54,60)
#2C262A
(44,38,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5B6CC

#C5B6CC
(197,182,204)
#CABCD0
(202,188,208)
#CFC2D4
(207,194,212)
#D4C8D8
(212,200,216)
#D9CEDC
(217,206,220)
#DED4E0
(222,212,224)
#E3DAE4
(227,218,228)
#E8E0E8
(232,224,232)
#EDE6EC
(237,230,236)
#F2ECF0
(242,236,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B6CC color. Also use rgb(197,182,204) instead hex code.

Text Font Color

.myTextColor { color: #C5B6CC; }

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

This text font color is #C5B6CC.


Background Color

.myBgColor { background-color: #C5B6CC; }

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

This div background color is #C5B6CC.


Border color

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

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

This div border color is #C5B6CC.


Opacity

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

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

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

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

This text has shadow with #C5B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B6CC on black background.


Color preview on white background

This text has color #C5B6CC on white background.



Black color preview on #C5B6CC background

This text has black color on #C5B6CC background.


White color preview on #C5B6CC background

This text has white color on #C5B6CC background.