COLOR #C4CBB9

HEX: #C4CBB9
RGB: (196,203,185)

Color info

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

RGB color model

#C4CBB9 color RGB value is (196,203,185).

  • red value is 196;
  • green value is 203;
  • blue value is 185.
RGB:
(196,203,185)
(77%,80%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 185 of 255 = 73%

196
203
185

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

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 185 = 584 (100%)
R 196 of 584 ~ 33.56%
G 203 of 584 ~ 34.76%
B 185 of 584 ~ 31.68%

%33.56
%34.76
%31.68

CMYK color model

#C4CBB9 color CMYK value is (3,0,9,20).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(3,0,9,20)
C3M0Y9K20 
(3%,0%,9%,20%)
(0.03/0.00/0.09/0.20)	

CMYK percentages

%3.45
%0
%8.87
%20.39

Codes

Color #C4CBB9 in popluar color models

C4CBB9
RGB196203185
HSL83°14.75%76.08%
HSB/HSV83°8.87%79.61%
CMYK3.45%0.00%8.87%
20.39%

Color #C4CBB9 in popluar number systems.

HEXC4CBB9
Decimal196203185
Binary110001001100101110111001
Octal304313271

Shades and tints

Shades of #C4CBB9

#C4CBB9
(196,203,185)
#B3B9A9
(179,185,169)
#A2A799
(162,167,153)
#919589
(145,149,137)
#808379
(128,131,121)
#6F7169
(111,113,105)
#5E5F59
(94,95,89)
#4D4D49
(77,77,73)
#3C3B39
(60,59,57)
#2B2929
(43,41,41)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4CBB9

#C4CBB9
(196,203,185)
#C9CFBF
(201,207,191)
#CED3C5
(206,211,197)
#D3D7CB
(211,215,203)
#D8DBD1
(216,219,209)
#DDDFD7
(221,223,215)
#E2E3DD
(226,227,221)
#E7E7E3
(231,231,227)
#ECEBE9
(236,235,233)
#F1EFEF
(241,239,239)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CBB9 color. Also use rgb(196,203,185) instead hex code.

Text Font Color

.myTextColor { color: #C4CBB9; }

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

This text font color is #C4CBB9.


Background Color

.myBgColor { background-color: #C4CBB9; }

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

This div background color is #C4CBB9.


Border color

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

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

This div border color is #C4CBB9.


Opacity

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

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

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

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

This text has shadow with #C4CBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBB9 on black background.


Color preview on white background

This text has color #C4CBB9 on white background.



Black color preview on #C4CBB9 background

This text has black color on #C4CBB9 background.


White color preview on #C4CBB9 background

This text has white color on #C4CBB9 background.