COLOR #C5BEC3

HEX: #C5BEC3
RGB: (197,190,195)

Color info

#C5BEC3 contains red, green and blue colors in about the same proportion. Web safe color of #C5BEC3 is #CCCCCC (or #CCC).

RGB color model

#C5BEC3 color RGB value is (197,190,195).

  • red value is 197;
  • green value is 190;
  • blue value is 195.
RGB:
(197,190,195)
(77%,75%,76%)

RGB channels and saturation

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

197
190
195

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

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 195 = 582 (100%)
R 197 of 582 ~ 33.85%
G 190 of 582 ~ 32.65%
B 195 of 582 ~ 33.51%

%33.85
%32.65
%33.51

CMYK color model

#C5BEC3 color CMYK value is (0,4,1,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 1.02%
  • key color value is 22.75%
CMYK:
(0,4,1,23)
C0M4Y1K23 
(0%,4%,1%,23%)
(0.00/0.04/0.01/0.23)	

CMYK percentages

%0
%3.55
%1.02
%22.75

Codes

Color #C5BEC3 in popluar color models

C5BEC3
RGB197190195
HSL317°5.69%75.88%
HSB/HSV317°3.55%77.25%
CMYK0.00%3.55%1.02%
22.75%

Color #C5BEC3 in popluar number systems.

HEXC5BEC3
Decimal197190195
Binary110001011011111011000011
Octal305276303

Shades and tints

Shades of #C5BEC3

#C5BEC3
(197,190,195)
#B4ADB2
(180,173,178)
#A39CA1
(163,156,161)
#928B90
(146,139,144)
#817A7F
(129,122,127)
#70696E
(112,105,110)
#5F585D
(95,88,93)
#4E474C
(78,71,76)
#3D363B
(61,54,59)
#2C252A
(44,37,42)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5BEC3

#C5BEC3
(197,190,195)
#CAC3C8
(202,195,200)
#CFC8CD
(207,200,205)
#D4CDD2
(212,205,210)
#D9D2D7
(217,210,215)
#DED7DC
(222,215,220)
#E3DCE1
(227,220,225)
#E8E1E6
(232,225,230)
#EDE6EB
(237,230,235)
#F2EBF0
(242,235,240)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEC3; }

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

This text font color is #C5BEC3.


Background Color

.myBgColor { background-color: #C5BEC3; }

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

This div background color is #C5BEC3.


Border color

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

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

This div border color is #C5BEC3.


Opacity

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

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

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

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

This text has shadow with #C5BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEC3 on black background.


Color preview on white background

This text has color #C5BEC3 on white background.



Black color preview on #C5BEC3 background

This text has black color on #C5BEC3 background.


White color preview on #C5BEC3 background

This text has white color on #C5BEC3 background.