COLOR #C5BFD3

HEX: #C5BFD3 RGB: (197,191,211)

Color info

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

RGB color model

#C5BFD3 color RGB value is (197,191,211).

RGB: (197,191,211) (77%, 75%, 83%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 211 of 255 = 83%

197
191
211

R + G + B ~ 78%. #C5BFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 191 + 211 = 599 (100%)
R 197 of 599 ~ 32.89%
G 191 of 599 ~ 31.89%
B 211 of 599 ~ 35.23'%

%32.89
%31.89
%35.23

CMYK color model

#C5BFD3 color CMYK value is (7,9,0,17).

  • cyan value is 6.64%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (7,9,0,17)
C7M9Y0K17 (7%, 9%, 0%, 17%)
(0.07 / 0.09 / 0.00 / 0.17)

CMYK percentages

%6.64
%9.48
%0
%17.25

Codes

Color #C5BFD3 in popluar color models

C5 BF D3
RGB 197 191 211
HSL 258° 18.52% 78.82%
HSB/HSV 258° 9.48% 82.75%
CMYK 6.64% 9.48% 0.00%
17.25%

Color #C5BFD3 in popluar number systems.

HEX C5 BF D3
Decimal 197 191 211
Binary 11000101 10111111 11010011
Octal 305 277 323

Shades and tints

Shades of #C5BFD3

#C5BFD3
(197,191,211)
#B4AEC0
(180,174,192)
#A39DAD
(163,157,173)
#928C9A
(146,140,154)
#817B87
(129,123,135)
#706A74
(112,106,116)
#5F5961
(95,89,97)
#4E484E
(78,72,78)
#3D373B
(61,55,59)
#2C2628
(44,38,40)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5BFD3

#C5BFD3
(197,191,211)
#CAC4D7
(202,196,215)
#CFC9DB
(207,201,219)
#D4CEDF
(212,206,223)
#D9D3E3
(217,211,227)
#DED8E7
(222,216,231)
#E3DDEB
(227,221,235)
#E8E2EF
(232,226,239)
#EDE7F3
(237,231,243)
#F2ECF7
(242,236,247)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFD3; }

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

This text font color is #C5BFD3.

Background Color

.myBgColor { background-color: #C5BFD3; }

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

This div background color is #C5BFD3.

Border color

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

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

This div border color is #C5BFD3.

Opacity

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

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

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

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

This text has shadow with #C5BFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BFD3.

Preview

Color preview on black background

This text has color #C5BFD3 on black background.


Color preview on white background

This text has color #C5BFD3 on white background.


Black color preview on #C5BFD3 background

This text has black color on #C5BFD3 background.


White color preview on #C5BFD3 background

This text has white color on #C5BFD3 background.


Related colors

Complementary color

Complementary color for #hex is #3A402C.


I love getcolorcode.com

Triadic colors

1 #D3C5BF and #BFD3C5 with #C5BFD3 are triadic colors.

2 #D3BFC5 and #BFC5D3 with #C5BFD3 are triadic colors.