COLOR #C5BCD1

HEX: #C5BCD1
RGB: (197,188,209)

Renk bilgisi

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

RGB renk modeli

#C5BCD1 color RGB value is (197,188,209).

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

RGB bağlantıları ve doygunluk

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

197
188
209

R + G + B ~ 78%. #C5BCD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 188 + 209 = 594 (100%)
R 197 of 594 ~ 33.16%
G 188 of 594 ~ 31.65%
B 209 of 594 ~ 35.19%

%33.16
%31.65
%35.19

CMYK RENK MODELİ

#C5BCD1 rengi CMYK tonu (6,10,0,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 10.05%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(6,10,0,18)
C6M10Y0K18 
(6%,10%,0%,18%)
(0.06/0.10/0.00/0.18)	

CMYK yüzdeleri

%5.74
%10.05
%0
%18.04

Codes

Color #C5BCD1 in popluar color models

C5BCD1
RGB197188209
HSL266°18.58%77.84%
HSB/HSV266°10.05%81.96%
CMYK5.74%10.05%0.00%
18.04%

Color #C5BCD1 in popluar number systems.

HEXC5BCD1
Decimal197188209
Binary110001011011110011010001
Octal305274321

Shades and tints

Shades of #C5BCD1

#C5BCD1
(197,188,209)
#B4ABBE
(180,171,190)
#A39AAB
(163,154,171)
#928998
(146,137,152)
#817885
(129,120,133)
#706772
(112,103,114)
#5F565F
(95,86,95)
#4E454C
(78,69,76)
#3D3439
(61,52,57)
#2C2326
(44,35,38)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #C5BCD1

#C5BCD1
(197,188,209)
#CAC2D5
(202,194,213)
#CFC8D9
(207,200,217)
#D4CEDD
(212,206,221)
#D9D4E1
(217,212,225)
#DEDAE5
(222,218,229)
#E3E0E9
(227,224,233)
#E8E6ED
(232,230,237)
#EDECF1
(237,236,241)
#F2F2F5
(242,242,245)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCD1; }

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

This text font color is #C5BCD1.


Background Color

.myBgColor { background-color: #C5BCD1; }

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

This div background color is #C5BCD1.


Border color

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

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

This div border color is #C5BCD1.


Opacity

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

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

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

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

This text has shadow with #C5BCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCD1 on black background.


Color preview on white background

This text has color #C5BCD1 on white background.



Black color preview on #C5BCD1 background

This text has black color on #C5BCD1 background.


White color preview on #C5BCD1 background

This text has white color on #C5BCD1 background.