COLOR #C5BCD7

HEX: #C5BCD7
RGB: (197,188,215)

Renk bilgisi

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

RGB renk modeli

#C5BCD7 color RGB value is (197,188,215).

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

RGB bağlantıları ve doygunluk

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

197
188
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 188 + 215 = 600 (100%)
R 197 of 600 ~ 32.83%
G 188 of 600 ~ 31.33%
B 215 of 600 ~ 35.83%

%32.83
%31.33
%35.83

CMYK RENK MODELİ

#C5BCD7 rengi CMYK tonu (8,13,0,16).

  • camgöbeği tonu 8.37%
  • eflatun tonu 12.56%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,13,0,16)
C8M13Y0K16 
(8%,13%,0%,16%)
(0.08/0.13/0.00/0.16)	

CMYK yüzdeleri

%8.37
%12.56
%0
%15.69

Codes

Color #C5BCD7 in popluar color models

C5BCD7
RGB197188215
HSL260°25.23%79.02%
HSB/HSV260°12.56%84.31%
CMYK8.37%12.56%0.00%
15.69%

Color #C5BCD7 in popluar number systems.

HEXC5BCD7
Decimal197188215
Binary110001011011110011010111
Octal305274327

Shades and tints

Shades of #C5BCD7

#C5BCD7
(197,188,215)
#B4ABC4
(180,171,196)
#A39AB1
(163,154,177)
#92899E
(146,137,158)
#81788B
(129,120,139)
#706778
(112,103,120)
#5F5665
(95,86,101)
#4E4552
(78,69,82)
#3D343F
(61,52,63)
#2C232C
(44,35,44)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #C5BCD7

#C5BCD7
(197,188,215)
#CAC2DA
(202,194,218)
#CFC8DD
(207,200,221)
#D4CEE0
(212,206,224)
#D9D4E3
(217,212,227)
#DEDAE6
(222,218,230)
#E3E0E9
(227,224,233)
#E8E6EC
(232,230,236)
#EDECEF
(237,236,239)
#F2F2F2
(242,242,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCD7; }

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

This text font color is #C5BCD7.


Background Color

.myBgColor { background-color: #C5BCD7; }

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

This div background color is #C5BCD7.


Border color

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

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

This div border color is #C5BCD7.


Opacity

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

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

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

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

This text has shadow with #C5BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCD7 on black background.


Color preview on white background

This text has color #C5BCD7 on white background.



Black color preview on #C5BCD7 background

This text has black color on #C5BCD7 background.


White color preview on #C5BCD7 background

This text has white color on #C5BCD7 background.