COLOR #C3BDC7

HEX: #C3BDC7 RGB: (195,189,199)

Color info

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

RGB color model

#C3BDC7 color RGB value is (195,189,199).

RGB: (195,189,199) (76%, 74%, 78%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 199 of 255 = 78%

195
189
199

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

Portions of RGB colors in percentages

R + G + B = 195 + 189 + 199 = 583 (100%)
R 195 of 583 ~ 33.45%
G 189 of 583 ~ 32.42%
B 199 of 583 ~ 34.13'%

%33.45
%32.42
%34.13

CMYK color model

#C3BDC7 color CMYK value is (2,5,0,22).

  • cyan value is 2.01%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (2,5,0,22)
C2M5Y0K22 (2%, 5%, 0%, 22%)
(0.02 / 0.05 / 0.00 / 0.22)

CMYK percentages

%2.01
%5.03
%0
%21.96

Codes

Color #C3BDC7 in popluar color models

C3 BD C7
RGB 195 189 199
HSL 276° 8.20% 76.08%
HSB/HSV 276° 5.03% 78.04%
CMYK 2.01% 5.03% 0.00%
21.96%

Color #C3BDC7 in popluar number systems.

HEX C3 BD C7
Decimal 195 189 199
Binary 11000011 10111101 11000111
Octal 303 275 307

Shades and tints

Shades of #C3BDC7

#C3BDC7
(195,189,199)
#B2ACB5
(178,172,181)
#A19BA3
(161,155,163)
#908A91
(144,138,145)
#7F797F
(127,121,127)
#6E686D
(110,104,109)
#5D575B
(93,87,91)
#4C4649
(76,70,73)
#3B3537
(59,53,55)
#2A2425
(42,36,37)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C3BDC7

#C3BDC7
(195,189,199)
#C8C3CC
(200,195,204)
#CDC9D1
(205,201,209)
#D2CFD6
(210,207,214)
#D7D5DB
(215,213,219)
#DCDBE0
(220,219,224)
#E1E1E5
(225,225,229)
#E6E7EA
(230,231,234)
#EBEDEF
(235,237,239)
#F0F3F4
(240,243,244)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BDC7; }

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

This text font color is #C3BDC7.

Background Color

.myBgColor { background-color: #C3BDC7; }

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

This div background color is #C3BDC7.

Border color

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

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

This div border color is #C3BDC7.

Opacity

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

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

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

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

This text has shadow with #C3BDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BDC7.

Preview

Color preview on black background

This text has color #C3BDC7 on black background.


Color preview on white background

This text has color #C3BDC7 on white background.


Black color preview on #C3BDC7 background

This text has black color on #C3BDC7 background.


White color preview on #C3BDC7 background

This text has white color on #C3BDC7 background.


Related colors

Complementary color

Complementary color for #hex is #3C4238.


I love getcolorcode.com

Triadic colors

1 #C7C3BD and #BDC7C3 with #C3BDC7 are triadic colors.

2 #C7BDC3 and #BDC3C7 with #C3BDC7 are triadic colors.