COLOR #C5BEC7

HEX: #C5BEC7
RGB: (197,190,199)

Renk bilgisi

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

RGB renk modeli

#C5BEC7 color RGB value is (197,190,199).

  • kırmız ton 197;
  • yeşil ton 190;
  • mavi ton 199.
RGB:
(197,190,199)
(77%,75%,78%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 190 of 255 = 75%
B 199 of 255 = 78%

197
190
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 190 + 199 = 586 (100%)
R 197 of 586 ~ 33.62%
G 190 of 586 ~ 32.42%
B 199 of 586 ~ 33.96%

%33.62
%32.42
%33.96

CMYK RENK MODELİ

#C5BEC7 rengi CMYK tonu (1,5,0,22).

  • camgöbeği tonu 1.01%
  • eflatun tonu 4.52%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(1,5,0,22)
C1M5Y0K22 
(1%,5%,0%,22%)
(0.01/0.05/0.00/0.22)	

CMYK yüzdeleri

%1.01
%4.52
%0
%21.96

Codes

Color #C5BEC7 in popluar color models

C5BEC7
RGB197190199
HSL287°7.44%76.27%
HSB/HSV287°4.52%78.04%
CMYK1.01%4.52%0.00%
21.96%

Color #C5BEC7 in popluar number systems.

HEXC5BEC7
Decimal197190199
Binary110001011011111011000111
Octal305276307

Shades and tints

Shades of #C5BEC7

#C5BEC7
(197,190,199)
#B4ADB5
(180,173,181)
#A39CA3
(163,156,163)
#928B91
(146,139,145)
#817A7F
(129,122,127)
#70696D
(112,105,109)
#5F585B
(95,88,91)
#4E4749
(78,71,73)
#3D3637
(61,54,55)
#2C2525
(44,37,37)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C5BEC7

#C5BEC7
(197,190,199)
#CAC3CC
(202,195,204)
#CFC8D1
(207,200,209)
#D4CDD6
(212,205,214)
#D9D2DB
(217,210,219)
#DED7E0
(222,215,224)
#E3DCE5
(227,220,229)
#E8E1EA
(232,225,234)
#EDE6EF
(237,230,239)
#F2EBF4
(242,235,244)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEC7; }

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

This text font color is #C5BEC7.


Background Color

.myBgColor { background-color: #C5BEC7; }

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

This div background color is #C5BEC7.


Border color

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

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

This div border color is #C5BEC7.


Opacity

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

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

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

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

This text has shadow with #C5BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEC7 on black background.


Color preview on white background

This text has color #C5BEC7 on white background.



Black color preview on #C5BEC7 background

This text has black color on #C5BEC7 background.


White color preview on #C5BEC7 background

This text has white color on #C5BEC7 background.