COLOR #C5BECB

HEX: #C5BECB RGB: (197,190,203)

Color info

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

RGB color model

#C5BECB color RGB value is (197,190,203).

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

RGB channels and saturation

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

197
190
203

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 203 = 590 (100%)
R 197 of 590 ~ 33.39%
G 190 of 590 ~ 32.2%
B 203 of 590 ~ 34.41'%

%33.39
%32.2
%34.41

CMYK color model

#C5BECB color CMYK value is (3,6,0,20).

  • cyan value is 2.96%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (3,6,0,20)
C3M6Y0K20 (3%, 6%, 0%, 20%)
(0.03 / 0.06 / 0.00 / 0.20)

CMYK percentages

%2.96
%6.4
%0
%20.39

Codes

Color #C5BECB in popluar color models

C5 BE CB
RGB 197 190 203
HSL 272° 11.11% 77.06%
HSB/HSV 272° 6.40% 79.61%
CMYK 2.96% 6.40% 0.00%
20.39%

Color #C5BECB in popluar number systems.

HEX C5 BE CB
Decimal 197 190 203
Binary 11000101 10111110 11001011
Octal 305 276 313

Shades and tints

Shades of #C5BECB

#C5BECB
(197,190,203)
#B4ADB9
(180,173,185)
#A39CA7
(163,156,167)
#928B95
(146,139,149)
#817A83
(129,122,131)
#706971
(112,105,113)
#5F585F
(95,88,95)
#4E474D
(78,71,77)
#3D363B
(61,54,59)
#2C2529
(44,37,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5BECB

#C5BECB
(197,190,203)
#CAC3CF
(202,195,207)
#CFC8D3
(207,200,211)
#D4CDD7
(212,205,215)
#D9D2DB
(217,210,219)
#DED7DF
(222,215,223)
#E3DCE3
(227,220,227)
#E8E1E7
(232,225,231)
#EDE6EB
(237,230,235)
#F2EBEF
(242,235,239)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BECB; }

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

This text font color is #C5BECB.

Background Color

.myBgColor { background-color: #C5BECB; }

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

This div background color is #C5BECB.

Border color

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

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

This div border color is #C5BECB.

Opacity

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

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

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

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

This text has shadow with #C5BECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BECB.

Preview

Color preview on black background

This text has color #C5BECB on black background.


Color preview on white background

This text has color #C5BECB on white background.


Black color preview on #C5BECB background

This text has black color on #C5BECB background.


White color preview on #C5BECB background

This text has white color on #C5BECB background.


Related colors

Complementary color

Complementary color for #hex is #3A4134.


I love getcolorcode.com

Triadic colors

1 #CBC5BE and #BECBC5 with #C5BECB are triadic colors.

2 #CBBEC5 and #BEC5CB with #C5BECB are triadic colors.