COLOR #C3B8C0

HEX: #C3B8C0 RGB: (195,184,192)

Color info

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

RGB color model

#C3B8C0 color RGB value is (195,184,192).

RGB: (195,184,192) (76%, 72%, 75%)

RGB channels and saturation

R 195 of 255 = 76%
G 184 of 255 = 72%
B 192 of 255 = 75%

195
184
192

R + G + B ~ 74%. #C3B8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 184 + 192 = 571 (100%)
R 195 of 571 ~ 34.15%
G 184 of 571 ~ 32.22%
B 192 of 571 ~ 33.63'%

%34.15
%32.22
%33.63

CMYK color model

#C3B8C0 color CMYK value is (0,6,2,24).

  • cyan value is 0.00%
  • magenta value is 5.64%
  • yellow value is 1.54%
  • key color value is 23.53%

CMYK: (0,6,2,24)
C0M6Y2K24 (0%, 6%, 2%, 24%)
(0.00 / 0.06 / 0.02 / 0.24)

CMYK percentages

%0
%5.64
%1.54
%23.53

Codes

Color #C3B8C0 in popluar color models

C3 B8 C0
RGB 195 184 192
HSL 316° 8.40% 74.31%
HSB/HSV 316° 5.64% 76.47%
CMYK 0.00% 5.64% 1.54%
23.53%

Color #C3B8C0 in popluar number systems.

HEX C3 B8 C0
Decimal 195 184 192
Binary 11000011 10111000 11000000
Octal 303 270 300

Shades and tints

Shades of #C3B8C0

#C3B8C0
(195,184,192)
#B2A8AF
(178,168,175)
#A1989E
(161,152,158)
#90888D
(144,136,141)
#7F787C
(127,120,124)
#6E686B
(110,104,107)
#5D585A
(93,88,90)
#4C4849
(76,72,73)
#3B3838
(59,56,56)
#2A2827
(42,40,39)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #C3B8C0

#C3B8C0
(195,184,192)
#C8BEC5
(200,190,197)
#CDC4CA
(205,196,202)
#D2CACF
(210,202,207)
#D7D0D4
(215,208,212)
#DCD6D9
(220,214,217)
#E1DCDE
(225,220,222)
#E6E2E3
(230,226,227)
#EBE8E8
(235,232,232)
#F0EEED
(240,238,237)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B8C0 color. Also use rgb(195,184,192) instead hex code.

Text Font Color

.myTextColor { color: #C3B8C0; }

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

This text font color is #C3B8C0.

Background Color

.myBgColor { background-color: #C3B8C0; }

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

This div background color is #C3B8C0.

Border color

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

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

This div border color is #C3B8C0.

Opacity

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

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

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

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

This text has shadow with #C3B8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B8C0.

Preview

Color preview on black background

This text has color #C3B8C0 on black background.


Color preview on white background

This text has color #C3B8C0 on white background.


Black color preview on #C3B8C0 background

This text has black color on #C3B8C0 background.


White color preview on #C3B8C0 background

This text has white color on #C3B8C0 background.


Related colors

Complementary color

Complementary color for #hex is #3C473F.


I love getcolorcode.com

Triadic colors

1 #C0C3B8 and #B8C0C3 with #C3B8C0 are triadic colors.

2 #C0B8C3 and #B8C3C0 with #C3B8C0 are triadic colors.