COLOR #C3BDC5

HEX: #C3BDC5 RGB: (195,189,197)

Color info

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

RGB color model

#C3BDC5 color RGB value is (195,189,197).

RGB: (195,189,197) (76%, 74%, 77%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 197 of 255 = 77%

195
189
197

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

Portions of RGB colors in percentages

R + G + B = 195 + 189 + 197 = 581 (100%)
R 195 of 581 ~ 33.56%
G 189 of 581 ~ 32.53%
B 197 of 581 ~ 33.91'%

%33.56
%32.53
%33.91

CMYK color model

#C3BDC5 color CMYK value is (1,4,0,23).

  • cyan value is 1.02%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (1,4,0,23) C1M4Y0K23 (1%,4%,0%,23%) (0.01/0.04/0.00/0.23) 

CMYK percentages

%1.02
%4.06
%0
%22.75

Codes

Color #C3BDC5 in popluar color models

C3 BD C5
RGB 195 189 197
HSL 285° 6.45% 75.69%
HSB/HSV 285° 4.06% 77.25%
CMYK 1.02% 4.06% 0.00%
22.75%

Color #C3BDC5 in popluar number systems.

HEX C3 BD C5
Decimal 195 189 197
Binary 11000011 10111101 11000101
Octal 303 275 305

Shades and tints

Shades of #C3BDC5

#C3BDC5
(195,189,197)
#B2ACB4
(178,172,180)
#A19BA3
(161,155,163)
#908A92
(144,138,146)
#7F7981
(127,121,129)
#6E6870
(110,104,112)
#5D575F
(93,87,95)
#4C464E
(76,70,78)
#3B353D
(59,53,61)
#2A242C
(42,36,44)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #C3BDC5

#C3BDC5
(195,189,197)
#C8C3CA
(200,195,202)
#CDC9CF
(205,201,207)
#D2CFD4
(210,207,212)
#D7D5D9
(215,213,217)
#DCDBDE
(220,219,222)
#E1E1E3
(225,225,227)
#E6E7E8
(230,231,232)
#EBEDED
(235,237,237)
#F0F3F2
(240,243,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BDC5 color. Also use rgb(195,189,197) instead hex code.

Text Font Color

.myTextColor { color: #C3BDC5; }

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

This text font color is #C3BDC5.

Background Color

.myBgColor { background-color: #C3BDC5; }

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

This div background color is #C3BDC5.

Border color

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

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

This div border color is #C3BDC5.

Opacity

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

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

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

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

This text has shadow with #C3BDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BDC5.

Preview

Color preview on black background

This text has color #C3BDC5 on black background.


Color preview on white background

This text has color #C3BDC5 on white background.


Black color preview on #C3BDC5 background

This text has black color on #C3BDC5 background.


White color preview on #C3BDC5 background

This text has white color on #C3BDC5 background.


Related colors

Complementary color

Complementary color for #hex is #3C423A.


I love getcolorcode.com

Triadic colors

1 #C5C3BD and #BDC5C3 with #C3BDC5 are triadic colors.

2 #C5BDC3 and #BDC3C5 with #C3BDC5 are triadic colors.