COLOR #C5BCC5

HEX: #C5BCC5
RGB: (197,188,197)

Renk bilgisi

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

RGB renk modeli

#C5BCC5 color RGB value is (197,188,197).

  • kırmız ton 197;
  • yeşil ton 188;
  • mavi ton 197.
RGB:
(197,188,197)
(77%,74%,77%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 188 of 255 = 74%
B 197 of 255 = 77%

197
188
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 188 + 197 = 582 (100%)
R 197 of 582 ~ 33.85%
G 188 of 582 ~ 32.3%
B 197 of 582 ~ 33.85%

%33.85
%32.3
%33.85

CMYK RENK MODELİ

#C5BCC5 rengi CMYK tonu (0,5,0,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.57%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(0,5,0,23)
C0M5Y0K23 
(0%,5%,0%,23%)
(0.00/0.05/0.00/0.23)	

CMYK yüzdeleri

%0
%4.57
%0
%22.75

Codes

Color #C5BCC5 in popluar color models

C5BCC5
RGB197188197
HSL300°7.20%75.49%
HSB/HSV300°4.57%77.25%
CMYK0.00%4.57%0.00%
22.75%

Color #C5BCC5 in popluar number systems.

HEXC5BCC5
Decimal197188197
Binary110001011011110011000101
Octal305274305

Shades and tints

Shades of #C5BCC5

#C5BCC5
(197,188,197)
#B4ABB4
(180,171,180)
#A39AA3
(163,154,163)
#928992
(146,137,146)
#817881
(129,120,129)
#706770
(112,103,112)
#5F565F
(95,86,95)
#4E454E
(78,69,78)
#3D343D
(61,52,61)
#2C232C
(44,35,44)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #C5BCC5

#C5BCC5
(197,188,197)
#CAC2CA
(202,194,202)
#CFC8CF
(207,200,207)
#D4CED4
(212,206,212)
#D9D4D9
(217,212,217)
#DEDADE
(222,218,222)
#E3E0E3
(227,224,227)
#E8E6E8
(232,230,232)
#EDECED
(237,236,237)
#F2F2F2
(242,242,242)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCC5; }

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

This text font color is #C5BCC5.


Background Color

.myBgColor { background-color: #C5BCC5; }

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

This div background color is #C5BCC5.


Border color

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

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

This div border color is #C5BCC5.


Opacity

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

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

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

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

This text has shadow with #C5BCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCC5 on black background.


Color preview on white background

This text has color #C5BCC5 on white background.



Black color preview on #C5BCC5 background

This text has black color on #C5BCC5 background.


White color preview on #C5BCC5 background

This text has white color on #C5BCC5 background.