COLOR #C5B0CD

HEX: #C5B0CD RGB: (197,176,205)

Color info

#C5B0CD contains red, green and blue colors in about the same proportion. Web safe color of #C5B0CD is #CC99CC (or #C9C).

RGB color model

#C5B0CD color RGB value is (197,176,205).

RGB: (197,176,205) (77%, 69%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 205 of 255 = 80%

197
176
205

R + G + B ~ 75%. #C5B0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 176 + 205 = 578 (100%)
R 197 of 578 ~ 34.08%
G 176 of 578 ~ 30.45%
B 205 of 578 ~ 35.47'%

%34.08
%30.45
%35.47

CMYK color model

#C5B0CD color CMYK value is (4,14,0,20).

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

CMYK: (4,14,0,20)
C4M14Y0K20 (4%, 14%, 0%, 20%)
(0.04 / 0.14 / 0.00 / 0.20)

CMYK percentages

%3.9
%14.15
%0
%19.61

Codes

Color #C5B0CD in popluar color models

C5 B0 CD
RGB 197 176 205
HSL 283° 22.48% 74.71%
HSB/HSV 283° 14.15% 80.39%
CMYK 3.90% 14.15% 0.00%
19.61%

Color #C5B0CD in popluar number systems.

HEX C5 B0 CD
Decimal 197 176 205
Binary 11000101 10110000 11001101
Octal 305 260 315

Shades and tints

Shades of #C5B0CD

#C5B0CD
(197,176,205)
#B4A0BB
(180,160,187)
#A390A9
(163,144,169)
#928097
(146,128,151)
#817085
(129,112,133)
#706073
(112,96,115)
#5F5061
(95,80,97)
#4E404F
(78,64,79)
#3D303D
(61,48,61)
#2C202B
(44,32,43)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #C5B0CD

#C5B0CD
(197,176,205)
#CAB7D1
(202,183,209)
#CFBED5
(207,190,213)
#D4C5D9
(212,197,217)
#D9CCDD
(217,204,221)
#DED3E1
(222,211,225)
#E3DAE5
(227,218,229)
#E8E1E9
(232,225,233)
#EDE8ED
(237,232,237)
#F2EFF1
(242,239,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B0CD; }

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

This text font color is #C5B0CD.

Background Color

.myBgColor { background-color: #C5B0CD; }

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

This div background color is #C5B0CD.

Border color

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

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

This div border color is #C5B0CD.

Opacity

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

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

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

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

This text has shadow with #C5B0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B0CD.

Preview

Color preview on black background

This text has color #C5B0CD on black background.


Color preview on white background

This text has color #C5B0CD on white background.


Black color preview on #C5B0CD background

This text has black color on #C5B0CD background.


White color preview on #C5B0CD background

This text has white color on #C5B0CD background.


Related colors

Complementary color

Complementary color for #hex is #3A4F32.


I love getcolorcode.com

Triadic colors

1 #CDC5B0 and #B0CDC5 with #C5B0CD are triadic colors.

2 #CDB0C5 and #B0C5CD with #C5B0CD are triadic colors.