COLOR #C3B9CE

HEX: #C3B9CE RGB: (195,185,206)

Color info

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

RGB color model

#C3B9CE color RGB value is (195,185,206).

RGB: (195,185,206) (76%, 73%, 81%)

RGB channels and saturation

R 195 of 255 = 76%
G 185 of 255 = 73%
B 206 of 255 = 81%

195
185
206

R + G + B ~ 77%. #C3B9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 185 + 206 = 586 (100%)
R 195 of 586 ~ 33.28%
G 185 of 586 ~ 31.57%
B 206 of 586 ~ 35.15'%

%33.28
%31.57
%35.15

CMYK color model

#C3B9CE color CMYK value is (5,10,0,19).

  • cyan value is 5.34%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (5,10,0,19)
C5M10Y0K19 (5%, 10%, 0%, 19%)
(0.05 / 0.10 / 0.00 / 0.19)

CMYK percentages

%5.34
%10.19
%0
%19.22

Codes

Color #C3B9CE in popluar color models

C3 B9 CE
RGB 195 185 206
HSL 269° 17.65% 76.67%
HSB/HSV 269° 10.19% 80.78%
CMYK 5.34% 10.19% 0.00%
19.22%

Color #C3B9CE in popluar number systems.

HEX C3 B9 CE
Decimal 195 185 206
Binary 11000011 10111001 11001110
Octal 303 271 316

Shades and tints

Shades of #C3B9CE

#C3B9CE
(195,185,206)
#B2A9BC
(178,169,188)
#A199AA
(161,153,170)
#908998
(144,137,152)
#7F7986
(127,121,134)
#6E6974
(110,105,116)
#5D5962
(93,89,98)
#4C4950
(76,73,80)
#3B393E
(59,57,62)
#2A292C
(42,41,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #C3B9CE

#C3B9CE
(195,185,206)
#C8BFD2
(200,191,210)
#CDC5D6
(205,197,214)
#D2CBDA
(210,203,218)
#D7D1DE
(215,209,222)
#DCD7E2
(220,215,226)
#E1DDE6
(225,221,230)
#E6E3EA
(230,227,234)
#EBE9EE
(235,233,238)
#F0EFF2
(240,239,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B9CE color. Also use rgb(195,185,206) instead hex code.

Text Font Color

.myTextColor { color: #C3B9CE; }

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

This text font color is #C3B9CE.

Background Color

.myBgColor { background-color: #C3B9CE; }

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

This div background color is #C3B9CE.

Border color

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

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

This div border color is #C3B9CE.

Opacity

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

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

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

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

This text has shadow with #C3B9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B9CE.

Preview

Color preview on black background

This text has color #C3B9CE on black background.


Color preview on white background

This text has color #C3B9CE on white background.


Black color preview on #C3B9CE background

This text has black color on #C3B9CE background.


White color preview on #C3B9CE background

This text has white color on #C3B9CE background.


Related colors

Complementary color

Complementary color for #hex is #3C4631.


I love getcolorcode.com

Triadic colors

1 #CEC3B9 and #B9CEC3 with #C3B9CE are triadic colors.

2 #CEB9C3 and #B9C3CE with #C3B9CE are triadic colors.