COLOR #C4CCB2

HEX: #C4CCB2 RGB: (196,204,178)

Color info

#C4CCB2 contains red, green and blue colors in about the same proportion. Web safe color of #C4CCB2 is #CCCC99 (or #CC9).

RGB color model

#C4CCB2 color RGB value is (196,204,178).

RGB: (196,204,178) (77%, 80%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 178 of 255 = 70%

196
204
178

R + G + B ~ 76%. #C4CCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 178 = 578 (100%)
R 196 of 578 ~ 33.91%
G 204 of 578 ~ 35.29%
B 178 of 578 ~ 30.8'%

%33.91
%35.29
%30.8

CMYK color model

#C4CCB2 color CMYK value is (4,0,13,20).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 20.00%

CMYK: (4,0,13,20)
C4M0Y13K20 (4%, 0%, 13%, 20%)
(0.04 / 0.00 / 0.13 / 0.20)

CMYK percentages

%3.92
%0
%12.75
%20

Codes

Color #C4CCB2 in popluar color models

C4 CC B2
RGB 196 204 178
HSL 78° 20.31% 74.90%
HSB/HSV 78° 12.75% 80.00%
CMYK 3.92% 0.00% 12.75%
20.00%

Color #C4CCB2 in popluar number systems.

HEX C4 CC B2
Decimal 196 204 178
Binary 11000100 11001100 10110010
Octal 304 314 262

Shades and tints

Shades of #C4CCB2

#C4CCB2
(196,204,178)
#B3BAA2
(179,186,162)
#A2A892
(162,168,146)
#919682
(145,150,130)
#808472
(128,132,114)
#6F7262
(111,114,98)
#5E6052
(94,96,82)
#4D4E42
(77,78,66)
#3C3C32
(60,60,50)
#2B2A22
(43,42,34)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #C4CCB2

#C4CCB2
(196,204,178)
#C9D0B9
(201,208,185)
#CED4C0
(206,212,192)
#D3D8C7
(211,216,199)
#D8DCCE
(216,220,206)
#DDE0D5
(221,224,213)
#E2E4DC
(226,228,220)
#E7E8E3
(231,232,227)
#ECECEA
(236,236,234)
#F1F0F1
(241,240,241)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CCB2 color. Also use rgb(196,204,178) instead hex code.

Text Font Color

.myTextColor { color: #C4CCB2; }

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

This text font color is #C4CCB2.

Background Color

.myBgColor { background-color: #C4CCB2; }

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

This div background color is #C4CCB2.

Border color

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

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

This div border color is #C4CCB2.

Opacity

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

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

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

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

This text has shadow with #C4CCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CCB2.

Preview

Color preview on black background

This text has color #C4CCB2 on black background.


Color preview on white background

This text has color #C4CCB2 on white background.


Black color preview on #C4CCB2 background

This text has black color on #C4CCB2 background.


White color preview on #C4CCB2 background

This text has white color on #C4CCB2 background.


Related colors

Complementary color

Complementary color for #hex is #3B334D.


I love getcolorcode.com

Triadic colors

1 #B2C4CC and #CCB2C4 with #C4CCB2 are triadic colors.

2 #B2CCC4 and #CCC4B2 with #C4CCB2 are triadic colors.