COLOR #C3BDB8

HEX: #C3BDB8
RGB: (195,189,184)

Color info

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

RGB color model

#C3BDB8 color RGB value is (195,189,184).

  • red value is 195;
  • green value is 189;
  • blue value is 184.
RGB:
(195,189,184)
(76%,74%,72%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 184 of 255 = 72%

195
189
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 184 = 568 (100%)
R 195 of 568 ~ 34.33%
G 189 of 568 ~ 33.27%
B 184 of 568 ~ 32.39%

%34.33
%33.27
%32.39

CMYK color model

#C3BDB8 color CMYK value is (0,3,6,24).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(0,3,6,24)
C0M3Y6K24 
(0%,3%,6%,24%)
(0.00/0.03/0.06/0.24)	

CMYK percentages

%0
%3.08
%5.64
%23.53

Codes

Color #C3BDB8 in popluar color models

C3BDB8
RGB195189184
HSL27°8.40%74.31%
HSB/HSV27°5.64%76.47%
CMYK0.00%3.08%5.64%
23.53%

Color #C3BDB8 in popluar number systems.

HEXC3BDB8
Decimal195189184
Binary110000111011110110111000
Octal303275270

Shades and tints

Shades of #C3BDB8

#C3BDB8
(195,189,184)
#B2ACA8
(178,172,168)
#A19B98
(161,155,152)
#908A88
(144,138,136)
#7F7978
(127,121,120)
#6E6868
(110,104,104)
#5D5758
(93,87,88)
#4C4648
(76,70,72)
#3B3538
(59,53,56)
#2A2428
(42,36,40)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3BDB8

#C3BDB8
(195,189,184)
#C8C3BE
(200,195,190)
#CDC9C4
(205,201,196)
#D2CFCA
(210,207,202)
#D7D5D0
(215,213,208)
#DCDBD6
(220,219,214)
#E1E1DC
(225,225,220)
#E6E7E2
(230,231,226)
#EBEDE8
(235,237,232)
#F0F3EE
(240,243,238)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BDB8; }

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

This text font color is #C3BDB8.


Background Color

.myBgColor { background-color: #C3BDB8; }

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

This div background color is #C3BDB8.


Border color

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

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

This div border color is #C3BDB8.


Opacity

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

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

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

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

This text has shadow with #C3BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BDB8 on black background.


Color preview on white background

This text has color #C3BDB8 on white background.



Black color preview on #C3BDB8 background

This text has black color on #C3BDB8 background.


White color preview on #C3BDB8 background

This text has white color on #C3BDB8 background.