COLOR #C4D2C1

HEX: #C4D2C1
RGB: (196,210,193)

Color info

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

RGB color model

#C4D2C1 color RGB value is (196,210,193).

  • red value is 196;
  • green value is 210;
  • blue value is 193.
RGB:
(196,210,193)
(77%,82%,76%)

RGB channels and saturation

R 196 of 255 = 77%
G 210 of 255 = 82%
B 193 of 255 = 76%

196
210
193

R + G + B ~ 78%. #C4D2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 210 + 193 = 599 (100%)
R 196 of 599 ~ 32.72%
G 210 of 599 ~ 35.06%
B 193 of 599 ~ 32.22%

%32.72
%35.06
%32.22

CMYK color model

#C4D2C1 color CMYK value is (7,0,8,18).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 8.10%
  • key color value is 17.65%
CMYK:
(7,0,8,18)
C7M0Y8K18 
(7%,0%,8%,18%)
(0.07/0.00/0.08/0.18)	

CMYK percentages

%6.67
%0
%8.1
%17.65

Codes

Color #C4D2C1 in popluar color models

C4D2C1
RGB196210193
HSL109°15.89%79.02%
HSB/HSV109°8.10%82.35%
CMYK6.67%0.00%8.10%
17.65%

Color #C4D2C1 in popluar number systems.

HEXC4D2C1
Decimal196210193
Binary110001001101001011000001
Octal304322301

Shades and tints

Shades of #C4D2C1

#C4D2C1
(196,210,193)
#B3BFB0
(179,191,176)
#A2AC9F
(162,172,159)
#91998E
(145,153,142)
#80867D
(128,134,125)
#6F736C
(111,115,108)
#5E605B
(94,96,91)
#4D4D4A
(77,77,74)
#3C3A39
(60,58,57)
#2B2728
(43,39,40)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C4D2C1

#C4D2C1
(196,210,193)
#C9D6C6
(201,214,198)
#CEDACB
(206,218,203)
#D3DED0
(211,222,208)
#D8E2D5
(216,226,213)
#DDE6DA
(221,230,218)
#E2EADF
(226,234,223)
#E7EEE4
(231,238,228)
#ECF2E9
(236,242,233)
#F1F6EE
(241,246,238)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D2C1 color. Also use rgb(196,210,193) instead hex code.

Text Font Color

.myTextColor { color: #C4D2C1; }

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

This text font color is #C4D2C1.


Background Color

.myBgColor { background-color: #C4D2C1; }

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

This div background color is #C4D2C1.


Border color

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

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

This div border color is #C4D2C1.


Opacity

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

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

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

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

This text has shadow with #C4D2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D2C1 on black background.


Color preview on white background

This text has color #C4D2C1 on white background.



Black color preview on #C4D2C1 background

This text has black color on #C4D2C1 background.


White color preview on #C4D2C1 background

This text has white color on #C4D2C1 background.