COLOR #C5BEC8

HEX: #C5BEC8 RGB: (197,190,200)

Color info

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

RGB color model

#C5BEC8 color RGB value is (197,190,200).

RGB: (197,190,200) (77%, 75%, 78%)

RGB channels and saturation

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

197
190
200

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 200 = 587 (100%)
R 197 of 587 ~ 33.56%
G 190 of 587 ~ 32.37%
B 200 of 587 ~ 34.07'%

%33.56
%32.37
%34.07

CMYK color model

#C5BEC8 color CMYK value is (1,5,0,22).

  • cyan value is 1.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (1,5,0,22)
C1M5Y0K22 (1%, 5%, 0%, 22%)
(0.01 / 0.05 / 0.00 / 0.22)

CMYK percentages

%1.5
%5
%0
%21.57

Codes

Color #C5BEC8 in popluar color models

C5 BE C8
RGB 197 190 200
HSL 282° 8.33% 76.47%
HSB/HSV 282° 5.00% 78.43%
CMYK 1.50% 5.00% 0.00%
21.57%

Color #C5BEC8 in popluar number systems.

HEX C5 BE C8
Decimal 197 190 200
Binary 11000101 10111110 11001000
Octal 305 276 310

Shades and tints

Shades of #C5BEC8

#C5BEC8
(197,190,200)
#B4ADB6
(180,173,182)
#A39CA4
(163,156,164)
#928B92
(146,139,146)
#817A80
(129,122,128)
#70696E
(112,105,110)
#5F585C
(95,88,92)
#4E474A
(78,71,74)
#3D3638
(61,54,56)
#2C2526
(44,37,38)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5BEC8

#C5BEC8
(197,190,200)
#CAC3CD
(202,195,205)
#CFC8D2
(207,200,210)
#D4CDD7
(212,205,215)
#D9D2DC
(217,210,220)
#DED7E1
(222,215,225)
#E3DCE6
(227,220,230)
#E8E1EB
(232,225,235)
#EDE6F0
(237,230,240)
#F2EBF5
(242,235,245)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEC8; }

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

This text font color is #C5BEC8.

Background Color

.myBgColor { background-color: #C5BEC8; }

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

This div background color is #C5BEC8.

Border color

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

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

This div border color is #C5BEC8.

Opacity

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

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

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

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

This text has shadow with #C5BEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEC8.

Preview

Color preview on black background

This text has color #C5BEC8 on black background.


Color preview on white background

This text has color #C5BEC8 on white background.


Black color preview on #C5BEC8 background

This text has black color on #C5BEC8 background.


White color preview on #C5BEC8 background

This text has white color on #C5BEC8 background.


Related colors

Complementary color

Complementary color for #hex is #3A4137.


I love getcolorcode.com

Triadic colors

1 #C8C5BE and #BEC8C5 with #C5BEC8 are triadic colors.

2 #C8BEC5 and #BEC5C8 with #C5BEC8 are triadic colors.