COLOR #C5B5CB

HEX: #C5B5CB RGB: (197,181,203)

Color info

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

RGB color model

#C5B5CB color RGB value is (197,181,203).

RGB: (197,181,203) (77%, 71%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 181 of 255 = 71%
B 203 of 255 = 80%

197
181
203

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

Portions of RGB colors in percentages

R + G + B = 197 + 181 + 203 = 581 (100%)
R 197 of 581 ~ 33.91%
G 181 of 581 ~ 31.15%
B 203 of 581 ~ 34.94'%

%33.91
%31.15
%34.94

CMYK color model

#C5B5CB color CMYK value is (3,11,0,20).

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

CMYK: (3,11,0,20)
C3M11Y0K20 (3%, 11%, 0%, 20%)
(0.03 / 0.11 / 0.00 / 0.20)

CMYK percentages

%2.96
%10.84
%0
%20.39

Codes

Color #C5B5CB in popluar color models

C5 B5 CB
RGB 197 181 203
HSL 284° 17.46% 75.29%
HSB/HSV 284° 10.84% 79.61%
CMYK 2.96% 10.84% 0.00%
20.39%

Color #C5B5CB in popluar number systems.

HEX C5 B5 CB
Decimal 197 181 203
Binary 11000101 10110101 11001011
Octal 305 265 313

Shades and tints

Shades of #C5B5CB

#C5B5CB
(197,181,203)
#B4A5B9
(180,165,185)
#A395A7
(163,149,167)
#928595
(146,133,149)
#817583
(129,117,131)
#706571
(112,101,113)
#5F555F
(95,85,95)
#4E454D
(78,69,77)
#3D353B
(61,53,59)
#2C2529
(44,37,41)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5B5CB

#C5B5CB
(197,181,203)
#CABBCF
(202,187,207)
#CFC1D3
(207,193,211)
#D4C7D7
(212,199,215)
#D9CDDB
(217,205,219)
#DED3DF
(222,211,223)
#E3D9E3
(227,217,227)
#E8DFE7
(232,223,231)
#EDE5EB
(237,229,235)
#F2EBEF
(242,235,239)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B5CB; }

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

This text font color is #C5B5CB.

Background Color

.myBgColor { background-color: #C5B5CB; }

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

This div background color is #C5B5CB.

Border color

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

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

This div border color is #C5B5CB.

Opacity

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

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

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

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

This text has shadow with #C5B5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B5CB.

Preview

Color preview on black background

This text has color #C5B5CB on black background.


Color preview on white background

This text has color #C5B5CB on white background.


Black color preview on #C5B5CB background

This text has black color on #C5B5CB background.


White color preview on #C5B5CB background

This text has white color on #C5B5CB background.


Related colors

Complementary color

Complementary color for #hex is #3A4A34.


I love getcolorcode.com

Triadic colors

1 #CBC5B5 and #B5CBC5 with #C5B5CB are triadic colors.

2 #CBB5C5 and #B5C5CB with #C5B5CB are triadic colors.