COLOR #C4BEC7

HEX: #C4BEC7
RGB: (196,190,199)

Renk bilgisi

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

RGB renk modeli

#C4BEC7 color RGB value is (196,190,199).

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

RGB bağlantıları ve doygunluk

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

196
190
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 190 + 199 = 585 (100%)
R 196 of 585 ~ 33.5%
G 190 of 585 ~ 32.48%
B 199 of 585 ~ 34.02%

%33.5
%32.48
%34.02

CMYK RENK MODELİ

#C4BEC7 rengi CMYK tonu (2,5,0,22).

  • camgöbeği tonu 1.51%
  • eflatun tonu 4.52%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(2,5,0,22)
C2M5Y0K22 
(2%,5%,0%,22%)
(0.02/0.05/0.00/0.22)	

CMYK yüzdeleri

%1.51
%4.52
%0
%21.96

Codes

Color #C4BEC7 in popluar color models

C4BEC7
RGB196190199
HSL280°7.44%76.27%
HSB/HSV280°4.52%78.04%
CMYK1.51%4.52%0.00%
21.96%

Color #C4BEC7 in popluar number systems.

HEXC4BEC7
Decimal196190199
Binary110001001011111011000111
Octal304276307

Shades and tints

Shades of #C4BEC7

#C4BEC7
(196,190,199)
#B3ADB5
(179,173,181)
#A29CA3
(162,156,163)
#918B91
(145,139,145)
#807A7F
(128,122,127)
#6F696D
(111,105,109)
#5E585B
(94,88,91)
#4D4749
(77,71,73)
#3C3637
(60,54,55)
#2B2525
(43,37,37)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4BEC7

#C4BEC7
(196,190,199)
#C9C3CC
(201,195,204)
#CEC8D1
(206,200,209)
#D3CDD6
(211,205,214)
#D8D2DB
(216,210,219)
#DDD7E0
(221,215,224)
#E2DCE5
(226,220,229)
#E7E1EA
(231,225,234)
#ECE6EF
(236,230,239)
#F1EBF4
(241,235,244)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEC7; }

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

This text font color is #C4BEC7.


Background Color

.myBgColor { background-color: #C4BEC7; }

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

This div background color is #C4BEC7.


Border color

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

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

This div border color is #C4BEC7.


Opacity

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

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

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

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

This text has shadow with #C4BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BEC7 on black background.


Color preview on white background

This text has color #C4BEC7 on white background.



Black color preview on #C4BEC7 background

This text has black color on #C4BEC7 background.


White color preview on #C4BEC7 background

This text has white color on #C4BEC7 background.