COLOR #C5BFCD

HEX: #C5BFCD RGB: (197,191,205)

Color info

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

RGB color model

#C5BFCD color RGB value is (197,191,205).

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

RGB channels and saturation

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

197
191
205

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

Portions of RGB colors in percentages

R + G + B = 197 + 191 + 205 = 593 (100%)
R 197 of 593 ~ 33.22%
G 191 of 593 ~ 32.21%
B 205 of 593 ~ 34.57'%

%33.22
%32.21
%34.57

CMYK color model

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

  • cyan value is 3.90%
  • magenta value is 6.83%
  • 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
%6.83
%0
%19.61

Codes

Color #C5BFCD in popluar color models

C5 BF CD
RGB 197 191 205
HSL 266° 12.28% 77.65%
HSB/HSV 266° 6.83% 80.39%
CMYK 3.90% 6.83% 0.00%
19.61%

Color #C5BFCD in popluar number systems.

HEX C5 BF CD
Decimal 197 191 205
Binary 11000101 10111111 11001101
Octal 305 277 315

Shades and tints

Shades of #C5BFCD

#C5BFCD
(197,191,205)
#B4AEBB
(180,174,187)
#A39DA9
(163,157,169)
#928C97
(146,140,151)
#817B85
(129,123,133)
#706A73
(112,106,115)
#5F5961
(95,89,97)
#4E484F
(78,72,79)
#3D373D
(61,55,61)
#2C262B
(44,38,43)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5BFCD

#C5BFCD
(197,191,205)
#CAC4D1
(202,196,209)
#CFC9D5
(207,201,213)
#D4CED9
(212,206,217)
#D9D3DD
(217,211,221)
#DED8E1
(222,216,225)
#E3DDE5
(227,221,229)
#E8E2E9
(232,226,233)
#EDE7ED
(237,231,237)
#F2ECF1
(242,236,241)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFCD; }

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

This text font color is #C5BFCD.

Background Color

.myBgColor { background-color: #C5BFCD; }

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

This div background color is #C5BFCD.

Border color

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

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

This div border color is #C5BFCD.

Opacity

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

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

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

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

This text has shadow with #C5BFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BFCD.

Preview

Color preview on black background

This text has color #C5BFCD on black background.


Color preview on white background

This text has color #C5BFCD on white background.


Black color preview on #C5BFCD background

This text has black color on #C5BFCD background.


White color preview on #C5BFCD background

This text has white color on #C5BFCD background.


Related colors

Complementary color

Complementary color for #hex is #3A4032.


I love getcolorcode.com

Triadic colors

1 #CDC5BF and #BFCDC5 with #C5BFCD are triadic colors.

2 #CDBFC5 and #BFC5CD with #C5BFCD are triadic colors.