COLOR #C4DFC3

HEX: #C4DFC3
RGB: (196,223,195)

Color info

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

RGB color model

#C4DFC3 color RGB value is (196,223,195).

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

RGB channels and saturation

R 196 of 255 = 77%
G 223 of 255 = 87%
B 195 of 255 = 76%

196
223
195

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

Portions of RGB colors in percentages

R + G + B =
196 + 223 + 195 = 614 (100%)
R 196 of 614 ~ 31.92%
G 223 of 614 ~ 36.32%
B 195 of 614 ~ 31.76%

%31.92
%36.32
%31.76

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 12.55%
CMYK:
(12,0,13,13)
C12M0Y13K13 
(12%,0%,13%,13%)
(0.12/0.00/0.13/0.13)	

CMYK percentages

%12.11
%0
%12.56
%12.55

Codes

Color #C4DFC3 in popluar color models

C4DFC3
RGB196223195
HSL118°30.43%81.96%
HSB/HSV118°12.56%87.45%
CMYK12.11%0.00%12.56%
12.55%

Color #C4DFC3 in popluar number systems.

HEXC4DFC3
Decimal196223195
Binary110001001101111111000011
Octal304337303

Shades and tints

Shades of #C4DFC3

#C4DFC3
(196,223,195)
#B3CBB2
(179,203,178)
#A2B7A1
(162,183,161)
#91A390
(145,163,144)
#808F7F
(128,143,127)
#6F7B6E
(111,123,110)
#5E675D
(94,103,93)
#4D534C
(77,83,76)
#3C3F3B
(60,63,59)
#2B2B2A
(43,43,42)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4DFC3

#C4DFC3
(196,223,195)
#C9E1C8
(201,225,200)
#CEE3CD
(206,227,205)
#D3E5D2
(211,229,210)
#D8E7D7
(216,231,215)
#DDE9DC
(221,233,220)
#E2EBE1
(226,235,225)
#E7EDE6
(231,237,230)
#ECEFEB
(236,239,235)
#F1F1F0
(241,241,240)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DFC3; }

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

This text font color is #C4DFC3.


Background Color

.myBgColor { background-color: #C4DFC3; }

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

This div background color is #C4DFC3.


Border color

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

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

This div border color is #C4DFC3.


Opacity

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

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

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

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

This text has shadow with #C4DFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DFC3 on black background.


Color preview on white background

This text has color #C4DFC3 on white background.



Black color preview on #C4DFC3 background

This text has black color on #C4DFC3 background.


White color preview on #C4DFC3 background

This text has white color on #C4DFC3 background.