COLOR #C4DFC0

HEX: #C4DFC0
RGB: (196,223,192)

Color info

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

RGB color model

#C4DFC0 color RGB value is (196,223,192).

  • red value is 196;
  • green value is 223;
  • blue value is 192.
RGB:
(196,223,192)
(77%,87%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 223 of 255 = 87%
B 192 of 255 = 75%

196
223
192

R + G + B ~ 80%. #C4DFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 223 + 192 = 611 (100%)
R 196 of 611 ~ 32.08%
G 223 of 611 ~ 36.5%
B 192 of 611 ~ 31.42%

%32.08
%36.5
%31.42

CMYK color model

#C4DFC0 color CMYK value is (12,0,14,13).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(12,0,14,13)
C12M0Y14K13 
(12%,0%,14%,13%)
(0.12/0.00/0.14/0.13)	

CMYK percentages

%12.11
%0
%13.9
%12.55

Codes

Color #C4DFC0 in popluar color models

C4DFC0
RGB196223192
HSL112°32.63%81.37%
HSB/HSV112°13.90%87.45%
CMYK12.11%0.00%13.90%
12.55%

Color #C4DFC0 in popluar number systems.

HEXC4DFC0
Decimal196223192
Binary110001001101111111000000
Octal304337300

Shades and tints

Shades of #C4DFC0

#C4DFC0
(196,223,192)
#B3CBAF
(179,203,175)
#A2B79E
(162,183,158)
#91A38D
(145,163,141)
#808F7C
(128,143,124)
#6F7B6B
(111,123,107)
#5E675A
(94,103,90)
#4D5349
(77,83,73)
#3C3F38
(60,63,56)
#2B2B27
(43,43,39)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #C4DFC0

#C4DFC0
(196,223,192)
#C9E1C5
(201,225,197)
#CEE3CA
(206,227,202)
#D3E5CF
(211,229,207)
#D8E7D4
(216,231,212)
#DDE9D9
(221,233,217)
#E2EBDE
(226,235,222)
#E7EDE3
(231,237,227)
#ECEFE8
(236,239,232)
#F1F1ED
(241,241,237)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DFC0 color. Also use rgb(196,223,192) instead hex code.

Text Font Color

.myTextColor { color: #C4DFC0; }

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

This text font color is #C4DFC0.


Background Color

.myBgColor { background-color: #C4DFC0; }

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

This div background color is #C4DFC0.


Border color

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

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

This div border color is #C4DFC0.


Opacity

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

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

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

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

This text has shadow with #C4DFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DFC0 on black background.


Color preview on white background

This text has color #C4DFC0 on white background.



Black color preview on #C4DFC0 background

This text has black color on #C4DFC0 background.


White color preview on #C4DFC0 background

This text has white color on #C4DFC0 background.