COLOR #C3BFC7

HEX: #C3BFC7 RGB: (195,191,199)

Color info

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

RGB color model

#C3BFC7 color RGB value is (195,191,199).

RGB: (195,191,199) (76%, 75%, 78%)

RGB channels and saturation

R 195 of 255 = 76%
G 191 of 255 = 75%
B 199 of 255 = 78%

195
191
199

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

Portions of RGB colors in percentages

R + G + B = 195 + 191 + 199 = 585 (100%)
R 195 of 585 ~ 33.33%
G 191 of 585 ~ 32.65%
B 199 of 585 ~ 34.02'%

%33.33
%32.65
%34.02

CMYK color model

#C3BFC7 color CMYK value is (2,4,0,22).

  • cyan value is 2.01%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (2,4,0,22) C2M4Y0K22 (2%,4%,0%,22%) (0.02/0.04/0.00/0.22) 

CMYK percentages

%2.01
%4.02
%0
%21.96

Codes

Color #C3BFC7 in popluar color models

C3 BF C7
RGB 195 191 199
HSL 270° 6.67% 76.47%
HSB/HSV 270° 4.02% 78.04%
CMYK 2.01% 4.02% 0.00%
21.96%

Color #C3BFC7 in popluar number systems.

HEX C3 BF C7
Decimal 195 191 199
Binary 11000011 10111111 11000111
Octal 303 277 307

Shades and tints

Shades of #C3BFC7

#C3BFC7
(195,191,199)
#B2AEB5
(178,174,181)
#A19DA3
(161,157,163)
#908C91
(144,140,145)
#7F7B7F
(127,123,127)
#6E6A6D
(110,106,109)
#5D595B
(93,89,91)
#4C4849
(76,72,73)
#3B3737
(59,55,55)
#2A2625
(42,38,37)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3BFC7

#C3BFC7
(195,191,199)
#C8C4CC
(200,196,204)
#CDC9D1
(205,201,209)
#D2CED6
(210,206,214)
#D7D3DB
(215,211,219)
#DCD8E0
(220,216,224)
#E1DDE5
(225,221,229)
#E6E2EA
(230,226,234)
#EBE7EF
(235,231,239)
#F0ECF4
(240,236,244)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BFC7; }

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

This text font color is #C3BFC7.

Background Color

.myBgColor { background-color: #C3BFC7; }

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

This div background color is #C3BFC7.

Border color

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

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

This div border color is #C3BFC7.

Opacity

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

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

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

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

This text has shadow with #C3BFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BFC7.

Preview

Color preview on black background

This text has color #C3BFC7 on black background.


Color preview on white background

This text has color #C3BFC7 on white background.


Black color preview on #C3BFC7 background

This text has black color on #C3BFC7 background.


White color preview on #C3BFC7 background

This text has white color on #C3BFC7 background.


Related colors

Complementary color

Complementary color for #hex is #3C4038.


I love getcolorcode.com

Triadic colors

1 #C7C3BF and #BFC7C3 with #C3BFC7 are triadic colors.

2 #C7BFC3 and #BFC3C7 with #C3BFC7 are triadic colors.