COLOR #C3B8BD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
184
189

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

Portions of RGB colors in percentages

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

%34.33
%32.39
%33.27

CMYK color model

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

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

CMYK percentages

%0
%5.64
%3.08
%23.53

Codes

Color #C3B8BD in popluar color models

C3B8BD
RGB195184189
HSL333°8.40%74.31%
HSB/HSV333°5.64%76.47%
CMYK0.00%5.64%3.08%
23.53%

Color #C3B8BD in popluar number systems.

HEXC3B8BD
Decimal195184189
Binary110000111011100010111101
Octal303270275

Shades and tints

Shades of #C3B8BD

#C3B8BD
(195,184,189)
#B2A8AC
(178,168,172)
#A1989B
(161,152,155)
#90888A
(144,136,138)
#7F7879
(127,120,121)
#6E6868
(110,104,104)
#5D5857
(93,88,87)
#4C4846
(76,72,70)
#3B3835
(59,56,53)
#2A2824
(42,40,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #C3B8BD

#C3B8BD
(195,184,189)
#C8BEC3
(200,190,195)
#CDC4C9
(205,196,201)
#D2CACF
(210,202,207)
#D7D0D5
(215,208,213)
#DCD6DB
(220,214,219)
#E1DCE1
(225,220,225)
#E6E2E7
(230,226,231)
#EBE8ED
(235,232,237)
#F0EEF3
(240,238,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B8BD; }

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

This text font color is #C3B8BD.


Background Color

.myBgColor { background-color: #C3B8BD; }

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

This div background color is #C3B8BD.


Border color

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

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

This div border color is #C3B8BD.


Opacity

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

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

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

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

This text has shadow with #C3B8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B8BD on black background.


Color preview on white background

This text has color #C3B8BD on white background.



Black color preview on #C3B8BD background

This text has black color on #C3B8BD background.


White color preview on #C3B8BD background

This text has white color on #C3B8BD background.