COLOR #C5BECD

HEX: #C5BECD RGB: (197,190,205)

Color info

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

RGB color model

#C5BECD color RGB value is (197,190,205).

RGB: (197,190,205) (77%, 75%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 205 of 255 = 80%

197
190
205

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 205 = 592 (100%)
R 197 of 592 ~ 33.28%
G 190 of 592 ~ 32.09%
B 205 of 592 ~ 34.63'%

%33.28
%32.09
%34.63

CMYK color model

#C5BECD color CMYK value is (4,7,0,20).

  • cyan value is 3.90%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (4,7,0,20)
C4M7Y0K20 (4%, 7%, 0%, 20%)
(0.04 / 0.07 / 0.00 / 0.20)

CMYK percentages

%3.9
%7.32
%0
%19.61

Codes

Color #C5BECD in popluar color models

C5 BE CD
RGB 197 190 205
HSL 268° 13.04% 77.45%
HSB/HSV 268° 7.32% 80.39%
CMYK 3.90% 7.32% 0.00%
19.61%

Color #C5BECD in popluar number systems.

HEX C5 BE CD
Decimal 197 190 205
Binary 11000101 10111110 11001101
Octal 305 276 315

Shades and tints

Shades of #C5BECD

#C5BECD
(197,190,205)
#B4ADBB
(180,173,187)
#A39CA9
(163,156,169)
#928B97
(146,139,151)
#817A85
(129,122,133)
#706973
(112,105,115)
#5F5861
(95,88,97)
#4E474F
(78,71,79)
#3D363D
(61,54,61)
#2C252B
(44,37,43)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5BECD

#C5BECD
(197,190,205)
#CAC3D1
(202,195,209)
#CFC8D5
(207,200,213)
#D4CDD9
(212,205,217)
#D9D2DD
(217,210,221)
#DED7E1
(222,215,225)
#E3DCE5
(227,220,229)
#E8E1E9
(232,225,233)
#EDE6ED
(237,230,237)
#F2EBF1
(242,235,241)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BECD; }

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

This text font color is #C5BECD.

Background Color

.myBgColor { background-color: #C5BECD; }

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

This div background color is #C5BECD.

Border color

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

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

This div border color is #C5BECD.

Opacity

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

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

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

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

This text has shadow with #C5BECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BECD.

Preview

Color preview on black background

This text has color #C5BECD on black background.


Color preview on white background

This text has color #C5BECD on white background.


Black color preview on #C5BECD background

This text has black color on #C5BECD background.


White color preview on #C5BECD background

This text has white color on #C5BECD background.


Related colors

Complementary color

Complementary color for #hex is #3A4132.


I love getcolorcode.com

Triadic colors

1 #CDC5BE and #BECDC5 with #C5BECD are triadic colors.

2 #CDBEC5 and #BEC5CD with #C5BECD are triadic colors.