COLOR #C4B8BD

HEX: #C4B8BD RGB: (196,184,189)

Color info

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

RGB color model

#C4B8BD color RGB value is (196,184,189).

RGB: (196,184,189) (77%, 72%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 189 of 255 = 74%

196
184
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 184 + 189 = 569 (100%)
R 196 of 569 ~ 34.45%
G 184 of 569 ~ 32.34%
B 189 of 569 ~ 33.22'%

%34.45
%32.34
%33.22

CMYK color model

#C4B8BD color CMYK value is (0,6,4,23).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 3.57%
  • key color value is 23.14%

CMYK: (0,6,4,23)
C0M6Y4K23 (0%, 6%, 4%, 23%)
(0.00 / 0.06 / 0.04 / 0.23)

CMYK percentages

%0
%6.12
%3.57
%23.14

Codes

Color #C4B8BD in popluar color models

C4 B8 BD
RGB 196 184 189
HSL 335° 9.23% 74.51%
HSB/HSV 335° 6.12% 76.86%
CMYK 0.00% 6.12% 3.57%
23.14%

Color #C4B8BD in popluar number systems.

HEX C4 B8 BD
Decimal 196 184 189
Binary 11000100 10111000 10111101
Octal 304 270 275

Shades and tints

Shades of #C4B8BD

#C4B8BD
(196,184,189)
#B3A8AC
(179,168,172)
#A2989B
(162,152,155)
#91888A
(145,136,138)
#807879
(128,120,121)
#6F6868
(111,104,104)
#5E5857
(94,88,87)
#4D4846
(77,72,70)
#3C3835
(60,56,53)
#2B2824
(43,40,36)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #C4B8BD

#C4B8BD
(196,184,189)
#C9BEC3
(201,190,195)
#CEC4C9
(206,196,201)
#D3CACF
(211,202,207)
#D8D0D5
(216,208,213)
#DDD6DB
(221,214,219)
#E2DCE1
(226,220,225)
#E7E2E7
(231,226,231)
#ECE8ED
(236,232,237)
#F1EEF3
(241,238,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B8BD; }

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

This text font color is #C4B8BD.

Background Color

.myBgColor { background-color: #C4B8BD; }

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

This div background color is #C4B8BD.

Border color

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

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

This div border color is #C4B8BD.

Opacity

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

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

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

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

This text has shadow with #C4B8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B8BD.

Preview

Color preview on black background

This text has color #C4B8BD on black background.


Color preview on white background

This text has color #C4B8BD on white background.


Black color preview on #C4B8BD background

This text has black color on #C4B8BD background.


White color preview on #C4B8BD background

This text has white color on #C4B8BD background.


Related colors

Complementary color

Complementary color for #hex is #3B4742.


I love getcolorcode.com

Triadic colors

1 #BDC4B8 and #B8BDC4 with #C4B8BD are triadic colors.

2 #BDB8C4 and #B8C4BD with #C4B8BD are triadic colors.