COLOR #C4BEC5

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

196
190
197

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

Yüzdelerle RGB renk parçaları

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

%33.62
%32.59
%33.79

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0.51
%3.55
%0
%22.75

Codes

Color #C4BEC5 in popluar color models

C4BEC5
RGB196190197
HSL291°5.69%75.88%
HSB/HSV291°3.55%77.25%
CMYK0.51%3.55%0.00%
22.75%

Color #C4BEC5 in popluar number systems.

HEXC4BEC5
Decimal196190197
Binary110001001011111011000101
Octal304276305

Shades and tints

Shades of #C4BEC5

#C4BEC5
(196,190,197)
#B3ADB4
(179,173,180)
#A29CA3
(162,156,163)
#918B92
(145,139,146)
#807A81
(128,122,129)
#6F6970
(111,105,112)
#5E585F
(94,88,95)
#4D474E
(77,71,78)
#3C363D
(60,54,61)
#2B252C
(43,37,44)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #C4BEC5

#C4BEC5
(196,190,197)
#C9C3CA
(201,195,202)
#CEC8CF
(206,200,207)
#D3CDD4
(211,205,212)
#D8D2D9
(216,210,217)
#DDD7DE
(221,215,222)
#E2DCE3
(226,220,227)
#E7E1E8
(231,225,232)
#ECE6ED
(236,230,237)
#F1EBF2
(241,235,242)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEC5; }

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

This text font color is #C4BEC5.


Background Color

.myBgColor { background-color: #C4BEC5; }

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

This div background color is #C4BEC5.


Border color

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

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

This div border color is #C4BEC5.


Opacity

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

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

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

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

This text has shadow with #C4BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4BEC5 on black background.


Color preview on white background

This text has color #C4BEC5 on white background.



Black color preview on #C4BEC5 background

This text has black color on #C4BEC5 background.


White color preview on #C4BEC5 background

This text has white color on #C4BEC5 background.