COLOR #C2B8BD

HEX: #C2B8BD
RGB: (194,184,189)

Color info

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

RGB color model

#C2B8BD color RGB value is (194,184,189).

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

RGB channels and saturation

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

194
184
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 184 + 189 = 567 (100%)
R 194 of 567 ~ 34.22%
G 184 of 567 ~ 32.45%
B 189 of 567 ~ 33.33%

%34.22
%32.45
%33.33

CMYK color model

#C2B8BD color CMYK value is (0,5,3,24).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(0,5,3,24)
C0M5Y3K24 
(0%,5%,3%,24%)
(0.00/0.05/0.03/0.24)	

CMYK percentages

%0
%5.15
%2.58
%23.92

Codes

Color #C2B8BD in popluar color models

C2B8BD
RGB194184189
HSL330°7.58%74.12%
HSB/HSV330°5.15%76.08%
CMYK0.00%5.15%2.58%
23.92%

Color #C2B8BD in popluar number systems.

HEXC2B8BD
Decimal194184189
Binary110000101011100010111101
Octal302270275

Shades and tints

Shades of #C2B8BD

#C2B8BD
(194,184,189)
#B1A8AC
(177,168,172)
#A0989B
(160,152,155)
#8F888A
(143,136,138)
#7E7879
(126,120,121)
#6D6868
(109,104,104)
#5C5857
(92,88,87)
#4B4846
(75,72,70)
#3A3835
(58,56,53)
#292824
(41,40,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #C2B8BD

#C2B8BD
(194,184,189)
#C7BEC3
(199,190,195)
#CCC4C9
(204,196,201)
#D1CACF
(209,202,207)
#D6D0D5
(214,208,213)
#DBD6DB
(219,214,219)
#E0DCE1
(224,220,225)
#E5E2E7
(229,226,231)
#EAE8ED
(234,232,237)
#EFEEF3
(239,238,243)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B8BD; }

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

This text font color is #C2B8BD.


Background Color

.myBgColor { background-color: #C2B8BD; }

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

This div background color is #C2B8BD.


Border color

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

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

This div border color is #C2B8BD.


Opacity

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

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

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

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

This text has shadow with #C2B8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B8BD on black background.


Color preview on white background

This text has color #C2B8BD on white background.



Black color preview on #C2B8BD background

This text has black color on #C2B8BD background.


White color preview on #C2B8BD background

This text has white color on #C2B8BD background.