COLOR #C5BEC4

HEX: #C5BEC4
RGB: (197,190,196)

Renk bilgisi

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

RGB renk modeli

#C5BEC4 color RGB value is (197,190,196).

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

RGB bağlantıları ve doygunluk

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

197
190
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 190 + 196 = 583 (100%)
R 197 of 583 ~ 33.79%
G 190 of 583 ~ 32.59%
B 196 of 583 ~ 33.62%

%33.79
%32.59
%33.62

CMYK RENK MODELİ

#C5BEC4 rengi CMYK tonu (0,4,1,23).

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

CMYK yüzdeleri

%0
%3.55
%0.51
%22.75

Codes

Color #C5BEC4 in popluar color models

C5BEC4
RGB197190196
HSL309°5.69%75.88%
HSB/HSV309°3.55%77.25%
CMYK0.00%3.55%0.51%
22.75%

Color #C5BEC4 in popluar number systems.

HEXC5BEC4
Decimal197190196
Binary110001011011111011000100
Octal305276304

Shades and tints

Shades of #C5BEC4

#C5BEC4
(197,190,196)
#B4ADB3
(180,173,179)
#A39CA2
(163,156,162)
#928B91
(146,139,145)
#817A80
(129,122,128)
#70696F
(112,105,111)
#5F585E
(95,88,94)
#4E474D
(78,71,77)
#3D363C
(61,54,60)
#2C252B
(44,37,43)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #C5BEC4

#C5BEC4
(197,190,196)
#CAC3C9
(202,195,201)
#CFC8CE
(207,200,206)
#D4CDD3
(212,205,211)
#D9D2D8
(217,210,216)
#DED7DD
(222,215,221)
#E3DCE2
(227,220,226)
#E8E1E7
(232,225,231)
#EDE6EC
(237,230,236)
#F2EBF1
(242,235,241)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEC4; }

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

This text font color is #C5BEC4.


Background Color

.myBgColor { background-color: #C5BEC4; }

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

This div background color is #C5BEC4.


Border color

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

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

This div border color is #C5BEC4.


Opacity

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

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

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

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

This text has shadow with #C5BEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEC4 on black background.


Color preview on white background

This text has color #C5BEC4 on white background.



Black color preview on #C5BEC4 background

This text has black color on #C5BEC4 background.


White color preview on #C5BEC4 background

This text has white color on #C5BEC4 background.