COLOR #C4CABC

HEX: #C4CABC RGB: (196,202,188)

Color info

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

RGB color model

#C4CABC color RGB value is (196,202,188).

RGB: (196,202,188) (77%, 79%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 188 of 255 = 74%

196
202
188

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

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 188 = 586 (100%)
R 196 of 586 ~ 33.45%
G 202 of 586 ~ 34.47%
B 188 of 586 ~ 32.08'%

%33.45
%34.47
%32.08

CMYK color model

#C4CABC color CMYK value is (3,0,7,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%

CMYK: (3,0,7,21)
C3M0Y7K21 (3%, 0%, 7%, 21%)
(0.03 / 0.00 / 0.07 / 0.21)

CMYK percentages

%2.97
%0
%6.93
%20.78

Codes

Color #C4CABC in popluar color models

C4 CA BC
RGB 196 202 188
HSL 86° 11.67% 76.47%
HSB/HSV 86° 6.93% 79.22%
CMYK 2.97% 0.00% 6.93%
20.78%

Color #C4CABC in popluar number systems.

HEX C4 CA BC
Decimal 196 202 188
Binary 11000100 11001010 10111100
Octal 304 312 274

Shades and tints

Shades of #C4CABC

#C4CABC
(196,202,188)
#B3B8AB
(179,184,171)
#A2A69A
(162,166,154)
#919489
(145,148,137)
#808278
(128,130,120)
#6F7067
(111,112,103)
#5E5E56
(94,94,86)
#4D4C45
(77,76,69)
#3C3A34
(60,58,52)
#2B2823
(43,40,35)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4CABC

#C4CABC
(196,202,188)
#C9CEC2
(201,206,194)
#CED2C8
(206,210,200)
#D3D6CE
(211,214,206)
#D8DAD4
(216,218,212)
#DDDEDA
(221,222,218)
#E2E2E0
(226,226,224)
#E7E6E6
(231,230,230)
#ECEAEC
(236,234,236)
#F1EEF2
(241,238,242)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CABC color. Also use rgb(196,202,188) instead hex code.

Text Font Color

.myTextColor { color: #C4CABC; }

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

This text font color is #C4CABC.

Background Color

.myBgColor { background-color: #C4CABC; }

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

This div background color is #C4CABC.

Border color

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

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

This div border color is #C4CABC.

Opacity

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

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

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

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

This text has shadow with #C4CABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CABC.

Preview

Color preview on black background

This text has color #C4CABC on black background.


Color preview on white background

This text has color #C4CABC on white background.


Black color preview on #C4CABC background

This text has black color on #C4CABC background.


White color preview on #C4CABC background

This text has white color on #C4CABC background.


Related colors

Complementary color

Complementary color for #hex is #3B3543.


I love getcolorcode.com

Triadic colors

1 #BCC4CA and #CABCC4 with #C4CABC are triadic colors.

2 #BCCAC4 and #CAC4BC with #C4CABC are triadic colors.