COLOR #C5BEC5

HEX: #C5BEC5
RGB: (197,190,197)

Renk bilgisi

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

RGB renk modeli

#C5BEC5 color RGB value is (197,190,197).

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

RGB bağlantıları ve doygunluk

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

197
190
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 190 + 197 = 584 (100%)
R 197 of 584 ~ 33.73%
G 190 of 584 ~ 32.53%
B 197 of 584 ~ 33.73%

%33.73
%32.53
%33.73

CMYK RENK MODELİ

#C5BEC5 rengi CMYK tonu (0,4,0,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.55%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(0,4,0,23)
C0M4Y0K23 
(0%,4%,0%,23%)
(0.00/0.04/0.00/0.23)	

CMYK yüzdeleri

%0
%3.55
%0
%22.75

Codes

Color #C5BEC5 in popluar color models

C5BEC5
RGB197190197
HSL300°5.69%75.88%
HSB/HSV300°3.55%77.25%
CMYK0.00%3.55%0.00%
22.75%

Color #C5BEC5 in popluar number systems.

HEXC5BEC5
Decimal197190197
Binary110001011011111011000101
Octal305276305

Shades and tints

Shades of #C5BEC5

#C5BEC5
(197,190,197)
#B4ADB4
(180,173,180)
#A39CA3
(163,156,163)
#928B92
(146,139,146)
#817A81
(129,122,129)
#706970
(112,105,112)
#5F585F
(95,88,95)
#4E474E
(78,71,78)
#3D363D
(61,54,61)
#2C252C
(44,37,44)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #C5BEC5

#C5BEC5
(197,190,197)
#CAC3CA
(202,195,202)
#CFC8CF
(207,200,207)
#D4CDD4
(212,205,212)
#D9D2D9
(217,210,217)
#DED7DE
(222,215,222)
#E3DCE3
(227,220,227)
#E8E1E8
(232,225,232)
#EDE6ED
(237,230,237)
#F2EBF2
(242,235,242)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEC5; }

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

This text font color is #C5BEC5.


Background Color

.myBgColor { background-color: #C5BEC5; }

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

This div background color is #C5BEC5.


Border color

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

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

This div border color is #C5BEC5.


Opacity

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

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

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

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

This text has shadow with #C5BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEC5 on black background.


Color preview on white background

This text has color #C5BEC5 on white background.



Black color preview on #C5BEC5 background

This text has black color on #C5BEC5 background.


White color preview on #C5BEC5 background

This text has white color on #C5BEC5 background.